quote down icon
quote-down-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- quote-down-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the quote down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.908 12.371h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.76 0-3.09 1.33-3.09 3.09v3c-.01 1.76 1.32 3.09 3.08 3.09m-10.818 0h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.77 0-3.1 1.33-3.1 3.09v3c0 1.76 1.33 3.09 3.09 3.09"/></svg>
React
import type { SVGProps } from "react";
export function ReiconQuoteDownFilled(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="M15.908 12.371h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.76 0-3.09 1.33-3.09 3.09v3c-.01 1.76 1.32 3.09 3.08 3.09m-10.818 0h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.77 0-3.1 1.33-3.1 3.09v3c0 1.76 1.33 3.09 3.09 3.09"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.908 12.371h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.76 0-3.09 1.33-3.09 3.09v3c-.01 1.76 1.32 3.09 3.08 3.09m-10.818 0h4.69c-.08 4.67-1 5.44-3.87 7.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2 4.56-3.22 4.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.77 0-3.1 1.33-3.1 3.09v3c0 1.76 1.33 3.09 3.09 3.09"/></svg> </template>
CSS
.icon-quote-down-filled {
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%22M15.908%2012.371h4.69c-.08%204.67-1%205.44-3.87%207.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2%204.56-3.22%204.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.76%200-3.09%201.33-3.09%203.09v3c-.01%201.76%201.32%203.09%203.08%203.09m-10.818%200h4.69c-.08%204.67-1%205.44-3.87%207.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2%204.56-3.22%204.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.77%200-3.1%201.33-3.1%203.09v3c0%201.76%201.33%203.09%203.09%203.09%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%22M15.908%2012.371h4.69c-.08%204.67-1%205.44-3.87%207.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2%204.56-3.22%204.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.76%200-3.09%201.33-3.09%203.09v3c-.01%201.76%201.32%203.09%203.08%203.09m-10.818%200h4.69c-.08%204.67-1%205.44-3.87%207.14c-.33.2-.44.62-.24.96c.2.33.62.44.96.24c3.38-2%204.56-3.22%204.56-9.04v-5.39c0-1.71-1.39-3.09-3.09-3.09h-3c-1.77%200-3.1%201.33-3.1%203.09v3c0%201.76%201.33%203.09%203.09%203.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/quote-down-filled.svg?color=%231a73e8&size=48