message dot icon
message-dot-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- message-dot-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp 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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.4291 2.0573L13.3242 4.0545C12.2497 7.1892 13.9199 10.6014 17.0545 11.6758C18.3244 12.1111 19.7036 12.1079 20.9715 11.6669L22.8994 12.1989C21.5233 17.1855 17.0448 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 5.8327 6.1447 2 12 2C12.2339 2 12.463 2.0065 13.4291 2.0573Z" stroke="none"/><path d="M19 3C20.6569 3 22 4.3431 22 6C22 7.6569 20.6569 9 19 9C17.3431 9 16 7.6569 16 6C16 4.3431 17.3431 3 19 3Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMessageDotSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M13.4291 2.0573L13.3242 4.0545C12.2497 7.1892 13.9199 10.6014 17.0545 11.6758C18.3244 12.1111 19.7036 12.1079 20.9715 11.6669L22.8994 12.1989C21.5233 17.1855 17.0448 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 5.8327 6.1447 2 12 2C12.2339 2 12.463 2.0065 13.4291 2.0573Z" stroke="none"/><path d="M19 3C20.6569 3 22 4.3431 22 6C22 7.6569 20.6569 9 19 9C17.3431 9 16 7.6569 16 6C16 4.3431 17.3431 3 19 3Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.4291 2.0573L13.3242 4.0545C12.2497 7.1892 13.9199 10.6014 17.0545 11.6758C18.3244 12.1111 19.7036 12.1079 20.9715 11.6669L22.8994 12.1989C21.5233 17.1855 17.0448 20 12 20C11.2351 20 10.4723 19.9337 9.7236 19.8047L5.4385 21.8984C5.1434 22.0425 4.7961 22.0329 4.5098 21.8721C4.2235 21.7112 4.0344 21.4197 4.0039 21.0928L3.6084 16.8252C1.9521 15.2269 1 13.1718 1 11C1 5.8327 6.1447 2 12 2C12.2339 2 12.463 2.0065 13.4291 2.0573Z" stroke="none"/><path d="M19 3C20.6569 3 22 4.3431 22 6C22 7.6569 20.6569 9 19 9C17.3431 9 16 7.6569 16 6C16 4.3431 17.3431 3 19 3Z"/></g></svg> </template>
CSS
.icon-message-dot-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.4291%202.0573L13.3242%204.0545C12.2497%207.1892%2013.9199%2010.6014%2017.0545%2011.6758C18.3244%2012.1111%2019.7036%2012.1079%2020.9715%2011.6669L22.8994%2012.1989C21.5233%2017.1855%2017.0448%2020%2012%2020C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047L5.4385%2021.8984C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928L3.6084%2016.8252C1.9521%2015.2269%201%2013.1718%201%2011C1%205.8327%206.1447%202%2012%202C12.2339%202%2012.463%202.0065%2013.4291%202.0573Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203C20.6569%203%2022%204.3431%2022%206C22%207.6569%2020.6569%209%2019%209C17.3431%209%2016%207.6569%2016%206C16%204.3431%2017.3431%203%2019%203Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.4291%202.0573L13.3242%204.0545C12.2497%207.1892%2013.9199%2010.6014%2017.0545%2011.6758C18.3244%2012.1111%2019.7036%2012.1079%2020.9715%2011.6669L22.8994%2012.1989C21.5233%2017.1855%2017.0448%2020%2012%2020C11.2351%2020%2010.4723%2019.9337%209.7236%2019.8047L5.4385%2021.8984C5.1434%2022.0425%204.7961%2022.0329%204.5098%2021.8721C4.2235%2021.7112%204.0344%2021.4197%204.0039%2021.0928L3.6084%2016.8252C1.9521%2015.2269%201%2013.1718%201%2011C1%205.8327%206.1447%202%2012%202C12.2339%202%2012.463%202.0065%2013.4291%202.0573Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19%203C20.6569%203%2022%204.3431%2022%206C22%207.6569%2020.6569%209%2019%209C17.3431%209%2016%207.6569%2016%206C16%204.3431%2017.3431%203%2019%203Z%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-sharp-duotone.svg?color=%231a73e8&size=48