percent discount icon
percent-discount-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- percent-discount-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
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.652-.236t1.345-.997q.335-.341.769-.521Q11.52 3 11.992 3t.908.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.652t.996 1.345q.348.348.525.779q.177.43.177.9t-.177.904t-.525.783q-.763.782-.998 1.336t-.234 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.652.236t-1.345.996q-.334.341-.766.522q-.432.18-.917.18m.003-1q.274 0 .538-.107q.265-.107.447-.29q.872-.89 1.659-1.214t2.034-.324q.588 0 .986-.398t.398-.986q0-1.239.324-2.02t1.196-1.673Q20 12.573 20 12t-.396-.97q-.89-.89-1.214-1.677t-.324-2.034q0-.588-.399-.986q-.398-.399-.986-.399q-1.267 0-2.042-.314q-.775-.315-1.67-1.205q-.183-.182-.447-.299T12 4t-.532.121t-.457.294q-.87.871-1.658 1.195t-2.034.324q-.588 0-.986.399q-.399.398-.399.986q0 1.258-.324 2.04T4.397 11.03Q4 11.427 4 12t.396.989q.89.89 1.215 1.665t.324 2.027q0 .588.398.986t.986.398q1.26 0 2.031.324q.771.325 1.68 1.215q.184.183.44.29t.533.106m2.366-4.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-5.122-.558q.144.146.335.146t.337-.146l4.831-4.805q.166-.147.166-.348t-.166-.366t-.357-.165t-.357.165l-4.805 4.83q-.146.147-.137.345q.01.198.153.344m1.081-4.44q.288-.288.288-.698t-.288-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPercentDiscountOutlineRounded(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.652-.236t1.345-.997q.335-.341.769-.521Q11.52 3 11.992 3t.908.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.652t.996 1.345q.348.348.525.779q.177.43.177.9t-.177.904t-.525.783q-.763.782-.998 1.336t-.234 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.652.236t-1.345.996q-.334.341-.766.522q-.432.18-.917.18m.003-1q.274 0 .538-.107q.265-.107.447-.29q.872-.89 1.659-1.214t2.034-.324q.588 0 .986-.398t.398-.986q0-1.239.324-2.02t1.196-1.673Q20 12.573 20 12t-.396-.97q-.89-.89-1.214-1.677t-.324-2.034q0-.588-.399-.986q-.398-.399-.986-.399q-1.267 0-2.042-.314q-.775-.315-1.67-1.205q-.183-.182-.447-.299T12 4t-.532.121t-.457.294q-.87.871-1.658 1.195t-2.034.324q-.588 0-.986.399q-.399.398-.399.986q0 1.258-.324 2.04T4.397 11.03Q4 11.427 4 12t.396.989q.89.89 1.215 1.665t.324 2.027q0 .588.398.986t.986.398q1.26 0 2.031.324q.771.325 1.68 1.215q.184.183.44.29t.533.106m2.366-4.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-5.122-.558q.144.146.335.146t.337-.146l4.831-4.805q.166-.147.166-.348t-.166-.366t-.357-.165t-.357.165l-4.805 4.83q-.146.147-.137.345q.01.198.153.344m1.081-4.44q.288-.288.288-.698t-.288-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288M12 12"/></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.652-.236t1.345-.997q.335-.341.769-.521Q11.52 3 11.992 3t.908.177t.783.525q.769.76 1.326.997t1.672.236q.993 0 1.689.695q.696.696.696 1.69q0 1.088.236 1.652t.996 1.345q.348.348.525.779q.177.43.177.9t-.177.904t-.525.783q-.763.782-.998 1.336t-.234 1.662q0 .993-.696 1.689t-1.69.696q-1.088 0-1.652.236t-1.345.996q-.334.341-.766.522q-.432.18-.917.18m.003-1q.274 0 .538-.107q.265-.107.447-.29q.872-.89 1.659-1.214t2.034-.324q.588 0 .986-.398t.398-.986q0-1.239.324-2.02t1.196-1.673Q20 12.573 20 12t-.396-.97q-.89-.89-1.214-1.677t-.324-2.034q0-.588-.399-.986q-.398-.399-.986-.399q-1.267 0-2.042-.314q-.775-.315-1.67-1.205q-.183-.182-.447-.299T12 4t-.532.121t-.457.294q-.87.871-1.658 1.195t-2.034.324q-.588 0-.986.399q-.399.398-.399.986q0 1.258-.324 2.04T4.397 11.03Q4 11.427 4 12t.396.989q.89.89 1.215 1.665t.324 2.027q0 .588.398.986t.986.398q1.26 0 2.031.324q.771.325 1.68 1.215q.184.183.44.29t.533.106m2.366-4.673q.41 0 .684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-5.122-.558q.144.146.335.146t.337-.146l4.831-4.805q.166-.147.166-.348t-.166-.366t-.357-.165t-.357.165l-4.805 4.83q-.146.147-.137.345q.01.198.153.344m1.081-4.44q.288-.288.288-.698t-.288-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288M12 12"/></svg> </template>
CSS
.icon-percent-discount-outline-rounded {
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.652-.236t1.345-.997q.335-.341.769-.521Q11.52%203%2011.992%203t.908.177t.783.525q.769.76%201.326.997t1.672.236q.993%200%201.689.695q.696.696.696%201.69q0%201.088.236%201.652t.996%201.345q.348.348.525.779q.177.43.177.9t-.177.904t-.525.783q-.763.782-.998%201.336t-.234%201.662q0%20.993-.696%201.689t-1.69.696q-1.088%200-1.652.236t-1.345.996q-.334.341-.766.522q-.432.18-.917.18m.003-1q.274%200%20.538-.107q.265-.107.447-.29q.872-.89%201.659-1.214t2.034-.324q.588%200%20.986-.398t.398-.986q0-1.239.324-2.02t1.196-1.673Q20%2012.573%2020%2012t-.396-.97q-.89-.89-1.214-1.677t-.324-2.034q0-.588-.399-.986q-.398-.399-.986-.399q-1.267%200-2.042-.314q-.775-.315-1.67-1.205q-.183-.182-.447-.299T12%204t-.532.121t-.457.294q-.87.871-1.658%201.195t-2.034.324q-.588%200-.986.399q-.399.398-.399.986q0%201.258-.324%202.04T4.397%2011.03Q4%2011.427%204%2012t.396.989q.89.89%201.215%201.665t.324%202.027q0%20.588.398.986t.986.398q1.26%200%202.031.324q.771.325%201.68%201.215q.184.183.44.29t.533.106m2.366-4.673q.41%200%20.684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-5.122-.558q.144.146.335.146t.337-.146l4.831-4.805q.166-.147.166-.348t-.166-.366t-.357-.165t-.357.165l-4.805%204.83q-.146.147-.137.345q.01.198.153.344m1.081-4.44q.288-.288.288-.698t-.288-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288M12%2012%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.652-.236t1.345-.997q.335-.341.769-.521Q11.52%203%2011.992%203t.908.177t.783.525q.769.76%201.326.997t1.672.236q.993%200%201.689.695q.696.696.696%201.69q0%201.088.236%201.652t.996%201.345q.348.348.525.779q.177.43.177.9t-.177.904t-.525.783q-.763.782-.998%201.336t-.234%201.662q0%20.993-.696%201.689t-1.69.696q-1.088%200-1.652.236t-1.345.996q-.334.341-.766.522q-.432.18-.917.18m.003-1q.274%200%20.538-.107q.265-.107.447-.29q.872-.89%201.659-1.214t2.034-.324q.588%200%20.986-.398t.398-.986q0-1.239.324-2.02t1.196-1.673Q20%2012.573%2020%2012t-.396-.97q-.89-.89-1.214-1.677t-.324-2.034q0-.588-.399-.986q-.398-.399-.986-.399q-1.267%200-2.042-.314q-.775-.315-1.67-1.205q-.183-.182-.447-.299T12%204t-.532.121t-.457.294q-.87.871-1.658%201.195t-2.034.324q-.588%200-.986.399q-.399.398-.399.986q0%201.258-.324%202.04T4.397%2011.03Q4%2011.427%204%2012t.396.989q.89.89%201.215%201.665t.324%202.027q0%20.588.398.986t.986.398q1.26%200%202.031.324q.771.325%201.68%201.215q.184.183.44.29t.533.106m2.366-4.673q.41%200%20.684-.274t.274-.684t-.274-.697q-.274-.288-.684-.288t-.697.288t-.288.697t.288.684t.697.274m-5.122-.558q.144.146.335.146t.337-.146l4.831-4.805q.166-.147.166-.348t-.166-.366t-.357-.165t-.357.165l-4.805%204.83q-.146.147-.137.345q.01.198.153.344m1.081-4.44q.288-.288.288-.698t-.288-.684t-.697-.274t-.684.274t-.274.684t.274.697t.684.288t.697-.288M12%2012%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-outline-rounded.svg?color=%231a73e8&size=48