discount shape icon
discount-shape from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- discount-shape
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3.989 14.66l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.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.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .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.52-1.52c-.26-.26-.77-.47-1.13-.47h-2.15c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13M9 15l6-6m-.505 5.5h.009m-5.009-5h.008"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDiscountShape(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m3.989 14.66l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.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.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .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.52-1.52c-.26-.26-.77-.47-1.13-.47h-2.15c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13M9 15l6-6m-.505 5.5h.009m-5.009-5h.008"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m3.989 14.66l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.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.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .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.52-1.52c-.26-.26-.77-.47-1.13-.47h-2.15c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13M9 15l6-6m-.505 5.5h.009m-5.009-5h.008"/></svg> </template>
CSS
.icon-discount-shape {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3.989%2014.66l-1.52-1.52c-.62-.62-.62-1.64%200-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6%201.6-1.6h2.15c.36%200%20.87-.21%201.13-.47l1.52-1.52c.62-.62%201.64-.62%202.26%200l1.52%201.52c.26.26.77.47%201.13.47h2.15c.88%200%201.6.72%201.6%201.6v2.15c0%20.36.21.87.47%201.13l1.52%201.52c.62.62.62%201.64%200%202.26l-1.52%201.52c-.26.26-.47.77-.47%201.13v2.15c0%20.88-.72%201.6-1.6%201.6h-2.15c-.36%200-.87.21-1.13.47l-1.52%201.52c-.62.62-1.64.62-2.26%200l-1.52-1.52c-.26-.26-.77-.47-1.13-.47h-2.15c-.88%200-1.6-.72-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13M9%2015l6-6m-.505%205.5h.009m-5.009-5h.008%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m3.989%2014.66l-1.52-1.52c-.62-.62-.62-1.64%200-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6%201.6-1.6h2.15c.36%200%20.87-.21%201.13-.47l1.52-1.52c.62-.62%201.64-.62%202.26%200l1.52%201.52c.26.26.77.47%201.13.47h2.15c.88%200%201.6.72%201.6%201.6v2.15c0%20.36.21.87.47%201.13l1.52%201.52c.62.62.62%201.64%200%202.26l-1.52%201.52c-.26.26-.47.77-.47%201.13v2.15c0%20.88-.72%201.6-1.6%201.6h-2.15c-.36%200-.87.21-1.13.47l-1.52%201.52c-.62.62-1.64.62-2.26%200l-1.52-1.52c-.26-.26-.77-.47-1.13-.47h-2.15c-.88%200-1.6-.72-1.6-1.6v-2.15c0-.37-.21-.88-.47-1.13M9%2015l6-6m-.505%205.5h.009m-5.009-5h.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/discount-shape.svg?color=%231a73e8&size=48