sale tag 01 icon
sale-tag-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- sale-tag-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the sale tag 01 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-linecap="round" stroke-width="1.5"><path d="M6.986 3.7c2.797 3.095 7.41-3.584 10.14-1.16c1.57 1.394 1.073 4.474-.965 6.48"/><path stroke-linejoin="round" d="M13.79 13.984c.018-.335.111-.947-.397-1.412m0 0a1.9 1.9 0 0 0-.666-.377c-1.048-.37-2.336.867-1.425 2c.49.608.867.795.832 1.486c-.025.486-.503.994-1.132 1.188c-.547.168-1.15-.055-1.531-.481c-.466-.52-.42-1.011-.423-1.225m4.345-2.59l.574-.575m-4.455 4.455l-.545.545"/><path d="M18.273 6.633c.925.178 1.133.762 1.409 2.384c.249 1.46.319 3.213.319 3.96a1.3 1.3 0 0 1-.319.74c-1.935 2.028-5.776 5.858-7.714 7.76c-.76.68-1.908.695-2.716.071c-1.653-1.487-3.241-3.168-4.797-4.685c-.625-.806-.61-1.95.07-2.709c2.051-2.127 5.762-5.768 7.856-7.78c.21-.18.468-.292.743-.317c.47 0 1.276.063 2.062.108"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSaleTag01(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" strokeLinecap="round" strokeWidth="1.5"><path d="M6.986 3.7c2.797 3.095 7.41-3.584 10.14-1.16c1.57 1.394 1.073 4.474-.965 6.48"/><path strokeLinejoin="round" d="M13.79 13.984c.018-.335.111-.947-.397-1.412m0 0a1.9 1.9 0 0 0-.666-.377c-1.048-.37-2.336.867-1.425 2c.49.608.867.795.832 1.486c-.025.486-.503.994-1.132 1.188c-.547.168-1.15-.055-1.531-.481c-.466-.52-.42-1.011-.423-1.225m4.345-2.59l.574-.575m-4.455 4.455l-.545.545"/><path d="M18.273 6.633c.925.178 1.133.762 1.409 2.384c.249 1.46.319 3.213.319 3.96a1.3 1.3 0 0 1-.319.74c-1.935 2.028-5.776 5.858-7.714 7.76c-.76.68-1.908.695-2.716.071c-1.653-1.487-3.241-3.168-4.797-4.685c-.625-.806-.61-1.95.07-2.709c2.051-2.127 5.762-5.768 7.856-7.78c.21-.18.468-.292.743-.317c.47 0 1.276.063 2.062.108"/></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-linecap="round" stroke-width="1.5"><path d="M6.986 3.7c2.797 3.095 7.41-3.584 10.14-1.16c1.57 1.394 1.073 4.474-.965 6.48"/><path stroke-linejoin="round" d="M13.79 13.984c.018-.335.111-.947-.397-1.412m0 0a1.9 1.9 0 0 0-.666-.377c-1.048-.37-2.336.867-1.425 2c.49.608.867.795.832 1.486c-.025.486-.503.994-1.132 1.188c-.547.168-1.15-.055-1.531-.481c-.466-.52-.42-1.011-.423-1.225m4.345-2.59l.574-.575m-4.455 4.455l-.545.545"/><path d="M18.273 6.633c.925.178 1.133.762 1.409 2.384c.249 1.46.319 3.213.319 3.96a1.3 1.3 0 0 1-.319.74c-1.935 2.028-5.776 5.858-7.714 7.76c-.76.68-1.908.695-2.716.071c-1.653-1.487-3.241-3.168-4.797-4.685c-.625-.806-.61-1.95.07-2.709c2.051-2.127 5.762-5.768 7.856-7.78c.21-.18.468-.292.743-.317c.47 0 1.276.063 2.062.108"/></g></svg> </template>
CSS
.icon-sale-tag-01 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.986%203.7c2.797%203.095%207.41-3.584%2010.14-1.16c1.57%201.394%201.073%204.474-.965%206.48%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.79%2013.984c.018-.335.111-.947-.397-1.412m0%200a1.9%201.9%200%200%200-.666-.377c-1.048-.37-2.336.867-1.425%202c.49.608.867.795.832%201.486c-.025.486-.503.994-1.132%201.188c-.547.168-1.15-.055-1.531-.481c-.466-.52-.42-1.011-.423-1.225m4.345-2.59l.574-.575m-4.455%204.455l-.545.545%22%2F%3E%3Cpath%20d%3D%22M18.273%206.633c.925.178%201.133.762%201.409%202.384c.249%201.46.319%203.213.319%203.96a1.3%201.3%200%200%201-.319.74c-1.935%202.028-5.776%205.858-7.714%207.76c-.76.68-1.908.695-2.716.071c-1.653-1.487-3.241-3.168-4.797-4.685c-.625-.806-.61-1.95.07-2.709c2.051-2.127%205.762-5.768%207.856-7.78c.21-.18.468-.292.743-.317c.47%200%201.276.063%202.062.108%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6.986%203.7c2.797%203.095%207.41-3.584%2010.14-1.16c1.57%201.394%201.073%204.474-.965%206.48%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.79%2013.984c.018-.335.111-.947-.397-1.412m0%200a1.9%201.9%200%200%200-.666-.377c-1.048-.37-2.336.867-1.425%202c.49.608.867.795.832%201.486c-.025.486-.503.994-1.132%201.188c-.547.168-1.15-.055-1.531-.481c-.466-.52-.42-1.011-.423-1.225m4.345-2.59l.574-.575m-4.455%204.455l-.545.545%22%2F%3E%3Cpath%20d%3D%22M18.273%206.633c.925.178%201.133.762%201.409%202.384c.249%201.46.319%203.213.319%203.96a1.3%201.3%200%200%201-.319.74c-1.935%202.028-5.776%205.858-7.714%207.76c-.76.68-1.908.695-2.716.071c-1.653-1.487-3.241-3.168-4.797-4.685c-.625-.806-.61-1.95.07-2.709c2.051-2.127%205.762-5.768%207.856-7.78c.21-.18.468-.292.743-.317c.47%200%201.276.063%202.062.108%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/sale-tag-01.svg?color=%231a73e8&size=48