tag price icon
tag-price-duotone from Reicon by REICON · Duotone · Money · MIT Free for personal and commercial use.
- Name
- tag-price-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More money icons from Reicon
Use the tag price icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.967 6.558l-1.83-1.83c-1.546-1.545-2.318-2.318-3.321-2.605c-1.003-.288-2.068-.042-4.197.45l-1.228.283c-1.792.413-2.688.62-3.302 1.233S3.27 5.6 2.856 7.391l-.284 1.228c-.491 2.13-.737 3.194-.45 4.197c.288 1.003 1.061 1.775 2.606 3.32l1.83 1.83C9.248 20.657 10.592 22 12.262 22c1.671 0 3.015-1.344 5.704-4.033c2.69-2.69 4.034-4.034 4.034-5.705c0-1.67-1.344-3.015-4.033-5.704" opacity=".5"/><path d="M11.147 14.328c-.673-.672-.667-1.638-.265-2.403a.75.75 0 0 1 1.04-1.046c.34-.18.713-.276 1.085-.272a.75.75 0 0 1-.014 1.5a.88.88 0 0 0-.609.277c-.387.387-.285.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.006-.177c.673.673.667 1.639.264 2.404a.75.75 0 0 1-1.04 1.045a2.2 2.2 0 0 1-1.472.232a.75.75 0 1 1 .302-1.47c.177.037.463-.021.708-.266c.388-.388.286-.775.177-.884s-.496-.21-.884.177c-.784.784-2.138 1.044-3.005.176m-1.126-4.035a2 2 0 1 0-2.828-2.828a2 2 0 0 0 2.828 2.828"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTagPriceDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.967 6.558l-1.83-1.83c-1.546-1.545-2.318-2.318-3.321-2.605c-1.003-.288-2.068-.042-4.197.45l-1.228.283c-1.792.413-2.688.62-3.302 1.233S3.27 5.6 2.856 7.391l-.284 1.228c-.491 2.13-.737 3.194-.45 4.197c.288 1.003 1.061 1.775 2.606 3.32l1.83 1.83C9.248 20.657 10.592 22 12.262 22c1.671 0 3.015-1.344 5.704-4.033c2.69-2.69 4.034-4.034 4.034-5.705c0-1.67-1.344-3.015-4.033-5.704" opacity=".5"/><path d="M11.147 14.328c-.673-.672-.667-1.638-.265-2.403a.75.75 0 0 1 1.04-1.046c.34-.18.713-.276 1.085-.272a.75.75 0 0 1-.014 1.5a.88.88 0 0 0-.609.277c-.387.387-.285.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.006-.177c.673.673.667 1.639.264 2.404a.75.75 0 0 1-1.04 1.045a2.2 2.2 0 0 1-1.472.232a.75.75 0 1 1 .302-1.47c.177.037.463-.021.708-.266c.388-.388.286-.775.177-.884s-.496-.21-.884.177c-.784.784-2.138 1.044-3.005.176m-1.126-4.035a2 2 0 1 0-2.828-2.828a2 2 0 0 0 2.828 2.828"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.967 6.558l-1.83-1.83c-1.546-1.545-2.318-2.318-3.321-2.605c-1.003-.288-2.068-.042-4.197.45l-1.228.283c-1.792.413-2.688.62-3.302 1.233S3.27 5.6 2.856 7.391l-.284 1.228c-.491 2.13-.737 3.194-.45 4.197c.288 1.003 1.061 1.775 2.606 3.32l1.83 1.83C9.248 20.657 10.592 22 12.262 22c1.671 0 3.015-1.344 5.704-4.033c2.69-2.69 4.034-4.034 4.034-5.705c0-1.67-1.344-3.015-4.033-5.704" opacity=".5"/><path d="M11.147 14.328c-.673-.672-.667-1.638-.265-2.403a.75.75 0 0 1 1.04-1.046c.34-.18.713-.276 1.085-.272a.75.75 0 0 1-.014 1.5a.88.88 0 0 0-.609.277c-.387.387-.285.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.006-.177c.673.673.667 1.639.264 2.404a.75.75 0 0 1-1.04 1.045a2.2 2.2 0 0 1-1.472.232a.75.75 0 1 1 .302-1.47c.177.037.463-.021.708-.266c.388-.388.286-.775.177-.884s-.496-.21-.884.177c-.784.784-2.138 1.044-3.005.176m-1.126-4.035a2 2 0 1 0-2.828-2.828a2 2 0 0 0 2.828 2.828"/></g></svg> </template>
CSS
.icon-tag-price-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22m17.967%206.558l-1.83-1.83c-1.546-1.545-2.318-2.318-3.321-2.605c-1.003-.288-2.068-.042-4.197.45l-1.228.283c-1.792.413-2.688.62-3.302%201.233S3.27%205.6%202.856%207.391l-.284%201.228c-.491%202.13-.737%203.194-.45%204.197c.288%201.003%201.061%201.775%202.606%203.32l1.83%201.83C9.248%2020.657%2010.592%2022%2012.262%2022c1.671%200%203.015-1.344%205.704-4.033c2.69-2.69%204.034-4.034%204.034-5.705c0-1.67-1.344-3.015-4.033-5.704%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.147%2014.328c-.673-.672-.667-1.638-.265-2.403a.75.75%200%200%201%201.04-1.046c.34-.18.713-.276%201.085-.272a.75.75%200%200%201-.014%201.5a.88.88%200%200%200-.609.277c-.387.387-.285.775-.177.884c.11.109.497.21.884-.177c.784-.784%202.138-1.044%203.006-.177c.673.673.667%201.639.264%202.404a.75.75%200%200%201-1.04%201.045a2.2%202.2%200%200%201-1.472.232a.75.75%200%201%201%20.302-1.47c.177.037.463-.021.708-.266c.388-.388.286-.775.177-.884s-.496-.21-.884.177c-.784.784-2.138%201.044-3.005.176m-1.126-4.035a2%202%200%201%200-2.828-2.828a2%202%200%200%200%202.828%202.828%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%22currentColor%22%3E%3Cpath%20d%3D%22m17.967%206.558l-1.83-1.83c-1.546-1.545-2.318-2.318-3.321-2.605c-1.003-.288-2.068-.042-4.197.45l-1.228.283c-1.792.413-2.688.62-3.302%201.233S3.27%205.6%202.856%207.391l-.284%201.228c-.491%202.13-.737%203.194-.45%204.197c.288%201.003%201.061%201.775%202.606%203.32l1.83%201.83C9.248%2020.657%2010.592%2022%2012.262%2022c1.671%200%203.015-1.344%205.704-4.033c2.69-2.69%204.034-4.034%204.034-5.705c0-1.67-1.344-3.015-4.033-5.704%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11.147%2014.328c-.673-.672-.667-1.638-.265-2.403a.75.75%200%200%201%201.04-1.046c.34-.18.713-.276%201.085-.272a.75.75%200%200%201-.014%201.5a.88.88%200%200%200-.609.277c-.387.387-.285.775-.177.884c.11.109.497.21.884-.177c.784-.784%202.138-1.044%203.006-.177c.673.673.667%201.639.264%202.404a.75.75%200%200%201-1.04%201.045a2.2%202.2%200%200%201-1.472.232a.75.75%200%201%201%20.302-1.47c.177.037.463-.021.708-.266c.388-.388.286-.775.177-.884s-.496-.21-.884.177c-.784.784-2.138%201.044-3.005.176m-1.126-4.035a2%202%200%201%200-2.828-2.828a2%202%200%200%200%202.828%202.828%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tag-price-duotone.svg?color=%231a73e8&size=48