conversation icon
conversation from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- conversation
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the conversation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.282 10.283q.218-.217.218-.532q0-.314-.217-.533T5.75 9t-.533.217T5 9.75t.217.533t.532.218t.533-.217m12.5 0Q19 10.066 19 9.75q0-.314-.217-.533Q18.566 9 18.25 9q-.314 0-.533.217q-.218.217-.218.532t.217.533t.532.218t.533-.217M20 21v-2h-2.384q-.499 0-.894-.28t-.549-.72H17q1.458 0 2.479-1.021T20.5 14.5h-1q0 1.031-.734 1.766Q18.03 17 17 17h-1v-3h-1.961q-.385 0-.637-.31q-.252-.311-.152-.691l1.036-4.105q.668-2.648 2.817-4.271T22 3v18zM4 21H2V3q2.748 0 4.897 1.623t2.817 4.271l1.036 4.104q.1.38-.152.692q-.252.31-.636.31H8v3H7q-1.031 0-1.766-.734Q4.5 15.53 4.5 14.5h-1q0 1.458 1.021 2.479T7 18h.827q-.154.44-.549.72t-.893.28H4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightConversation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.282 10.283q.218-.217.218-.532q0-.314-.217-.533T5.75 9t-.533.217T5 9.75t.217.533t.532.218t.533-.217m12.5 0Q19 10.066 19 9.75q0-.314-.217-.533Q18.566 9 18.25 9q-.314 0-.533.217q-.218.217-.218.532t.217.533t.532.218t.533-.217M20 21v-2h-2.384q-.499 0-.894-.28t-.549-.72H17q1.458 0 2.479-1.021T20.5 14.5h-1q0 1.031-.734 1.766Q18.03 17 17 17h-1v-3h-1.961q-.385 0-.637-.31q-.252-.311-.152-.691l1.036-4.105q.668-2.648 2.817-4.271T22 3v18zM4 21H2V3q2.748 0 4.897 1.623t2.817 4.271l1.036 4.104q.1.38-.152.692q-.252.31-.636.31H8v3H7q-1.031 0-1.766-.734Q4.5 15.53 4.5 14.5h-1q0 1.458 1.021 2.479T7 18h.827q-.154.44-.549.72t-.893.28H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.282 10.283q.218-.217.218-.532q0-.314-.217-.533T5.75 9t-.533.217T5 9.75t.217.533t.532.218t.533-.217m12.5 0Q19 10.066 19 9.75q0-.314-.217-.533Q18.566 9 18.25 9q-.314 0-.533.217q-.218.217-.218.532t.217.533t.532.218t.533-.217M20 21v-2h-2.384q-.499 0-.894-.28t-.549-.72H17q1.458 0 2.479-1.021T20.5 14.5h-1q0 1.031-.734 1.766Q18.03 17 17 17h-1v-3h-1.961q-.385 0-.637-.31q-.252-.311-.152-.691l1.036-4.105q.668-2.648 2.817-4.271T22 3v18zM4 21H2V3q2.748 0 4.897 1.623t2.817 4.271l1.036 4.104q.1.38-.152.692q-.252.31-.636.31H8v3H7q-1.031 0-1.766-.734Q4.5 15.53 4.5 14.5h-1q0 1.458 1.021 2.479T7 18h.827q-.154.44-.549.72t-.893.28H4z"/></svg> </template>
CSS
.icon-conversation {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.282%2010.283q.218-.217.218-.532q0-.314-.217-.533T5.75%209t-.533.217T5%209.75t.217.533t.532.218t.533-.217m12.5%200Q19%2010.066%2019%209.75q0-.314-.217-.533Q18.566%209%2018.25%209q-.314%200-.533.217q-.218.217-.218.532t.217.533t.532.218t.533-.217M20%2021v-2h-2.384q-.499%200-.894-.28t-.549-.72H17q1.458%200%202.479-1.021T20.5%2014.5h-1q0%201.031-.734%201.766Q18.03%2017%2017%2017h-1v-3h-1.961q-.385%200-.637-.31q-.252-.311-.152-.691l1.036-4.105q.668-2.648%202.817-4.271T22%203v18zM4%2021H2V3q2.748%200%204.897%201.623t2.817%204.271l1.036%204.104q.1.38-.152.692q-.252.31-.636.31H8v3H7q-1.031%200-1.766-.734Q4.5%2015.53%204.5%2014.5h-1q0%201.458%201.021%202.479T7%2018h.827q-.154.44-.549.72t-.893.28H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.282%2010.283q.218-.217.218-.532q0-.314-.217-.533T5.75%209t-.533.217T5%209.75t.217.533t.532.218t.533-.217m12.5%200Q19%2010.066%2019%209.75q0-.314-.217-.533Q18.566%209%2018.25%209q-.314%200-.533.217q-.218.217-.218.532t.217.533t.532.218t.533-.217M20%2021v-2h-2.384q-.499%200-.894-.28t-.549-.72H17q1.458%200%202.479-1.021T20.5%2014.5h-1q0%201.031-.734%201.766Q18.03%2017%2017%2017h-1v-3h-1.961q-.385%200-.637-.31q-.252-.311-.152-.691l1.036-4.105q.668-2.648%202.817-4.271T22%203v18zM4%2021H2V3q2.748%200%204.897%201.623t2.817%204.271l1.036%204.104q.1.38-.152.692q-.252.31-.636.31H8v3H7q-1.031%200-1.766-.734Q4.5%2015.53%204.5%2014.5h-1q0%201.458%201.021%202.479T7%2018h.827q-.154.44-.549.72t-.893.28H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/conversation.svg?color=%231a73e8&size=48