message dot icon
message-dot-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- message-dot-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the message dot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12 2 C12.2407 2 12.4816 2.0067 12.7217 2.0195 C13.273 2.0492 13.6965 2.5199 13.667 3.0713 C13.649 3.4071 13.5 3.5 13.2021 3.8613 L13.5 3.5 C13.2789 4.1256 13 5.2987 13 6 C13 9.3138 15.6862 12 19 12 C19.7284 12 20.6518 11.7979 21.2978 11.5601 L21.1348 11.6934 C21.3683 11.4574 21.7143 11.3429 22.0625 11.4199 C22.6017 11.5394 22.9426 12.0731 22.8232 12.6123 C21.8456 17.0254 17.1645 20 12 20 C11.2351 20 10.4723 19.9337 9.7236 19.8047 L5.4385 21.8984 C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721 C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928 L3.6084 16.8252 C1.9521 15.2269 1 13.1718 1 11 C1 5.8327 6.1447 2 12 2 Z" stroke="none"/><path d="M19 3 C20.6569 3 22 4.3431 22 6 C22 7.6569 20.6569 9 19 9 C17.3431 9 16 7.6569 16 6 C16 4.3431 17.3431 3 19 3 Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMessageDotDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M12 2 C12.2407 2 12.4816 2.0067 12.7217 2.0195 C13.273 2.0492 13.6965 2.5199 13.667 3.0713 C13.649 3.4071 13.5 3.5 13.2021 3.8613 L13.5 3.5 C13.2789 4.1256 13 5.2987 13 6 C13 9.3138 15.6862 12 19 12 C19.7284 12 20.6518 11.7979 21.2978 11.5601 L21.1348 11.6934 C21.3683 11.4574 21.7143 11.3429 22.0625 11.4199 C22.6017 11.5394 22.9426 12.0731 22.8232 12.6123 C21.8456 17.0254 17.1645 20 12 20 C11.2351 20 10.4723 19.9337 9.7236 19.8047 L5.4385 21.8984 C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721 C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928 L3.6084 16.8252 C1.9521 15.2269 1 13.1718 1 11 C1 5.8327 6.1447 2 12 2 Z" stroke="none"/><path d="M19 3 C20.6569 3 22 4.3431 22 6 C22 7.6569 20.6569 9 19 9 C17.3431 9 16 7.6569 16 6 C16 4.3431 17.3431 3 19 3 Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12 2 C12.2407 2 12.4816 2.0067 12.7217 2.0195 C13.273 2.0492 13.6965 2.5199 13.667 3.0713 C13.649 3.4071 13.5 3.5 13.2021 3.8613 L13.5 3.5 C13.2789 4.1256 13 5.2987 13 6 C13 9.3138 15.6862 12 19 12 C19.7284 12 20.6518 11.7979 21.2978 11.5601 L21.1348 11.6934 C21.3683 11.4574 21.7143 11.3429 22.0625 11.4199 C22.6017 11.5394 22.9426 12.0731 22.8232 12.6123 C21.8456 17.0254 17.1645 20 12 20 C11.2351 20 10.4723 19.9337 9.7236 19.8047 L5.4385 21.8984 C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721 C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928 L3.6084 16.8252 C1.9521 15.2269 1 13.1718 1 11 C1 5.8327 6.1447 2 12 2 Z" stroke="none"/><path d="M19 3 C20.6569 3 22 4.3431 22 6 C22 7.6569 20.6569 9 19 9 C17.3431 9 16 7.6569 16 6 C16 4.3431 17.3431 3 19 3 Z"/></g></svg> </template>
CSS
.icon-message-dot-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12%202%20C12.2407%202%2012.4816%202.0067%2012.7217%202.0195%20C13.273%202.0492%2013.6965%202.5199%2013.667%203.0713%20C13.649%203.4071%2013.5%203.5%2013.2021%203.8613%20L13.5%203.5%20C13.2789%204.1256%2013%205.2987%2013%206%20C13%209.3138%2015.6862%2012%2019%2012%20C19.7284%2012%2020.6518%2011.7979%2021.2978%2011.5601%20L21.1348%2011.6934%20C21.3683%2011.4574%2021.7143%2011.3429%2022.0625%2011.4199%20C22.6017%2011.5394%2022.9426%2012.0731%2022.8232%2012.6123%20C21.8456%2017.0254%2017.1645%2020%2012%2020%20C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047%20L5.4385%2021.8984%20C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721%20C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928%20L3.6084%2016.8252%20C1.9521%2015.2269%201%2013.1718%201%2011%20C1%205.8327%206.1447%202%2012%202%20Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203%20C20.6569%203%2022%204.3431%2022%206%20C22%207.6569%2020.6569%209%2019%209%20C17.3431%209%2016%207.6569%2016%206%20C16%204.3431%2017.3431%203%2019%203%20Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12%202%20C12.2407%202%2012.4816%202.0067%2012.7217%202.0195%20C13.273%202.0492%2013.6965%202.5199%2013.667%203.0713%20C13.649%203.4071%2013.5%203.5%2013.2021%203.8613%20L13.5%203.5%20C13.2789%204.1256%2013%205.2987%2013%206%20C13%209.3138%2015.6862%2012%2019%2012%20C19.7284%2012%2020.6518%2011.7979%2021.2978%2011.5601%20L21.1348%2011.6934%20C21.3683%2011.4574%2021.7143%2011.3429%2022.0625%2011.4199%20C22.6017%2011.5394%2022.9426%2012.0731%2022.8232%2012.6123%20C21.8456%2017.0254%2017.1645%2020%2012%2020%20C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047%20L5.4385%2021.8984%20C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721%20C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928%20L3.6084%2016.8252%20C1.9521%2015.2269%201%2013.1718%201%2011%20C1%205.8327%206.1447%202%2012%202%20Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203%20C20.6569%203%2022%204.3431%2022%206%20C22%207.6569%2020.6569%209%2019%209%20C17.3431%209%2016%207.6569%2016%206%20C16%204.3431%2017.3431%203%2019%203%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/message-dot-duotone.svg?color=%231a73e8&size=48