message dot icon
message-dot-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.
- Name
- message-dot-sharp-fill
- Set
- Keyline Icons
- Style
- Sharp Fill
- 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"><path fill="currentColor" 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.0573ZM19 2C21.0711 2 23 3.9289 23 6C23 8.0711 21.0711 10 19 10C16.9289 10 15 8.0711 15 6C15 3.9289 16.9289 2 19 2ZM19 4C17.8954 4 17 4.8954 17 6C17 7.1046 17.8954 8 19 8C20.1046 8 21 7.1046 21 6C21 4.8954 20.1046 4 19 4Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsMessageDotSharpFill(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="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.0573ZM19 2C21.0711 2 23 3.9289 23 6C23 8.0711 21.0711 10 19 10C16.9289 10 15 8.0711 15 6C15 3.9289 16.9289 2 19 2ZM19 4C17.8954 4 17 4.8954 17 6C17 7.1046 17.8954 8 19 8C20.1046 8 21 7.1046 21 6C21 4.8954 20.1046 4 19 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.0573ZM19 2C21.0711 2 23 3.9289 23 6C23 8.0711 21.0711 10 19 10C16.9289 10 15 8.0711 15 6C15 3.9289 16.9289 2 19 2ZM19 4C17.8954 4 17 4.8954 17 6C17 7.1046 17.8954 8 19 8C20.1046 8 21 7.1046 21 6C21 4.8954 20.1046 4 19 4Z"/></svg> </template>
CSS
.icon-message-dot-sharp-fill {
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%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.0573ZM19%202C21.0711%202%2023%203.9289%2023%206C23%208.0711%2021.0711%2010%2019%2010C16.9289%2010%2015%208.0711%2015%206C15%203.9289%2016.9289%202%2019%202ZM19%204C17.8954%204%2017%204.8954%2017%206C17%207.1046%2017.8954%208%2019%208C20.1046%208%2021%207.1046%2021%206C21%204.8954%2020.1046%204%2019%204Z%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%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.0573ZM19%202C21.0711%202%2023%203.9289%2023%206C23%208.0711%2021.0711%2010%2019%2010C16.9289%2010%2015%208.0711%2015%206C15%203.9289%2016.9289%202%2019%202ZM19%204C17.8954%204%2017%204.8954%2017%206C17%207.1046%2017.8954%208%2019%208C20.1046%208%2021%207.1046%2021%206C21%204.8954%2020.1046%204%2019%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/message-dot-sharp-fill.svg?color=%231a73e8&size=48