discount from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
discount
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the discount icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M224 704h576V318.3L552.5 115.8a64 64 0 0 0-81 0L224 318.3zm0 64v128h576V768zM593 66.3l259.2 212.1a32 32 0 0 1 11.8 24.8V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.2a32 32 0 0 1 11.7-24.8L431 66.3a128 128 0 0 1 162.1 0"/><path fill="currentColor" d="M512 448a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>

React

import type { SVGProps } from "react";

export function EpDiscount(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M224 704h576V318.3L552.5 115.8a64 64 0 0 0-81 0L224 318.3zm0 64v128h576V768zM593 66.3l259.2 212.1a32 32 0 0 1 11.8 24.8V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.2a32 32 0 0 1 11.7-24.8L431 66.3a128 128 0 0 1 162.1 0"/><path fill="currentColor" d="M512 448a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M224 704h576V318.3L552.5 115.8a64 64 0 0 0-81 0L224 318.3zm0 64v128h576V768zM593 66.3l259.2 212.1a32 32 0 0 1 11.8 24.8V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.2a32 32 0 0 1 11.7-24.8L431 66.3a128 128 0 0 1 162.1 0"/><path fill="currentColor" d="M512 448a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256a128 128 0 0 1 0 256"/></svg>
</template>

CSS

.icon-discount {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20704h576V318.3L552.5%20115.8a64%2064%200%200%200-81%200L224%20318.3zm0%2064v128h576V768zM593%2066.3l259.2%20212.1a32%2032%200%200%201%2011.8%2024.8V928a32%2032%200%200%201-32%2032H192a32%2032%200%200%201-32-32V303.2a32%2032%200%200%201%2011.7-24.8L431%2066.3a128%20128%200%200%201%20162.1%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20448a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20704h576V318.3L552.5%20115.8a64%2064%200%200%200-81%200L224%20318.3zm0%2064v128h576V768zM593%2066.3l259.2%20212.1a32%2032%200%200%201%2011.8%2024.8V928a32%2032%200%200%201-32%2032H192a32%2032%200%200%201-32-32V303.2a32%2032%200%200%201%2011.7-24.8L431%2066.3a128%20128%200%200%201%20162.1%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20448a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%2064a128%20128%200%201%201%200-256a128%20128%200%200%201%200%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/discount.svg?color=%231a73e8&size=48