ticket percent icon
ticket-percent-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- ticket-percent-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- coupon-outline, voucher-outline
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the ticket percent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.8 8L16 9.2L9.2 16L8 14.8zM4 4h16c1.11 0 2 .89 2 2v4a2 2 0 1 0 0 4v4c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2V6a2 2 0 0 1 2-2m0 2v2.54a3.994 3.994 0 0 1 0 6.92V18h16v-2.54a3.994 3.994 0 0 1 0-6.92V6zm5.5 2c.83 0 1.5.67 1.5 1.5S10.33 11 9.5 11S8 10.33 8 9.5S8.67 8 9.5 8m5 5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiTicketPercentOutline(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="M14.8 8L16 9.2L9.2 16L8 14.8zM4 4h16c1.11 0 2 .89 2 2v4a2 2 0 1 0 0 4v4c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2V6a2 2 0 0 1 2-2m0 2v2.54a3.994 3.994 0 0 1 0 6.92V18h16v-2.54a3.994 3.994 0 0 1 0-6.92V6zm5.5 2c.83 0 1.5.67 1.5 1.5S10.33 11 9.5 11S8 10.33 8 9.5S8.67 8 9.5 8m5 5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.8 8L16 9.2L9.2 16L8 14.8zM4 4h16c1.11 0 2 .89 2 2v4a2 2 0 1 0 0 4v4c0 1.11-.89 2-2 2H4a2 2 0 0 1-2-2v-4c1.11 0 2-.89 2-2a2 2 0 0 0-2-2V6a2 2 0 0 1 2-2m0 2v2.54a3.994 3.994 0 0 1 0 6.92V18h16v-2.54a3.994 3.994 0 0 1 0-6.92V6zm5.5 2c.83 0 1.5.67 1.5 1.5S10.33 11 9.5 11S8 10.33 8 9.5S8.67 8 9.5 8m5 5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> </template>
CSS
.icon-ticket-percent-outline {
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%22M14.8%208L16%209.2L9.2%2016L8%2014.8zM4%204h16c1.11%200%202%20.89%202%202v4a2%202%200%201%200%200%204v4c0%201.11-.89%202-2%202H4a2%202%200%200%201-2-2v-4c1.11%200%202-.89%202-2a2%202%200%200%200-2-2V6a2%202%200%200%201%202-2m0%202v2.54a3.994%203.994%200%200%201%200%206.92V18h16v-2.54a3.994%203.994%200%200%201%200-6.92V6zm5.5%202c.83%200%201.5.67%201.5%201.5S10.33%2011%209.5%2011S8%2010.33%208%209.5S8.67%208%209.5%208m5%205c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%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%22M14.8%208L16%209.2L9.2%2016L8%2014.8zM4%204h16c1.11%200%202%20.89%202%202v4a2%202%200%201%200%200%204v4c0%201.11-.89%202-2%202H4a2%202%200%200%201-2-2v-4c1.11%200%202-.89%202-2a2%202%200%200%200-2-2V6a2%202%200%200%201%202-2m0%202v2.54a3.994%203.994%200%200%201%200%206.92V18h16v-2.54a3.994%203.994%200%200%201%200-6.92V6zm5.5%202c.83%200%201.5.67%201.5%201.5S10.33%2011%209.5%2011S8%2010.33%208%209.5S8.67%208%209.5%208m5%205c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ticket-percent-outline.svg?color=%231a73e8&size=48