percent discount icon
percent-discount from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- percent-discount
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- percent-discount-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
Use the percent discount icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-.484 0-.917-.18q-.432-.181-.766-.522q-.783-.763-1.336-.998t-1.662-.235q-.993 0-1.689-.695q-.695-.696-.695-1.69q0-1.088-.236-1.652t-.997-1.345q-.348-.348-.525-.779q-.177-.43-.177-.9t.177-.904t.525-.783q.76-.769.997-1.326t.236-1.672q0-.993.695-1.689q.696-.695 1.69-.695q1.088 0 1.651-.225q.564-.225 1.346-1.008q.349-.329.774-.515t.9-.187t.909.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.653t.996 1.344q.348.349.525.779t.177.9t-.177.904q-.177.435-.525.783q-.782.783-1.007 1.336t-.225 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.651.225t-1.346 1.007q-.348.329-.773.516T12 21m2.369-5.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-4.785-.223l5.52-5.5l-.708-.708l-5.5 5.52zm.744-4.776q.287-.287.287-.697t-.287-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPercentDiscount(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="M12 21q-.484 0-.917-.18q-.432-.181-.766-.522q-.783-.763-1.336-.998t-1.662-.235q-.993 0-1.689-.695q-.695-.696-.695-1.69q0-1.088-.236-1.652t-.997-1.345q-.348-.348-.525-.779q-.177-.43-.177-.9t.177-.904t.525-.783q.76-.769.997-1.326t.236-1.672q0-.993.695-1.689q.696-.695 1.69-.695q1.088 0 1.651-.225q.564-.225 1.346-1.008q.349-.329.774-.515t.9-.187t.909.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.653t.996 1.344q.348.349.525.779t.177.9t-.177.904q-.177.435-.525.783q-.782.783-1.007 1.336t-.225 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.651.225t-1.346 1.007q-.348.329-.773.516T12 21m2.369-5.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-4.785-.223l5.52-5.5l-.708-.708l-5.5 5.52zm.744-4.776q.287-.287.287-.697t-.287-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-.484 0-.917-.18q-.432-.181-.766-.522q-.783-.763-1.336-.998t-1.662-.235q-.993 0-1.689-.695q-.695-.696-.695-1.69q0-1.088-.236-1.652t-.997-1.345q-.348-.348-.525-.779q-.177-.43-.177-.9t.177-.904t.525-.783q.76-.769.997-1.326t.236-1.672q0-.993.695-1.689q.696-.695 1.69-.695q1.088 0 1.651-.225q.564-.225 1.346-1.008q.349-.329.774-.515t.9-.187t.909.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.653t.996 1.344q.348.349.525.779t.177.9t-.177.904q-.177.435-.525.783q-.782.783-1.007 1.336t-.225 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.651.225t-1.346 1.007q-.348.329-.773.516T12 21m2.369-5.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-4.785-.223l5.52-5.5l-.708-.708l-5.5 5.52zm.744-4.776q.287-.287.287-.697t-.287-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288"/></svg> </template>
CSS
.icon-percent-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-.484%200-.917-.18q-.432-.181-.766-.522q-.783-.763-1.336-.998t-1.662-.235q-.993%200-1.689-.695q-.695-.696-.695-1.69q0-1.088-.236-1.652t-.997-1.345q-.348-.348-.525-.779q-.177-.43-.177-.9t.177-.904t.525-.783q.76-.769.997-1.326t.236-1.672q0-.993.695-1.689q.696-.695%201.69-.695q1.088%200%201.651-.225q.564-.225%201.346-1.008q.349-.329.774-.515t.9-.187t.909.177t.783.525q.769.76%201.326.997t1.672.236q.993%200%201.689.695q.696.696.696%201.69q0%201.088.236%201.653t.996%201.344q.348.349.525.779t.177.9t-.177.904q-.177.435-.525.783q-.782.783-1.007%201.336t-.225%201.662q0%20.993-.696%201.689t-1.69.696q-1.088%200-1.651.225t-1.346%201.007q-.348.329-.773.516T12%2021m2.369-5.673q.41%200%20.684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-4.785-.223l5.52-5.5l-.708-.708l-5.5%205.52zm.744-4.776q.287-.287.287-.697t-.287-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288%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%22M12%2021q-.484%200-.917-.18q-.432-.181-.766-.522q-.783-.763-1.336-.998t-1.662-.235q-.993%200-1.689-.695q-.695-.696-.695-1.69q0-1.088-.236-1.652t-.997-1.345q-.348-.348-.525-.779q-.177-.43-.177-.9t.177-.904t.525-.783q.76-.769.997-1.326t.236-1.672q0-.993.695-1.689q.696-.695%201.69-.695q1.088%200%201.651-.225q.564-.225%201.346-1.008q.349-.329.774-.515t.9-.187t.909.177t.783.525q.769.76%201.326.997t1.672.236q.993%200%201.689.695q.696.696.696%201.69q0%201.088.236%201.653t.996%201.344q.348.349.525.779t.177.9t-.177.904q-.177.435-.525.783q-.782.783-1.007%201.336t-.225%201.662q0%20.993-.696%201.689t-1.69.696q-1.088%200-1.651.225t-1.346%201.007q-.348.329-.773.516T12%2021m2.369-5.673q.41%200%20.684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-4.785-.223l5.52-5.5l-.708-.708l-5.5%205.52zm.744-4.776q.287-.287.287-.697t-.287-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/percent-discount.svg?color=%231a73e8&size=48