discount shape icon
discount-shape-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- discount-shape-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the discount shape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.529 10.869l-1.52-1.52c-.26-.26-.47-.77-.47-1.13v-2.16c0-.88-.72-1.6-1.6-1.6h-2.15c-.36 0-.87-.21-1.13-.47l-1.52-1.52c-.62-.62-1.64-.62-2.26 0l-1.54 1.52c-.25.26-.76.47-1.13.47h-2.15c-.88 0-1.6.72-1.6 1.6v2.15c0 .36-.21.87-.47 1.13l-1.52 1.52c-.62.62-.62 1.64 0 2.26l1.52 1.52c.26.26.47.77.47 1.13v2.15c0 .88.72 1.6 1.6 1.6h2.15c.36 0 .87.21 1.13.47l1.52 1.52c.62.62 1.64.62 2.26 0l1.52-1.52c.26-.26.77-.47 1.13-.47h2.15c.88 0 1.6-.72 1.6-1.6v-2.15c0-.36.21-.87.47-1.13l1.52-1.52c.65-.61.65-1.63.02-2.25m-13.53-1.87c0-.55.45-1 1-1s1 .45 1 1s-.44 1-1 1c-.55 0-1-.45-1-1m1.53 6.53c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06zm5.47.47c-.56 0-1.01-.45-1.01-1s.45-1 1-1s1 .45 1 1s-.44 1-.99 1"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDiscountShapeFilled(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="m21.529 10.869l-1.52-1.52c-.26-.26-.47-.77-.47-1.13v-2.16c0-.88-.72-1.6-1.6-1.6h-2.15c-.36 0-.87-.21-1.13-.47l-1.52-1.52c-.62-.62-1.64-.62-2.26 0l-1.54 1.52c-.25.26-.76.47-1.13.47h-2.15c-.88 0-1.6.72-1.6 1.6v2.15c0 .36-.21.87-.47 1.13l-1.52 1.52c-.62.62-.62 1.64 0 2.26l1.52 1.52c.26.26.47.77.47 1.13v2.15c0 .88.72 1.6 1.6 1.6h2.15c.36 0 .87.21 1.13.47l1.52 1.52c.62.62 1.64.62 2.26 0l1.52-1.52c.26-.26.77-.47 1.13-.47h2.15c.88 0 1.6-.72 1.6-1.6v-2.15c0-.36.21-.87.47-1.13l1.52-1.52c.65-.61.65-1.63.02-2.25m-13.53-1.87c0-.55.45-1 1-1s1 .45 1 1s-.44 1-1 1c-.55 0-1-.45-1-1m1.53 6.53c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06zm5.47.47c-.56 0-1.01-.45-1.01-1s.45-1 1-1s1 .45 1 1s-.44 1-.99 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.529 10.869l-1.52-1.52c-.26-.26-.47-.77-.47-1.13v-2.16c0-.88-.72-1.6-1.6-1.6h-2.15c-.36 0-.87-.21-1.13-.47l-1.52-1.52c-.62-.62-1.64-.62-2.26 0l-1.54 1.52c-.25.26-.76.47-1.13.47h-2.15c-.88 0-1.6.72-1.6 1.6v2.15c0 .36-.21.87-.47 1.13l-1.52 1.52c-.62.62-.62 1.64 0 2.26l1.52 1.52c.26.26.47.77.47 1.13v2.15c0 .88.72 1.6 1.6 1.6h2.15c.36 0 .87.21 1.13.47l1.52 1.52c.62.62 1.64.62 2.26 0l1.52-1.52c.26-.26.77-.47 1.13-.47h2.15c.88 0 1.6-.72 1.6-1.6v-2.15c0-.36.21-.87.47-1.13l1.52-1.52c.65-.61.65-1.63.02-2.25m-13.53-1.87c0-.55.45-1 1-1s1 .45 1 1s-.44 1-1 1c-.55 0-1-.45-1-1m1.53 6.53c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06zm5.47.47c-.56 0-1.01-.45-1.01-1s.45-1 1-1s1 .45 1 1s-.44 1-.99 1"/></svg> </template>
CSS
.icon-discount-shape-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%22m21.529%2010.869l-1.52-1.52c-.26-.26-.47-.77-.47-1.13v-2.16c0-.88-.72-1.6-1.6-1.6h-2.15c-.36%200-.87-.21-1.13-.47l-1.52-1.52c-.62-.62-1.64-.62-2.26%200l-1.54%201.52c-.25.26-.76.47-1.13.47h-2.15c-.88%200-1.6.72-1.6%201.6v2.15c0%20.36-.21.87-.47%201.13l-1.52%201.52c-.62.62-.62%201.64%200%202.26l1.52%201.52c.26.26.47.77.47%201.13v2.15c0%20.88.72%201.6%201.6%201.6h2.15c.36%200%20.87.21%201.13.47l1.52%201.52c.62.62%201.64.62%202.26%200l1.52-1.52c.26-.26.77-.47%201.13-.47h2.15c.88%200%201.6-.72%201.6-1.6v-2.15c0-.36.21-.87.47-1.13l1.52-1.52c.65-.61.65-1.63.02-2.25m-13.53-1.87c0-.55.45-1%201-1s1%20.45%201%201s-.44%201-1%201c-.55%200-1-.45-1-1m1.53%206.53c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l6-6c.29-.29.77-.29%201.06%200s.29.77%200%201.06zm5.47.47c-.56%200-1.01-.45-1.01-1s.45-1%201-1s1%20.45%201%201s-.44%201-.99%201%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%22m21.529%2010.869l-1.52-1.52c-.26-.26-.47-.77-.47-1.13v-2.16c0-.88-.72-1.6-1.6-1.6h-2.15c-.36%200-.87-.21-1.13-.47l-1.52-1.52c-.62-.62-1.64-.62-2.26%200l-1.54%201.52c-.25.26-.76.47-1.13.47h-2.15c-.88%200-1.6.72-1.6%201.6v2.15c0%20.36-.21.87-.47%201.13l-1.52%201.52c-.62.62-.62%201.64%200%202.26l1.52%201.52c.26.26.47.77.47%201.13v2.15c0%20.88.72%201.6%201.6%201.6h2.15c.36%200%20.87.21%201.13.47l1.52%201.52c.62.62%201.64.62%202.26%200l1.52-1.52c.26-.26.77-.47%201.13-.47h2.15c.88%200%201.6-.72%201.6-1.6v-2.15c0-.36.21-.87.47-1.13l1.52-1.52c.65-.61.65-1.63.02-2.25m-13.53-1.87c0-.55.45-1%201-1s1%20.45%201%201s-.44%201-1%201c-.55%200-1-.45-1-1m1.53%206.53c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754%200%200%201%200-1.06l6-6c.29-.29.77-.29%201.06%200s.29.77%200%201.06zm5.47.47c-.56%200-1.01-.45-1.01-1s.45-1%201-1s1%20.45%201%201s-.44%201-.99%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/discount-shape-filled.svg?color=%231a73e8&size=48