discount list icon
discount-list from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- discount-list
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the discount list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m20.788 2.754l.618 8.039l-10.431 10.432l-8.486-8.486L13.07 2.16zm-4.243 4.242a2 2 0 1 0-2.828 2.828a2 2 0 0 0 2.828-2.828" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22 17h-2m2 4h-6"/><g stroke="currentColor" stroke-width="2"><path d="M10.975 21.225L2.489 12.74L13.07 2.16l7.72.594l.617 8.039z"/><path d="M13.717 6.996a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828Z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function TdesignDiscountList(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m20.788 2.754l.618 8.039l-10.431 10.432l-8.486-8.486L13.07 2.16zm-4.243 4.242a2 2 0 1 0-2.828 2.828a2 2 0 0 0 2.828-2.828" clipRule="evenodd"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M22 17h-2m2 4h-6"/><g stroke="currentColor" strokeWidth="2"><path d="M10.975 21.225L2.489 12.74L13.07 2.16l7.72.594l.617 8.039z"/><path d="M13.717 6.996a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828Z"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m20.788 2.754l.618 8.039l-10.431 10.432l-8.486-8.486L13.07 2.16zm-4.243 4.242a2 2 0 1 0-2.828 2.828a2 2 0 0 0 2.828-2.828" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M22 17h-2m2 4h-6"/><g stroke="currentColor" stroke-width="2"><path d="M10.975 21.225L2.489 12.74L13.07 2.16l7.72.594l.617 8.039z"/><path d="M13.717 6.996a2 2 0 1 1 2.828 2.828a2 2 0 0 1-2.828-2.828Z"/></g></g></svg> </template>
CSS
.icon-discount-list {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m20.788%202.754l.618%208.039l-10.431%2010.432l-8.486-8.486L13.07%202.16zm-4.243%204.242a2%202%200%201%200-2.828%202.828a2%202%200%200%200%202.828-2.828%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22%2017h-2m2%204h-6%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.975%2021.225L2.489%2012.74L13.07%202.16l7.72.594l.617%208.039z%22%2F%3E%3Cpath%20d%3D%22M13.717%206.996a2%202%200%201%201%202.828%202.828a2%202%200%200%201-2.828-2.828Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m20.788%202.754l.618%208.039l-10.431%2010.432l-8.486-8.486L13.07%202.16zm-4.243%204.242a2%202%200%201%200-2.828%202.828a2%202%200%200%200%202.828-2.828%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M22%2017h-2m2%204h-6%22%2F%3E%3Cg%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M10.975%2021.225L2.489%2012.74L13.07%202.16l7.72.594l.617%208.039z%22%2F%3E%3Cpath%20d%3D%22M13.717%206.996a2%202%200%201%201%202.828%202.828a2%202%200%200%201-2.828-2.828Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/discount-list.svg?color=%231a73e8&size=48