discount icon
discount-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- discount-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
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 15 15"><path fill="none" stroke="currentColor" d="M5 5.5h1m3 4h1M10 5l-5 5M6.801.79L5.672 1.917a1 1 0 0 1-.698.29H3.196a.99.99 0 0 0-.988.988v1.778a1 1 0 0 1-.29.698L.79 6.802a.99.99 0 0 0 0 1.397l1.13 1.129a1 1 0 0 1 .289.698v1.778c0 .546.442.988.988.988h1.778c.262 0 .513.104.698.29l1.13 1.129a.99.99 0 0 0 1.397 0l1.129-1.13a1 1 0 0 1 .698-.289h1.778a.99.99 0 0 0 .988-.988v-1.778c0-.262.104-.513.29-.698l1.129-1.13a.99.99 0 0 0 0-1.397l-1.13-1.129a1 1 0 0 1-.289-.698V3.196a.99.99 0 0 0-.988-.988h-1.778a1 1 0 0 1-.698-.29L8.198.79a.99.99 0 0 0-1.397 0Z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsDiscountOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M5 5.5h1m3 4h1M10 5l-5 5M6.801.79L5.672 1.917a1 1 0 0 1-.698.29H3.196a.99.99 0 0 0-.988.988v1.778a1 1 0 0 1-.29.698L.79 6.802a.99.99 0 0 0 0 1.397l1.13 1.129a1 1 0 0 1 .289.698v1.778c0 .546.442.988.988.988h1.778c.262 0 .513.104.698.29l1.13 1.129a.99.99 0 0 0 1.397 0l1.129-1.13a1 1 0 0 1 .698-.289h1.778a.99.99 0 0 0 .988-.988v-1.778c0-.262.104-.513.29-.698l1.129-1.13a.99.99 0 0 0 0-1.397l-1.13-1.129a1 1 0 0 1-.289-.698V3.196a.99.99 0 0 0-.988-.988h-1.778a1 1 0 0 1-.698-.29L8.198.79a.99.99 0 0 0-1.397 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="none" stroke="currentColor" d="M5 5.5h1m3 4h1M10 5l-5 5M6.801.79L5.672 1.917a1 1 0 0 1-.698.29H3.196a.99.99 0 0 0-.988.988v1.778a1 1 0 0 1-.29.698L.79 6.802a.99.99 0 0 0 0 1.397l1.13 1.129a1 1 0 0 1 .289.698v1.778c0 .546.442.988.988.988h1.778c.262 0 .513.104.698.29l1.13 1.129a.99.99 0 0 0 1.397 0l1.129-1.13a1 1 0 0 1 .698-.289h1.778a.99.99 0 0 0 .988-.988v-1.778c0-.262.104-.513.29-.698l1.129-1.13a.99.99 0 0 0 0-1.397l-1.13-1.129a1 1 0 0 1-.289-.698V3.196a.99.99 0 0 0-.988-.988h-1.778a1 1 0 0 1-.698-.29L8.198.79a.99.99 0 0 0-1.397 0Z"/></svg> </template>
CSS
.icon-discount-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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M5%205.5h1m3%204h1M10%205l-5%205M6.801.79L5.672%201.917a1%201%200%200%201-.698.29H3.196a.99.99%200%200%200-.988.988v1.778a1%201%200%200%201-.29.698L.79%206.802a.99.99%200%200%200%200%201.397l1.13%201.129a1%201%200%200%201%20.289.698v1.778c0%20.546.442.988.988.988h1.778c.262%200%20.513.104.698.29l1.13%201.129a.99.99%200%200%200%201.397%200l1.129-1.13a1%201%200%200%201%20.698-.289h1.778a.99.99%200%200%200%20.988-.988v-1.778c0-.262.104-.513.29-.698l1.129-1.13a.99.99%200%200%200%200-1.397l-1.13-1.129a1%201%200%200%201-.289-.698V3.196a.99.99%200%200%200-.988-.988h-1.778a1%201%200%200%201-.698-.29L8.198.79a.99.99%200%200%200-1.397%200Z%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%2015%2015%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20d%3D%22M5%205.5h1m3%204h1M10%205l-5%205M6.801.79L5.672%201.917a1%201%200%200%201-.698.29H3.196a.99.99%200%200%200-.988.988v1.778a1%201%200%200%201-.29.698L.79%206.802a.99.99%200%200%200%200%201.397l1.13%201.129a1%201%200%200%201%20.289.698v1.778c0%20.546.442.988.988.988h1.778c.262%200%20.513.104.698.29l1.13%201.129a.99.99%200%200%200%201.397%200l1.129-1.13a1%201%200%200%201%20.698-.289h1.778a.99.99%200%200%200%20.988-.988v-1.778c0-.262.104-.513.29-.698l1.129-1.13a.99.99%200%200%200%200-1.397l-1.13-1.129a1%201%200%200%201-.289-.698V3.196a.99.99%200%200%200-.988-.988h-1.778a1%201%200%200%201-.698-.29L8.198.79a.99.99%200%200%200-1.397%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/discount-outline.svg?color=%231a73e8&size=48