percent tag icon
percent-tag-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- percent-tag-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the percent tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.367.25h7.266c1.092 0 1.958 0 2.655.057c.714.058 1.317.18 1.869.46a4.75 4.75 0 0 1 2.075 2.077c.281.55.403 1.154.461 1.868c.057.697.057 1.563.057 2.655v6.266c0 1.092 0 1.958-.057 2.655c-.058.714-.18 1.317-.46 1.869a4.75 4.75 0 0 1-2.076 2.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-.727l-.956 1.465c-.208.318-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587c-.169-.213-.352-.494-.56-.812l-.956-1.465h-.727c-1.092 0-1.958 0-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V7.367c0-1.092 0-1.958.057-2.655c.058-.714.18-1.317.46-1.868A4.75 4.75 0 0 1 3.845.768C4.394.487 4.998.365 5.712.307C6.409.25 7.275.25 8.367.25m7.163 6.72a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0M8.5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPercentTagFilled(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" fillRule="evenodd" d="M8.367.25h7.266c1.092 0 1.958 0 2.655.057c.714.058 1.317.18 1.869.46a4.75 4.75 0 0 1 2.075 2.077c.281.55.403 1.154.461 1.868c.057.697.057 1.563.057 2.655v6.266c0 1.092 0 1.958-.057 2.655c-.058.714-.18 1.317-.46 1.869a4.75 4.75 0 0 1-2.076 2.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-.727l-.956 1.465c-.208.318-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587c-.169-.213-.352-.494-.56-.812l-.956-1.465h-.727c-1.092 0-1.958 0-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V7.367c0-1.092 0-1.958.057-2.655c.058-.714.18-1.317.46-1.868A4.75 4.75 0 0 1 3.845.768C4.394.487 4.998.365 5.712.307C6.409.25 7.275.25 8.367.25m7.163 6.72a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0M8.5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.367.25h7.266c1.092 0 1.958 0 2.655.057c.714.058 1.317.18 1.869.46a4.75 4.75 0 0 1 2.075 2.077c.281.55.403 1.154.461 1.868c.057.697.057 1.563.057 2.655v6.266c0 1.092 0 1.958-.057 2.655c-.058.714-.18 1.317-.46 1.869a4.75 4.75 0 0 1-2.076 2.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-.727l-.956 1.465c-.208.318-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75 1.75 0 0 1-1.354 0c-.316-.133-.54-.367-.713-.587c-.169-.213-.352-.494-.56-.812l-.956-1.465h-.727c-1.092 0-1.958 0-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V7.367c0-1.092 0-1.958.057-2.655c.058-.714.18-1.317.46-1.868A4.75 4.75 0 0 1 3.845.768C4.394.487 4.998.365 5.712.307C6.409.25 7.275.25 8.367.25m7.163 6.72a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0M8.5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m5 5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-percent-tag-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.367.25h7.266c1.092%200%201.958%200%202.655.057c.714.058%201.317.18%201.869.46a4.75%204.75%200%200%201%202.075%202.077c.281.55.403%201.154.461%201.868c.057.697.057%201.563.057%202.655v6.266c0%201.092%200%201.958-.057%202.655c-.058.714-.18%201.317-.46%201.869a4.75%204.75%200%200%201-2.076%202.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-.727l-.956%201.465c-.208.318-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75%201.75%200%200%201-1.354%200c-.316-.133-.54-.367-.713-.587c-.169-.213-.352-.494-.56-.812l-.956-1.465h-.727c-1.092%200-1.958%200-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75%204.75%200%200%201-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V7.367c0-1.092%200-1.958.057-2.655c.058-.714.18-1.317.46-1.868A4.75%204.75%200%200%201%203.845.768C4.394.487%204.998.365%205.712.307C6.409.25%207.275.25%208.367.25m7.163%206.72a.75.75%200%200%201%200%201.06l-6%206a.75.75%200%200%201-1.06-1.06l6-6a.75.75%200%200%201%201.06%200M8.5%208a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.367.25h7.266c1.092%200%201.958%200%202.655.057c.714.058%201.317.18%201.869.46a4.75%204.75%200%200%201%202.075%202.077c.281.55.403%201.154.461%201.868c.057.697.057%201.563.057%202.655v6.266c0%201.092%200%201.958-.057%202.655c-.058.714-.18%201.317-.46%201.869a4.75%204.75%200%200%201-2.076%202.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-.727l-.956%201.465c-.208.318-.391.6-.56.813c-.174.22-.397.454-.713.586a1.75%201.75%200%200%201-1.354%200c-.316-.133-.54-.367-.713-.587c-.169-.213-.352-.494-.56-.812l-.956-1.465h-.727c-1.092%200-1.958%200-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75%204.75%200%200%201-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V7.367c0-1.092%200-1.958.057-2.655c.058-.714.18-1.317.46-1.868A4.75%204.75%200%200%201%203.845.768C4.394.487%204.998.365%205.712.307C6.409.25%207.275.25%208.367.25m7.163%206.72a.75.75%200%200%201%200%201.06l-6%206a.75.75%200%200%201-1.06-1.06l6-6a.75.75%200%200%201%201.06%200M8.5%208a1%201%200%201%201%202%200a1%201%200%200%201-2%200m5%205a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/percent-tag-filled.svg?color=%231a73e8&size=48