Skip to content
Snippets Groups Projects
MessageLikeSvg.vue 985 B
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_2649)">
<path d="M2 3C2 2.44772 2.44771 2 3 2H21C21.5523 2 22 2.44772 22 3V18.2C22 18.7523 21.5523 19.2 21 19.2H16.9368C16.0464 19.2 15.2021 19.5955 14.6321 20.2794L12.7682 22.5161C12.3684 22.9958 11.6316 22.9958 11.2318 22.5161L9.36791 20.2794C8.79793 19.5955 7.95359 19.2 7.06325 19.2H3C2.44771 19.2 2 18.7523 2 18.2V3Z" fill="#DEDEE7" stroke="#9FA8B0" stroke-width="2"/>
<path d="M14.5002 6.25C13.4502 6.25 12.5252 6.775 12.0002 7.6C11.4752 6.775 10.5502 6.25 9.50024 6.25C7.85024 6.25 6.50024 7.6 6.50024 9.25C6.50024 12.225 12.0002 15.25 12.0002 15.25C12.0002 15.25 17.5002 12.25 17.5002 9.25C17.5002 7.6 16.1502 6.25 14.5002 6.25Z" fill="#2967F0"/>
</g>
<defs>
<clipPath id="clip0_1173_2649">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>
</template>

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