discount icon
discount-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- discount-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the discount icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.474 7.524a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.122-2.122"/><path fill="currentColor" d="m22.003 1.998l.808 10.505l-10.932 10.932L.565 12.121L11.497 1.19zm-8.711 4.466a3 3 0 1 0 4.243 4.242a3 3 0 0 0-4.243-4.242"/></svg>
React
import type { SVGProps } from "react";
export function TdesignDiscountFilled(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="M16.474 7.524a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.122-2.122"/><path fill="currentColor" d="m22.003 1.998l.808 10.505l-10.932 10.932L.565 12.121L11.497 1.19zm-8.711 4.466a3 3 0 1 0 4.243 4.242a3 3 0 0 0-4.243-4.242"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.474 7.524a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.122-2.122"/><path fill="currentColor" d="m22.003 1.998l.808 10.505l-10.932 10.932L.565 12.121L11.497 1.19zm-8.711 4.466a3 3 0 1 0 4.243 4.242a3 3 0 0 0-4.243-4.242"/></svg> </template>
CSS
.icon-discount-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%22M16.474%207.524a1.5%201.5%200%201%200-2.122%202.122a1.5%201.5%200%200%200%202.122-2.122%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.003%201.998l.808%2010.505l-10.932%2010.932L.565%2012.121L11.497%201.19zm-8.711%204.466a3%203%200%201%200%204.243%204.242a3%203%200%200%200-4.243-4.242%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%22M16.474%207.524a1.5%201.5%200%201%200-2.122%202.122a1.5%201.5%200%200%200%202.122-2.122%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.003%201.998l.808%2010.505l-10.932%2010.932L.565%2012.121L11.497%201.19zm-8.711%204.466a3%203%200%201%200%204.243%204.242a3%203%200%200%200-4.243-4.242%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/discount-filled.svg?color=%231a73e8&size=48