quote icon
quote from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- quote
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the quote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17.992 5.75c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Zm-12 0c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsQuote(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M17.992 5.75c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Zm-12 0c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17.992 5.75c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Zm-12 0c2.21 0 4 1.885 4 4.211c0 3.065-1.414 5.782-3.592 7.469c-.783.606-1.175.909-1.441.797a.5.5 0 0 1-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8 0 0 0-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8 1.845-3.548a3.84 3.84 0 0 1 2.155-.663Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.992%205.75c2.21%200%204%201.885%204%204.211c0%203.065-1.414%205.782-3.592%207.469c-.783.606-1.175.909-1.441.797a.5.5%200%200%201-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8%200%200%200-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8%201.845-3.548a3.84%203.84%200%200%201%202.155-.663Zm-12%200c2.21%200%204%201.885%204%204.211c0%203.065-1.414%205.782-3.592%207.469c-.783.606-1.175.909-1.441.797a.5.5%200%200%201-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8%200%200%200-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8%201.845-3.548a3.84%203.84%200%200%201%202.155-.663Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.992%205.75c2.21%200%204%201.885%204%204.211c0%203.065-1.414%205.782-3.592%207.469c-.783.606-1.175.909-1.441.797a.5.5%200%200%201-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8%200%200%200-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8%201.845-3.548a3.84%203.84%200%200%201%202.155-.663Zm-12%200c2.21%200%204%201.885%204%204.211c0%203.065-1.414%205.782-3.592%207.469c-.783.606-1.175.909-1.441.797a.5.5%200%200%201-.208-.162c-.174-.232.053-.775.505-1.862c.245-.588.367-.881.321-1.167a.8.8%200%200%200-.084-.272c-.123-.262-.612-.579-1.591-1.212c-1.146-.74-1.91-2.072-1.91-3.591c0-1.49.735-2.8%201.845-3.548a3.84%203.84%200%200%201%202.155-.663Z%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/hugeicons/quote.svg?color=%231a73e8&size=48