ticket percent icon

ticket-percent from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ticket-percent
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the ticket percent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m18 9l-6 6m.375-5.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.375 5.5h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M22.004 8.879c-.067-1.542-.255-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.95 3.5 17.303 3.5 14.012 3.5H9.997c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34c.302.456.677.853 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.29 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.524-.794.712-1.798.779-3.34z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTicketPercent(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m18 9l-6 6m.375-5.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.375 5.5h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M22.004 8.879c-.067-1.542-.255-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.95 3.5 17.303 3.5 14.012 3.5H9.997c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34c.302.456.677.853 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.29 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.524-.794.712-1.798.779-3.34z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m18 9l-6 6m.375-5.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m5.375 5.5h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M22.004 8.879c-.067-1.542-.255-2.546-.78-3.34a4.7 4.7 0 0 0-1.109-1.174C18.95 3.5 17.303 3.5 14.012 3.5H9.997c-3.291 0-4.937 0-6.103.865c-.432.32-.807.717-1.11 1.174c-.525.794-.712 1.798-.78 3.34c-.01.263.216.465.465.465c1.386 0 2.51 1.189 2.51 2.656s-1.124 2.656-2.51 2.656c-.249 0-.476.202-.464.466c.067 1.541.254 2.545.78 3.34c.302.456.677.853 1.109 1.173c1.166.865 2.812.865 6.103.865h4.015c3.29 0 4.937 0 6.103-.865c.432-.32.807-.717 1.11-1.174c.524-.794.712-1.798.779-3.34z"/></g></svg>
</template>

CSS

.icon-ticket-percent {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%209l-6%206m.375-5.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m5.375%205.5h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M22.004%208.879c-.067-1.542-.255-2.546-.78-3.34a4.7%204.7%200%200%200-1.109-1.174C18.95%203.5%2017.303%203.5%2014.012%203.5H9.997c-3.291%200-4.937%200-6.103.865c-.432.32-.807.717-1.11%201.174c-.525.794-.712%201.798-.78%203.34c-.01.263.216.465.465.465c1.386%200%202.51%201.189%202.51%202.656s-1.124%202.656-2.51%202.656c-.249%200-.476.202-.464.466c.067%201.541.254%202.545.78%203.34c.302.456.677.853%201.109%201.173c1.166.865%202.812.865%206.103.865h4.015c3.29%200%204.937%200%206.103-.865c.432-.32.807-.717%201.11-1.174c.524-.794.712-1.798.779-3.34z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18%209l-6%206m.375-5.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m5.375%205.5h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M22.004%208.879c-.067-1.542-.255-2.546-.78-3.34a4.7%204.7%200%200%200-1.109-1.174C18.95%203.5%2017.303%203.5%2014.012%203.5H9.997c-3.291%200-4.937%200-6.103.865c-.432.32-.807.717-1.11%201.174c-.525.794-.712%201.798-.78%203.34c-.01.263.216.465.465.465c1.386%200%202.51%201.189%202.51%202.656s-1.124%202.656-2.51%202.656c-.249%200-.476.202-.464.466c.067%201.541.254%202.545.78%203.34c.302.456.677.853%201.109%201.173c1.166.865%202.812.865%206.103.865h4.015c3.29%200%204.937%200%206.103-.865c.432-.32.807-.717%201.11-1.174c.524-.794.712-1.798.779-3.34z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ticket-percent.svg?color=%231a73e8&size=48