comment dots icon
comment-dots from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.
- Name
- comment-dots
- Set
- Reicon
- Style
- Outline
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All comment dots icons →More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the comment dots icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m9-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCommentDots(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m9-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 11a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-5 1a1 1 0 1 1 2 0a1 1 0 0 1-2 0m9-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M12 1.25C6.063 1.25 1.25 6.063 1.25 12c0 2.042.57 3.952 1.56 5.58l-.783 2.15c-.507 1.396.847 2.75 2.243 2.242l2.15-.782c1.628.99 3.538 1.56 5.58 1.56c5.937 0 10.75-4.813 10.75-10.75S17.937 1.25 12 1.25M2.75 12A9.25 9.25 0 1 1 12 21.25a9.2 9.2 0 0 1-4.882-1.392a1.26 1.26 0 0 0-1.1-.117l-2.26.822a.25.25 0 0 1-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2 9.2 0 0 1 2.75 12" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-comment-dots {
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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2011a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m9-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012c0%202.042.57%203.952%201.56%205.58l-.783%202.15c-.507%201.396.847%202.75%202.243%202.242l2.15-.782c1.628.99%203.538%201.56%205.58%201.56c5.937%200%2010.75-4.813%2010.75-10.75S17.937%201.25%2012%201.25M2.75%2012A9.25%209.25%200%201%201%2012%2021.25a9.2%209.2%200%200%201-4.882-1.392a1.26%201.26%200%200%200-1.1-.117l-2.26.822a.25.25%200%200%201-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2%209.2%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2011a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-5%201a1%201%200%201%201%202%200a1%201%200%200%201-2%200m9-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.063%201.25%201.25%206.063%201.25%2012c0%202.042.57%203.952%201.56%205.58l-.783%202.15c-.507%201.396.847%202.75%202.243%202.242l2.15-.782c1.628.99%203.538%201.56%205.58%201.56c5.937%200%2010.75-4.813%2010.75-10.75S17.937%201.25%2012%201.25M2.75%2012A9.25%209.25%200%201%201%2012%2021.25a9.2%209.2%200%200%201-4.882-1.392a1.26%201.26%200%200%200-1.1-.117l-2.26.822a.25.25%200%200%201-.32-.32l.821-2.261c.136-.375.082-.78-.118-1.1A9.2%209.2%200%200%201%202.75%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/comment-dots.svg?color=%231a73e8&size=48