text-quote from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
text-quote
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the text quote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.2 25.176c2.976 0 5.46-1.992 5.46-5.156c0-3-2.039-4.97-4.828-4.97c-1.43 0-2.531.563-3.21 1.641c.726-3.328 3.233-5.53 6.632-5.671c.914-.047 1.57-.68 1.57-1.57c0-1.079-.867-1.641-2.039-1.641c-5.273 0-9.96 4.5-9.96 10.43c0 4.218 2.812 6.937 6.374 6.937m-14.345 0c2.977 0 5.461-1.992 5.461-5.156c0-3-2.062-4.97-4.851-4.97c-1.406 0-2.531.563-3.211 1.641c.726-3.328 3.258-5.507 6.656-5.671c.89-.047 1.57-.68 1.57-1.57c0-1.079-.89-1.641-2.062-1.641c-5.273 0-9.961 4.5-9.961 10.43c0 4.218 2.836 6.937 6.398 6.937M36.59 11.37h13.218c1.008 0 1.805-.773 1.805-1.781c0-.985-.797-1.758-1.804-1.758h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781m0 12.281h13.218c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.759-1.804-1.759h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781M6.168 35.934h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>

React

import type { SVGProps } from "react";

export function F7TextQuote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.2 25.176c2.976 0 5.46-1.992 5.46-5.156c0-3-2.039-4.97-4.828-4.97c-1.43 0-2.531.563-3.21 1.641c.726-3.328 3.233-5.53 6.632-5.671c.914-.047 1.57-.68 1.57-1.57c0-1.079-.867-1.641-2.039-1.641c-5.273 0-9.96 4.5-9.96 10.43c0 4.218 2.812 6.937 6.374 6.937m-14.345 0c2.977 0 5.461-1.992 5.461-5.156c0-3-2.062-4.97-4.851-4.97c-1.406 0-2.531.563-3.211 1.641c.726-3.328 3.258-5.507 6.656-5.671c.89-.047 1.57-.68 1.57-1.57c0-1.079-.89-1.641-2.062-1.641c-5.273 0-9.961 4.5-9.961 10.43c0 4.218 2.836 6.937 6.398 6.937M36.59 11.37h13.218c1.008 0 1.805-.773 1.805-1.781c0-.985-.797-1.758-1.804-1.758h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781m0 12.281h13.218c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.759-1.804-1.759h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781M6.168 35.934h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M25.2 25.176c2.976 0 5.46-1.992 5.46-5.156c0-3-2.039-4.97-4.828-4.97c-1.43 0-2.531.563-3.21 1.641c.726-3.328 3.233-5.53 6.632-5.671c.914-.047 1.57-.68 1.57-1.57c0-1.079-.867-1.641-2.039-1.641c-5.273 0-9.96 4.5-9.96 10.43c0 4.218 2.812 6.937 6.374 6.937m-14.345 0c2.977 0 5.461-1.992 5.461-5.156c0-3-2.062-4.97-4.851-4.97c-1.406 0-2.531.563-3.211 1.641c.726-3.328 3.258-5.507 6.656-5.671c.89-.047 1.57-.68 1.57-1.57c0-1.079-.89-1.641-2.062-1.641c-5.273 0-9.961 4.5-9.961 10.43c0 4.218 2.836 6.937 6.398 6.937M36.59 11.37h13.218c1.008 0 1.805-.773 1.805-1.781c0-.985-.797-1.758-1.804-1.758h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781m0 12.281h13.218c1.008 0 1.805-.773 1.805-1.78c0-.985-.797-1.759-1.804-1.759h-13.22a1.74 1.74 0 0 0-1.757 1.758c0 1.008.773 1.781 1.758 1.781M6.168 35.934h43.64a1.786 1.786 0 0 0 1.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008 0-1.781.774-1.781 1.758c0 .985.773 1.782 1.78 1.782m0 12.257h43.64c1.008 0 1.805-.773 1.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766 1.766 0 0 0-1.781 1.782c0 .984.773 1.757 1.78 1.757"/></svg>
</template>

CSS

.icon-text-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.2%2025.176c2.976%200%205.46-1.992%205.46-5.156c0-3-2.039-4.97-4.828-4.97c-1.43%200-2.531.563-3.21%201.641c.726-3.328%203.233-5.53%206.632-5.671c.914-.047%201.57-.68%201.57-1.57c0-1.079-.867-1.641-2.039-1.641c-5.273%200-9.96%204.5-9.96%2010.43c0%204.218%202.812%206.937%206.374%206.937m-14.345%200c2.977%200%205.461-1.992%205.461-5.156c0-3-2.062-4.97-4.851-4.97c-1.406%200-2.531.563-3.211%201.641c.726-3.328%203.258-5.507%206.656-5.671c.89-.047%201.57-.68%201.57-1.57c0-1.079-.89-1.641-2.062-1.641c-5.273%200-9.961%204.5-9.961%2010.43c0%204.218%202.836%206.937%206.398%206.937M36.59%2011.37h13.218c1.008%200%201.805-.773%201.805-1.781c0-.985-.797-1.758-1.804-1.758h-13.22a1.74%201.74%200%200%200-1.757%201.758c0%201.008.773%201.781%201.758%201.781m0%2012.281h13.218c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.759-1.804-1.759h-13.22a1.74%201.74%200%200%200-1.757%201.758c0%201.008.773%201.781%201.758%201.781M6.168%2035.934h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.2%2025.176c2.976%200%205.46-1.992%205.46-5.156c0-3-2.039-4.97-4.828-4.97c-1.43%200-2.531.563-3.21%201.641c.726-3.328%203.233-5.53%206.632-5.671c.914-.047%201.57-.68%201.57-1.57c0-1.079-.867-1.641-2.039-1.641c-5.273%200-9.96%204.5-9.96%2010.43c0%204.218%202.812%206.937%206.374%206.937m-14.345%200c2.977%200%205.461-1.992%205.461-5.156c0-3-2.062-4.97-4.851-4.97c-1.406%200-2.531.563-3.211%201.641c.726-3.328%203.258-5.507%206.656-5.671c.89-.047%201.57-.68%201.57-1.57c0-1.079-.89-1.641-2.062-1.641c-5.273%200-9.961%204.5-9.961%2010.43c0%204.218%202.836%206.937%206.398%206.937M36.59%2011.37h13.218c1.008%200%201.805-.773%201.805-1.781c0-.985-.797-1.758-1.804-1.758h-13.22a1.74%201.74%200%200%200-1.757%201.758c0%201.008.773%201.781%201.758%201.781m0%2012.281h13.218c1.008%200%201.805-.773%201.805-1.78c0-.985-.797-1.759-1.804-1.759h-13.22a1.74%201.74%200%200%200-1.757%201.758c0%201.008.773%201.781%201.758%201.781M6.168%2035.934h43.64a1.786%201.786%200%200%200%201.805-1.782c0-.984-.797-1.758-1.804-1.758H6.168c-1.008%200-1.781.774-1.781%201.758c0%20.985.773%201.782%201.78%201.782m0%2012.257h43.64c1.008%200%201.805-.773%201.805-1.757c0-.985-.797-1.782-1.804-1.782H6.168a1.766%201.766%200%200%200-1.781%201.782c0%20.984.773%201.757%201.78%201.757%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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