comment quote icon
comment-quote-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- comment-quote-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
comment-add-12-filledcomment-arrow-left-12-filledcomment-arrow-right-12-filledcomment-badge-16-filledcomment-checkmark-12-filledcomment-delete-24-filledcomment-dismiss-20-filledcomment-edit-16-filledcomment-error-16-filledcomment-lightning-20-filledcomment-link-16-filledcomment-mention-16-filledcomment-multiple-16-filledcomment-multiple-checkmark-16-filledcomment-multiple-link-16-filledcomment-multiple-mention-16-filledcomment-next-24-filledcomment-note-20-filledcomment-off-16-filledcomment-previous-24-filledcomment-text-16-filled
Use the comment quote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4.25a2.25 2.25 0 1 0-1.679 2.177a8.4 8.4 0 0 1-.456 1.617c-.398 1.004-.97 1.849-1.694 2.73a.75.75 0 1 0 1.159.952c.776-.945 1.453-1.926 1.93-3.129c.478-1.205.74-2.595.74-4.347m.923 1.605a11.4 11.4 0 0 1-.734 3.11c-.53 1.337-1.276 2.409-2.087 3.396a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256A3.25 3.25 0 0 1 10.75 3h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75c0 1.03 1.176 1.618 2 1L13 18h5.75A3.25 3.25 0 0 0 22 14.75V9.412c-.511 1.133-1.18 2.074-1.898 2.949a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256a3.26 3.26 0 0 1-2.108-1.565M19.75 2A2.25 2.25 0 0 1 22 4.25c0 1.752-.262 3.142-.74 4.347c-.477 1.203-1.154 2.184-1.93 3.13a.75.75 0 1 1-1.16-.953c.724-.881 1.297-1.726 1.695-2.73a8.4 8.4 0 0 0 .456-1.617A2.252 2.252 0 0 1 17.5 4.25A2.25 2.25 0 0 1 19.75 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentCommentQuote24Filled(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="M16 4.25a2.25 2.25 0 1 0-1.679 2.177a8.4 8.4 0 0 1-.456 1.617c-.398 1.004-.97 1.849-1.694 2.73a.75.75 0 1 0 1.159.952c.776-.945 1.453-1.926 1.93-3.129c.478-1.205.74-2.595.74-4.347m.923 1.605a11.4 11.4 0 0 1-.734 3.11c-.53 1.337-1.276 2.409-2.087 3.396a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256A3.25 3.25 0 0 1 10.75 3h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75c0 1.03 1.176 1.618 2 1L13 18h5.75A3.25 3.25 0 0 0 22 14.75V9.412c-.511 1.133-1.18 2.074-1.898 2.949a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256a3.26 3.26 0 0 1-2.108-1.565M19.75 2A2.25 2.25 0 0 1 22 4.25c0 1.752-.262 3.142-.74 4.347c-.477 1.203-1.154 2.184-1.93 3.13a.75.75 0 1 1-1.16-.953c.724-.881 1.297-1.726 1.695-2.73a8.4 8.4 0 0 0 .456-1.617A2.252 2.252 0 0 1 17.5 4.25A2.25 2.25 0 0 1 19.75 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 4.25a2.25 2.25 0 1 0-1.679 2.177a8.4 8.4 0 0 1-.456 1.617c-.398 1.004-.97 1.849-1.694 2.73a.75.75 0 1 0 1.159.952c.776-.945 1.453-1.926 1.93-3.129c.478-1.205.74-2.595.74-4.347m.923 1.605a11.4 11.4 0 0 1-.734 3.11c-.53 1.337-1.276 2.409-2.087 3.396a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256A3.25 3.25 0 0 1 10.75 3h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75c0 1.03 1.176 1.618 2 1L13 18h5.75A3.25 3.25 0 0 0 22 14.75V9.412c-.511 1.133-1.18 2.074-1.898 2.949a1.75 1.75 0 0 1-2.704-2.222c.689-.839 1.193-1.593 1.538-2.463a7 7 0 0 0 .095-.256a3.26 3.26 0 0 1-2.108-1.565M19.75 2A2.25 2.25 0 0 1 22 4.25c0 1.752-.262 3.142-.74 4.347c-.477 1.203-1.154 2.184-1.93 3.13a.75.75 0 1 1-1.16-.953c.724-.881 1.297-1.726 1.695-2.73a8.4 8.4 0 0 0 .456-1.617A2.252 2.252 0 0 1 17.5 4.25A2.25 2.25 0 0 1 19.75 2"/></svg> </template>
CSS
.icon-comment-quote-24-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%22M16%204.25a2.25%202.25%200%201%200-1.679%202.177a8.4%208.4%200%200%201-.456%201.617c-.398%201.004-.97%201.849-1.694%202.73a.75.75%200%201%200%201.159.952c.776-.945%201.453-1.926%201.93-3.129c.478-1.205.74-2.595.74-4.347m.923%201.605a11.4%2011.4%200%200%201-.734%203.11c-.53%201.337-1.276%202.409-2.087%203.396a1.75%201.75%200%200%201-2.704-2.222c.689-.839%201.193-1.593%201.538-2.463a7%207%200%200%200%20.095-.256A3.25%203.25%200%200%201%2010.75%203h-5.5A3.25%203.25%200%200%200%202%206.25v8.5A3.25%203.25%200%200%200%205.25%2018H6v2.75c0%201.03%201.176%201.618%202%201L13%2018h5.75A3.25%203.25%200%200%200%2022%2014.75V9.412c-.511%201.133-1.18%202.074-1.898%202.949a1.75%201.75%200%200%201-2.704-2.222c.689-.839%201.193-1.593%201.538-2.463a7%207%200%200%200%20.095-.256a3.26%203.26%200%200%201-2.108-1.565M19.75%202A2.25%202.25%200%200%201%2022%204.25c0%201.752-.262%203.142-.74%204.347c-.477%201.203-1.154%202.184-1.93%203.13a.75.75%200%201%201-1.16-.953c.724-.881%201.297-1.726%201.695-2.73a8.4%208.4%200%200%200%20.456-1.617A2.252%202.252%200%200%201%2017.5%204.25A2.25%202.25%200%200%201%2019.75%202%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%22M16%204.25a2.25%202.25%200%201%200-1.679%202.177a8.4%208.4%200%200%201-.456%201.617c-.398%201.004-.97%201.849-1.694%202.73a.75.75%200%201%200%201.159.952c.776-.945%201.453-1.926%201.93-3.129c.478-1.205.74-2.595.74-4.347m.923%201.605a11.4%2011.4%200%200%201-.734%203.11c-.53%201.337-1.276%202.409-2.087%203.396a1.75%201.75%200%200%201-2.704-2.222c.689-.839%201.193-1.593%201.538-2.463a7%207%200%200%200%20.095-.256A3.25%203.25%200%200%201%2010.75%203h-5.5A3.25%203.25%200%200%200%202%206.25v8.5A3.25%203.25%200%200%200%205.25%2018H6v2.75c0%201.03%201.176%201.618%202%201L13%2018h5.75A3.25%203.25%200%200%200%2022%2014.75V9.412c-.511%201.133-1.18%202.074-1.898%202.949a1.75%201.75%200%200%201-2.704-2.222c.689-.839%201.193-1.593%201.538-2.463a7%207%200%200%200%20.095-.256a3.26%203.26%200%200%201-2.108-1.565M19.75%202A2.25%202.25%200%200%201%2022%204.25c0%201.752-.262%203.142-.74%204.347c-.477%201.203-1.154%202.184-1.93%203.13a.75.75%200%201%201-1.16-.953c.724-.881%201.297-1.726%201.695-2.73a8.4%208.4%200%200%200%20.456-1.617A2.252%202.252%200%200%201%2017.5%204.25A2.25%202.25%200%200%201%2019.75%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/comment-quote-24-filled.svg?color=%231a73e8&size=48