quote-solid from Iconoir by Luca Burgio · Solid · Communication · MIT Free for personal and commercial use.

Name
quote-solid
Set
Iconoir
Style
Solid
Category
Communication
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More communication icons from Iconoir

Use the quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.213 12.75c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 9 5.75H5A1.75 1.75 0 0 0 3.25 7.5V11c0 .966.784 1.75 1.75 1.75zm10 0c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 19 5.75h-4a1.75 1.75 0 0 0-1.75 1.75V11c0 .966.784 1.75 1.75 1.75z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IconoirQuoteSolid(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" fillRule="evenodd" d="M9.213 12.75c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 9 5.75H5A1.75 1.75 0 0 0 3.25 7.5V11c0 .966.784 1.75 1.75 1.75zm10 0c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 19 5.75h-4a1.75 1.75 0 0 0-1.75 1.75V11c0 .966.784 1.75 1.75 1.75z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.213 12.75c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 9 5.75H5A1.75 1.75 0 0 0 3.25 7.5V11c0 .966.784 1.75 1.75 1.75zm10 0c-.084.774-.308 1.392-.698 1.94c-.523.731-1.4 1.414-2.85 2.14a.75.75 0 1 0 .67 1.34c1.55-.774 2.673-1.591 3.4-2.61c.741-1.036 1.015-2.203 1.015-3.56V7.5A1.75 1.75 0 0 0 19 5.75h-4a1.75 1.75 0 0 0-1.75 1.75V11c0 .966.784 1.75 1.75 1.75z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-quote-solid {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.213%2012.75c-.084.774-.308%201.392-.698%201.94c-.523.731-1.4%201.414-2.85%202.14a.75.75%200%201%200%20.67%201.34c1.55-.774%202.673-1.591%203.4-2.61c.741-1.036%201.015-2.203%201.015-3.56V7.5A1.75%201.75%200%200%200%209%205.75H5A1.75%201.75%200%200%200%203.25%207.5V11c0%20.966.784%201.75%201.75%201.75zm10%200c-.084.774-.308%201.392-.698%201.94c-.523.731-1.4%201.414-2.85%202.14a.75.75%200%201%200%20.67%201.34c1.55-.774%202.673-1.591%203.4-2.61c.741-1.036%201.015-2.203%201.015-3.56V7.5A1.75%201.75%200%200%200%2019%205.75h-4a1.75%201.75%200%200%200-1.75%201.75V11c0%20.966.784%201.75%201.75%201.75z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.213%2012.75c-.084.774-.308%201.392-.698%201.94c-.523.731-1.4%201.414-2.85%202.14a.75.75%200%201%200%20.67%201.34c1.55-.774%202.673-1.591%203.4-2.61c.741-1.036%201.015-2.203%201.015-3.56V7.5A1.75%201.75%200%200%200%209%205.75H5A1.75%201.75%200%200%200%203.25%207.5V11c0%20.966.784%201.75%201.75%201.75zm10%200c-.084.774-.308%201.392-.698%201.94c-.523.731-1.4%201.414-2.85%202.14a.75.75%200%201%200%20.67%201.34c1.55-.774%202.673-1.591%203.4-2.61c.741-1.036%201.015-2.203%201.015-3.56V7.5A1.75%201.75%200%200%200%2019%205.75h-4a1.75%201.75%200%200%200-1.75%201.75V11c0%20.966.784%201.75%201.75%201.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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