quote left icon
quote-left-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- quote-left-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the quote left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.4 6.2a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.504 3.504 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619C5.105 9.438 6.272 7.795 8.399 6.2m9 0a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.503 3.503 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619c.597-1.505 1.764-3.148 3.891-4.743"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteQuoteLeftFill(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" d="M8.4 6.2a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.504 3.504 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619C5.105 9.438 6.272 7.795 8.399 6.2m9 0a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.503 3.503 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619c.597-1.505 1.764-3.148 3.891-4.743"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.4 6.2a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.504 3.504 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619C5.105 9.438 6.272 7.795 8.399 6.2m9 0a1 1 0 0 1 1.2 1.6c-1.564 1.172-2.46 2.313-2.971 3.31a3.503 3.503 0 0 1 4.37 3.39a3.5 3.5 0 0 1-6.998.062a7.6 7.6 0 0 1 .507-3.619c.597-1.505 1.764-3.148 3.891-4.743"/></svg> </template>
CSS
.icon-quote-left-fill {
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%20d%3D%22M8.4%206.2a1%201%200%200%201%201.2%201.6c-1.564%201.172-2.46%202.313-2.971%203.31a3.504%203.504%200%200%201%204.37%203.39a3.5%203.5%200%200%201-6.998.062a7.6%207.6%200%200%201%20.507-3.619C5.105%209.438%206.272%207.795%208.399%206.2m9%200a1%201%200%200%201%201.2%201.6c-1.564%201.172-2.46%202.313-2.971%203.31a3.503%203.503%200%200%201%204.37%203.39a3.5%203.5%200%200%201-6.998.062a7.6%207.6%200%200%201%20.507-3.619c.597-1.505%201.764-3.148%203.891-4.743%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%20d%3D%22M8.4%206.2a1%201%200%200%201%201.2%201.6c-1.564%201.172-2.46%202.313-2.971%203.31a3.504%203.504%200%200%201%204.37%203.39a3.5%203.5%200%200%201-6.998.062a7.6%207.6%200%200%201%20.507-3.619C5.105%209.438%206.272%207.795%208.399%206.2m9%200a1%201%200%200%201%201.2%201.6c-1.564%201.172-2.46%202.313-2.971%203.31a3.503%203.503%200%200%201%204.37%203.39a3.5%203.5%200%200%201-6.998.062a7.6%207.6%200%200%201%20.507-3.619c.597-1.505%201.764-3.148%203.891-4.743%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/quote-left-fill.svg?color=%231a73e8&size=48