comment-quote-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
comment-quote-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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

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="M22 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-1.5 7.611v2.889a1.75 1.75 0 0 1-1.75 1.75h-6.236L7.5 20.25l-.001-3.75H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.5c0-.966.784-1.75 1.75-1.75h5.26a3.3 3.3 0 0 1 .24-1.5h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75a1.25 1.25 0 0 0 1.999 1L13.013 18h5.737A3.25 3.25 0 0 0 22 14.75V9.412c-.416.92-.934 1.715-1.5 2.45M13.75 2A2.25 2.25 0 0 1 16 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 11.5 4.25A2.25 2.25 0 0 1 13.75 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommentQuote24Regular(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="M22 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-1.5 7.611v2.889a1.75 1.75 0 0 1-1.75 1.75h-6.236L7.5 20.25l-.001-3.75H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.5c0-.966.784-1.75 1.75-1.75h5.26a3.3 3.3 0 0 1 .24-1.5h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75a1.25 1.25 0 0 0 1.999 1L13.013 18h5.737A3.25 3.25 0 0 0 22 14.75V9.412c-.416.92-.934 1.715-1.5 2.45M13.75 2A2.25 2.25 0 0 1 16 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 11.5 4.25A2.25 2.25 0 0 1 13.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="M22 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-1.5 7.611v2.889a1.75 1.75 0 0 1-1.75 1.75h-6.236L7.5 20.25l-.001-3.75H5.25a1.75 1.75 0 0 1-1.75-1.75v-8.5c0-.966.784-1.75 1.75-1.75h5.26a3.3 3.3 0 0 1 .24-1.5h-5.5A3.25 3.25 0 0 0 2 6.25v8.5A3.25 3.25 0 0 0 5.25 18H6v2.75a1.25 1.25 0 0 0 1.999 1L13.013 18h5.737A3.25 3.25 0 0 0 22 14.75V9.412c-.416.92-.934 1.715-1.5 2.45M13.75 2A2.25 2.25 0 0 1 16 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 11.5 4.25A2.25 2.25 0 0 1 13.75 2"/></svg>
</template>

CSS

.icon-comment-quote-24-regular {
  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%22M22%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-1.5%207.611v2.889a1.75%201.75%200%200%201-1.75%201.75h-6.236L7.5%2020.25l-.001-3.75H5.25a1.75%201.75%200%200%201-1.75-1.75v-8.5c0-.966.784-1.75%201.75-1.75h5.26a3.3%203.3%200%200%201%20.24-1.5h-5.5A3.25%203.25%200%200%200%202%206.25v8.5A3.25%203.25%200%200%200%205.25%2018H6v2.75a1.25%201.25%200%200%200%201.999%201L13.013%2018h5.737A3.25%203.25%200%200%200%2022%2014.75V9.412c-.416.92-.934%201.715-1.5%202.45M13.75%202A2.25%202.25%200%200%201%2016%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%2011.5%204.25A2.25%202.25%200%200%201%2013.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%22M22%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-1.5%207.611v2.889a1.75%201.75%200%200%201-1.75%201.75h-6.236L7.5%2020.25l-.001-3.75H5.25a1.75%201.75%200%200%201-1.75-1.75v-8.5c0-.966.784-1.75%201.75-1.75h5.26a3.3%203.3%200%200%201%20.24-1.5h-5.5A3.25%203.25%200%200%200%202%206.25v8.5A3.25%203.25%200%200%200%205.25%2018H6v2.75a1.25%201.25%200%200%200%201.999%201L13.013%2018h5.737A3.25%203.25%200%200%200%2022%2014.75V9.412c-.416.92-.934%201.715-1.5%202.45M13.75%202A2.25%202.25%200%200%201%2016%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%2011.5%204.25A2.25%202.25%200%200%201%2013.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-regular.svg?color=%231a73e8&size=48