quote down icon
quote-down from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- quote-down
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the quote down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 8c0 1.886 0 2.828-.586 3.414S7.886 12 6 12s-2.828 0-3.414-.586S2 9.886 2 8s0-2.828.586-3.414S4.114 4 6 4s2.828 0 3.414.586S10 6.114 10 8Z"/><path stroke-linecap="round" d="M10 7v4.482c0 3.973-2.516 7.342-6 8.518"/><path d="M22 8c0 1.886 0 2.828-.586 3.414S19.886 12 18 12s-2.828 0-3.414-.586S14 9.886 14 8s0-2.828.586-3.414S16.114 4 18 4s2.828 0 3.414.586S22 6.114 22 8Z"/><path stroke-linecap="round" d="M22 7v4.482c0 3.973-2.516 7.342-6 8.518"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsQuoteDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M10 8c0 1.886 0 2.828-.586 3.414S7.886 12 6 12s-2.828 0-3.414-.586S2 9.886 2 8s0-2.828.586-3.414S4.114 4 6 4s2.828 0 3.414.586S10 6.114 10 8Z"/><path strokeLinecap="round" d="M10 7v4.482c0 3.973-2.516 7.342-6 8.518"/><path d="M22 8c0 1.886 0 2.828-.586 3.414S19.886 12 18 12s-2.828 0-3.414-.586S14 9.886 14 8s0-2.828.586-3.414S16.114 4 18 4s2.828 0 3.414.586S22 6.114 22 8Z"/><path strokeLinecap="round" d="M22 7v4.482c0 3.973-2.516 7.342-6 8.518"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M10 8c0 1.886 0 2.828-.586 3.414S7.886 12 6 12s-2.828 0-3.414-.586S2 9.886 2 8s0-2.828.586-3.414S4.114 4 6 4s2.828 0 3.414.586S10 6.114 10 8Z"/><path stroke-linecap="round" d="M10 7v4.482c0 3.973-2.516 7.342-6 8.518"/><path d="M22 8c0 1.886 0 2.828-.586 3.414S19.886 12 18 12s-2.828 0-3.414-.586S14 9.886 14 8s0-2.828.586-3.414S16.114 4 18 4s2.828 0 3.414.586S22 6.114 22 8Z"/><path stroke-linecap="round" d="M22 7v4.482c0 3.973-2.516 7.342-6 8.518"/></g></svg> </template>
CSS
.icon-quote-down {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%208c0%201.886%200%202.828-.586%203.414S7.886%2012%206%2012s-2.828%200-3.414-.586S2%209.886%202%208s0-2.828.586-3.414S4.114%204%206%204s2.828%200%203.414.586S10%206.114%2010%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%207v4.482c0%203.973-2.516%207.342-6%208.518%22%2F%3E%3Cpath%20d%3D%22M22%208c0%201.886%200%202.828-.586%203.414S19.886%2012%2018%2012s-2.828%200-3.414-.586S14%209.886%2014%208s0-2.828.586-3.414S16.114%204%2018%204s2.828%200%203.414.586S22%206.114%2022%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207v4.482c0%203.973-2.516%207.342-6%208.518%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%208c0%201.886%200%202.828-.586%203.414S7.886%2012%206%2012s-2.828%200-3.414-.586S2%209.886%202%208s0-2.828.586-3.414S4.114%204%206%204s2.828%200%203.414.586S10%206.114%2010%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%207v4.482c0%203.973-2.516%207.342-6%208.518%22%2F%3E%3Cpath%20d%3D%22M22%208c0%201.886%200%202.828-.586%203.414S19.886%2012%2018%2012s-2.828%200-3.414-.586S14%209.886%2014%208s0-2.828.586-3.414S16.114%204%2018%204s2.828%200%203.414.586S22%206.114%2022%208Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%207v4.482c0%203.973-2.516%207.342-6%208.518%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/quote-down.svg?color=%231a73e8&size=48