Skip to content
Snippets Groups Projects
MailSvg.vue 2.32 KiB
Newer Older
ivelov-vm's avatar
ivelov-vm committed
<template>
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1173_1068)">
<path d="M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H2.10938C0.942141 15.5625 0 14.6204 0 13.4531V2.10938C0 1.53286 0.239016 1.01245 0.604687 0.632812H0.61875L11.55 6.87656C11.6907 6.975 11.8454 7.03125 12 7.03125C12.1546 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z" fill="#A8B5C0"/>
<path d="M24 2.10938V13.4531C24 14.6204 23.0579 15.5625 21.8906 15.5625H12V7.03125C12.1547 7.03125 12.3093 6.97505 12.45 6.87656L23.3812 0.632812H23.3953C23.761 1.01245 24 1.53286 24 2.10938Z" fill="#9FA8B0"/>
<path d="M23.381 0.61875V0.632812L12.4498 9.68906C12.3091 9.7875 12.1544 9.84375 11.9998 9.84375C11.8451 9.84375 11.6905 9.78755 11.5498 9.68906L0.61853 0.632812V0.61875C0.998265 0.239016 1.53264 0 2.10916 0H21.8904C22.4669 0 23.0013 0.239016 23.381 0.61875Z" fill="#DEDEE7"/>
<path d="M17.625 11.3438C14.1375 11.3438 11.2969 14.1844 11.2969 17.6719C11.2969 21.1593 14.1375 24 17.625 24C21.1125 24 24 21.1593 24 17.6719C24 14.1844 21.1125 11.3438 17.625 11.3438Z" fill="#2967F0"/>
<path d="M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H14.8125C14.4187 18.375 14.1094 18.0656 14.1094 17.6718C14.1094 17.278 14.4187 16.9687 14.8125 16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z" fill="white"/>
<path d="M20.9765 18.164L18.8203 20.2733C18.5531 20.5546 18.1032 20.5546 17.8359 20.2733C17.6953 20.1468 17.625 19.964 17.625 19.7812C17.625 19.5984 17.6953 19.4156 17.836 19.2891L18.7359 18.375H17.625V16.9687H18.7359L17.8359 16.0546C17.6953 15.9281 17.625 15.7453 17.625 15.5625C17.625 15.3796 17.6953 15.1968 17.836 15.0703C18.1032 14.7891 18.5531 14.7891 18.8203 15.0703L20.9766 17.1797C21.2578 17.4469 21.2578 17.8968 20.9765 18.164Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_1173_1068">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
</template>

<script>
export default {
  name: "MailSvg",
};
</script>