text-quote-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-quote-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.028-.026l.113-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 8 5m8 0a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.027-.026l.114-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 16 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextQuote24Filled(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="M8 5a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.028-.026l.113-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 8 5m8 0a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.027-.026l.114-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 16 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.028-.026l.113-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 8 5m8 0a3 3 0 0 1 2.997 2.916l.006.084c0 2.933-1.067 5.382-2.113 7.081a16 16 0 0 1-1.446 1.985a12 12 0 0 1-.664.714l-.011.012l-.004.003l-.001.002a.75.75 0 0 1-1.027-1.094l.005-.005l.027-.026l.114-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023 1.306-1.796a13 13 0 0 0 1.526-3.519A3 3 0 1 1 16 5"/></svg>
</template>

CSS

.icon-text-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%22M8%205a3%203%200%200%201%202.997%202.916l.006.084c0%202.933-1.067%205.382-2.113%207.081a16%2016%200%200%201-1.446%201.985a12%2012%200%200%201-.664.714l-.011.012l-.004.003l-.001.002a.75.75%200%200%201-1.027-1.094l.005-.005l.028-.026l.113-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023%201.306-1.796a13%2013%200%200%200%201.526-3.519A3%203%200%201%201%208%205m8%200a3%203%200%200%201%202.997%202.916l.006.084c0%202.933-1.067%205.382-2.113%207.081a16%2016%200%200%201-1.446%201.985a12%2012%200%200%201-.664.714l-.011.012l-.004.003l-.001.002a.75.75%200%200%201-1.027-1.094l.005-.005l.027-.026l.114-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023%201.306-1.796a13%2013%200%200%200%201.526-3.519A3%203%200%201%201%2016%205%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%22M8%205a3%203%200%200%201%202.997%202.916l.006.084c0%202.933-1.067%205.382-2.113%207.081a16%2016%200%200%201-1.446%201.985a12%2012%200%200%201-.664.714l-.011.012l-.004.003l-.001.002a.75.75%200%200%201-1.027-1.094l.005-.005l.028-.026l.113-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023%201.306-1.796a13%2013%200%200%200%201.526-3.519A3%203%200%201%201%208%205m8%200a3%203%200%200%201%202.997%202.916l.006.084c0%202.933-1.067%205.382-2.113%207.081a16%2016%200%200%201-1.446%201.985a12%2012%200%200%201-.664.714l-.011.012l-.004.003l-.001.002a.75.75%200%200%201-1.027-1.094l.005-.005l.027-.026l.114-.115c.1-.104.246-.26.423-.467c.354-.414.83-1.023%201.306-1.796a13%2013%200%200%200%201.526-3.519A3%203%200%201%201%2016%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-quote-24-filled.svg?color=%231a73e8&size=48