Discount Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Discount Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309032.svg" alt="Discount Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309032.svg" alt="Discount Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309032.svg" alt="Discount Svg icon" :width="24" :height="24" />
CSS background
.icon-discount---svg {
background-image: url('https://proicons.com/icon/309032.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.76482 2.99753C10.9573 1.66551 13.0427 1.66551 14.2352 2.99753L14.9359 3.78029C15.1385 4.00658 15.4329 4.12854 15.7362 4.11177L16.7852 4.05378C18.5703 3.95509 20.0449 5.42974 19.9462 7.2148L19.8882 8.26381C19.8715 8.56706 19.9934 8.86149 20.2197 9.06407L21.0025 9.76482C22.3345 10.9573 22.3345 13.0427 21.0025 14.2352L20.2197 14.9359C19.9934 15.1385 19.8715 15.4329 19.8882 15.7362L19.9462 16.7852C20.0449 18.5703 18.5703 20.0449 16.7852 19.9462L15.7362 19.8882C15.4329 19.8715 15.1385 19.9934 14.9359 20.2197L14.2352 21.0025C13.0427 22.3345 10.9573 22.3345 9.76482 21.0025L9.06407 20.2197C8.8615 19.9934 8.56706 19.8715 8.26381 19.8882L7.21481 19.9462C5.42974 20.0449 3.9551 18.5703 4.05378 16.7852L4.11177 15.7362C4.12854 15.4329 4.00658 15.1385 3.7803 14.9359L2.99753 14.2352C1.66552 13.0427 1.66552 10.9573 2.99753 9.76482L3.7803 9.06407C4.00658 8.86149 4.12854 8.56706 4.11177 8.26381L4.05378 7.2148C3.9551 5.42974 5.42974 3.95509 7.21481 4.05378L8.26381 4.11177C8.56706 4.12854 8.8615 4.00658 9.06407 3.78029L9.76482 2.99753ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289ZM9.5 8C8.67157 8 8 8.67157 8 9.5V9.51C8 10.3384 8.67157 11.01 9.5 11.01H9.51C10.3384 11.01 11.01 10.3384 11.01 9.51V9.5C11.01 8.67157 10.3384 8 9.51 8H9.5ZM14.5 13C13.6716 13 13 13.6716 13 14.5V14.51C13 15.3384 13.6716 16.01 14.5 16.01H14.51C15.3384 16.01 16.01 15.3384 16.01 14.51V14.5C16.01 13.6716 15.3384 13 14.51 13H14.5Z" fill="#292929"/> </svg>
Copied!