message circle icon
message-circle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- message-circle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All message circle icons →More newicons icons from Reicon
Use the message circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m5.25 10.81c0 .17-.01.33-.03.49c-.15 1.77-1.2 2.65-3.12 2.65h-.26a.54.54 0 0 0-.42.21l-.79 1.05c-.35.47-.91.47-1.26 0l-.79-1.05a.63.63 0 0 0-.42-.21H9.9c-2.09 0-3.15-.52-3.15-3.15v-2.63c0-1.92.89-2.97 2.65-3.12c.16-.01.33-.01.5-.01h4.2c2.09 0 3.15 1.05 3.15 3.15z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMessageCircleFilled(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="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m5.25 10.81c0 .17-.01.33-.03.49c-.15 1.77-1.2 2.65-3.12 2.65h-.26a.54.54 0 0 0-.42.21l-.79 1.05c-.35.47-.91.47-1.26 0l-.79-1.05a.63.63 0 0 0-.42-.21H9.9c-2.09 0-3.15-.52-3.15-3.15v-2.63c0-1.92.89-2.97 2.65-3.12c.16-.01.33-.01.5-.01h4.2c2.09 0 3.15 1.05 3.15 3.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m5.25 10.81c0 .17-.01.33-.03.49c-.15 1.77-1.2 2.65-3.12 2.65h-.26a.54.54 0 0 0-.42.21l-.79 1.05c-.35.47-.91.47-1.26 0l-.79-1.05a.63.63 0 0 0-.42-.21H9.9c-2.09 0-3.15-.52-3.15-3.15v-2.63c0-1.92.89-2.97 2.65-3.12c.16-.01.33-.01.5-.01h4.2c2.09 0 3.15 1.05 3.15 3.15z"/></svg> </template>
CSS
.icon-message-circle-filled {
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%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m5.25%2010.81c0%20.17-.01.33-.03.49c-.15%201.77-1.2%202.65-3.12%202.65h-.26a.54.54%200%200%200-.42.21l-.79%201.05c-.35.47-.91.47-1.26%200l-.79-1.05a.63.63%200%200%200-.42-.21H9.9c-2.09%200-3.15-.52-3.15-3.15v-2.63c0-1.92.89-2.97%202.65-3.12c.16-.01.33-.01.5-.01h4.2c2.09%200%203.15%201.05%203.15%203.15z%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%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m5.25%2010.81c0%20.17-.01.33-.03.49c-.15%201.77-1.2%202.65-3.12%202.65h-.26a.54.54%200%200%200-.42.21l-.79%201.05c-.35.47-.91.47-1.26%200l-.79-1.05a.63.63%200%200%200-.42-.21H9.9c-2.09%200-3.15-.52-3.15-3.15v-2.63c0-1.92.89-2.97%202.65-3.12c.16-.01.33-.01.5-.01h4.2c2.09%200%203.15%201.05%203.15%203.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/message-circle-filled.svg?color=%231a73e8&size=48