Message Conversation Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Message Conversation icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310834.svg" alt="Message Conversation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310834.svg" alt="Message Conversation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310834.svg" alt="Message Conversation icon" :width="24" :height="24" />
CSS background
.icon-message-conversation {
background-image: url('https://proicons.com/icon/310834.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.6862 18.2216C13.0874 18.2996 13.4949 18.341 13.9037 18.3455C14.9351 18.3468 15.9551 18.1287 16.8959 17.7058L19.9912 18.1597C20.1358 18.1605 20.279 18.1308 20.4114 18.0726C20.5438 18.0144 20.6625 17.929 20.7598 17.822C20.8571 17.715 20.9308 17.5887 20.9762 17.4514C21.0215 17.314 21.0374 17.1687 21.023 17.0248L20.6515 13.8985C21.0491 12.9837 21.2528 11.9966 21.25 10.9992C21.2473 10.039 21.0553 9.08876 20.685 8.20284C20.3148 7.31691 19.7735 6.51267 19.0922 5.83612C18.4108 5.15957 17.6028 4.62397 16.7143 4.25997C15.8257 3.89598 14.8742 3.71072 13.914 3.71479C12.2643 3.71453 10.6632 4.27347 9.37208 5.30038C8.08095 6.32728 7.17603 7.7615 6.80502 9.36895" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.9036 14.7445C13.8966 16.0069 13.4681 17.2307 12.6861 18.2217C12.1569 18.87 11.4894 19.3918 10.7325 19.7489C9.97552 20.1059 9.14831 20.2892 8.31139 20.2852C7.52169 20.2816 6.74148 20.1129 6.02083 19.79L3.70964 20.2027C3.59353 20.2156 3.47601 20.2013 3.36637 20.161C3.25673 20.1207 3.15797 20.0554 3.0779 19.9703C2.99784 19.8852 2.93866 19.7827 2.90504 19.6708C2.87142 19.5589 2.86429 19.4408 2.88421 19.3257L3.20407 16.9629C2.9005 16.2629 2.7459 15.5075 2.75008 14.7445C2.74865 13.5293 3.14387 12.3467 3.87572 11.3765C4.60757 10.4063 5.63606 9.70142 6.80499 9.36896C7.29719 9.22269 7.80824 9.14968 8.32171 9.15229C9.80308 9.15502 11.2228 9.74541 12.2694 10.7939C13.3159 11.8423 13.9036 13.2632 13.9036 14.7445Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!