ios quote icon

ios-quote from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-quote
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M209 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/><path d="M385 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosQuote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M209 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/><path d="M385 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M209 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/><path d="M385 96h-65c-26.4 0-48 21.6-48 48v128c0 26.4 21.6 48 48 48h38.7c4.6 0 8.3 3.9 8 8.6-2.3 35.5-18.8 60.2-31.3 74.1-4.7 5.2-1 13.4 5.9 13.4h39.9c2.5 0 4.8-1.1 6.3-3.1 7.4-9.6 28.5-41.6 28.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-quote {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M209%2096h-65c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h38.7c4.6%200%208.3%203.9%208%208.6-2.3%2035.5-18.8%2060.2-31.3%2074.1-4.7%205.2-1%2013.4%205.9%2013.4h39.9c2.5%200%204.8-1.1%206.3-3.1%207.4-9.6%2028.5-41.6%2028.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385%2096h-65c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h38.7c4.6%200%208.3%203.9%208%208.6-2.3%2035.5-18.8%2060.2-31.3%2074.1-4.7%205.2-1%2013.4%205.9%2013.4h39.9c2.5%200%204.8-1.1%206.3-3.1%207.4-9.6%2028.5-41.6%2028.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M209%2096h-65c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h38.7c4.6%200%208.3%203.9%208%208.6-2.3%2035.5-18.8%2060.2-31.3%2074.1-4.7%205.2-1%2013.4%205.9%2013.4h39.9c2.5%200%204.8-1.1%206.3-3.1%207.4-9.6%2028.5-41.6%2028.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M385%2096h-65c-26.4%200-48%2021.6-48%2048v128c0%2026.4%2021.6%2048%2048%2048h38.7c4.6%200%208.3%203.9%208%208.6-2.3%2035.5-18.8%2060.2-31.3%2074.1-4.7%205.2-1%2013.4%205.9%2013.4h39.9c2.5%200%204.8-1.1%206.3-3.1%207.4-9.6%2028.5-41.6%2028.5-93.9v-192c0-17.8-13.3-31.1-31-31.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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