tag price icon

tag-price from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.

Name
tag-price
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M11.238 2.799c-.614.081-1.372.255-2.45.504l-1.229.284c-.91.21-1.538.356-2.017.52c-.463.159-.725.315-.922.513c-.198.197-.354.459-.513.922c-.164.479-.31 1.106-.52 2.017l-.284 1.228c-.249 1.079-.423 1.837-.504 2.451c-.08.598-.061 1.003.045 1.371c.105.368.304.721.688 1.186c.395.478.944 1.029 1.727 1.812l1.83 1.83c1.359 1.359 2.326 2.324 3.158 2.958c.814.622 1.41.855 2.015.855s1.201-.233 2.016-.855c.831-.634 1.799-1.6 3.158-2.959c1.36-1.36 2.325-2.327 2.96-3.158c.62-.815.854-1.41.854-2.016c0-.605-.233-1.2-.855-2.015c-.634-.832-1.6-1.8-2.959-3.159l-1.83-1.83c-.782-.782-1.333-1.331-1.81-1.726c-.466-.384-.819-.583-1.187-.688c-.368-.106-.773-.124-1.37-.045m-.196-1.487c.717-.095 1.346-.092 1.98.09c.635.182 1.17.513 1.728.973c.54.446 1.14 1.046 1.891 1.797l1.896 1.896c1.31 1.31 2.348 2.348 3.05 3.27c.724.947 1.163 1.859 1.163 2.924c0 1.066-.439 1.978-1.162 2.925c-.703.922-1.74 1.96-3.051 3.27l-.08.08c-1.31 1.31-2.348 2.348-3.27 3.05c-.947.724-1.86 1.163-2.925 1.163s-1.977-.439-2.925-1.162c-.921-.703-1.959-1.74-3.27-3.051L4.173 16.64c-.75-.75-1.351-1.351-1.797-1.89c-.46-.559-.791-1.094-.973-1.728c-.182-.635-.185-1.264-.09-1.981c.091-.694.283-1.522.521-2.556l.3-1.303c.2-.863.362-1.567.555-2.128c.202-.587.455-1.08.871-1.496s.91-.67 1.496-.87c.561-.194 1.265-.356 2.128-.555l1.303-.3c1.034-.24 1.862-.43 2.556-.522M9.49 7.995a1.25 1.25 0 1 0-1.768 1.768A1.25 1.25 0 0 0 9.49 7.995m-2.829-1.06a2.75 2.75 0 1 1 3.89 3.889a2.75 2.75 0 0 1-3.89-3.89m6.33 5.172a.88.88 0 0 0-.608.277c-.388.388-.286.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.005-.177c.673.673.668 1.639.265 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-.02.708-.266c.387-.388.286-.775.177-.884c-.11-.109-.497-.21-.884.177c-.784.784-2.138 1.044-3.005.177c-.673-.673-.668-1.639-.265-2.404a.75.75 0 0 1 1.04-1.045c.34-.181.713-.277 1.085-.273a.75.75 0 0 1-.014 1.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTagPrice(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="M11.238 2.799c-.614.081-1.372.255-2.45.504l-1.229.284c-.91.21-1.538.356-2.017.52c-.463.159-.725.315-.922.513c-.198.197-.354.459-.513.922c-.164.479-.31 1.106-.52 2.017l-.284 1.228c-.249 1.079-.423 1.837-.504 2.451c-.08.598-.061 1.003.045 1.371c.105.368.304.721.688 1.186c.395.478.944 1.029 1.727 1.812l1.83 1.83c1.359 1.359 2.326 2.324 3.158 2.958c.814.622 1.41.855 2.015.855s1.201-.233 2.016-.855c.831-.634 1.799-1.6 3.158-2.959c1.36-1.36 2.325-2.327 2.96-3.158c.62-.815.854-1.41.854-2.016c0-.605-.233-1.2-.855-2.015c-.634-.832-1.6-1.8-2.959-3.159l-1.83-1.83c-.782-.782-1.333-1.331-1.81-1.726c-.466-.384-.819-.583-1.187-.688c-.368-.106-.773-.124-1.37-.045m-.196-1.487c.717-.095 1.346-.092 1.98.09c.635.182 1.17.513 1.728.973c.54.446 1.14 1.046 1.891 1.797l1.896 1.896c1.31 1.31 2.348 2.348 3.05 3.27c.724.947 1.163 1.859 1.163 2.924c0 1.066-.439 1.978-1.162 2.925c-.703.922-1.74 1.96-3.051 3.27l-.08.08c-1.31 1.31-2.348 2.348-3.27 3.05c-.947.724-1.86 1.163-2.925 1.163s-1.977-.439-2.925-1.162c-.921-.703-1.959-1.74-3.27-3.051L4.173 16.64c-.75-.75-1.351-1.351-1.797-1.89c-.46-.559-.791-1.094-.973-1.728c-.182-.635-.185-1.264-.09-1.981c.091-.694.283-1.522.521-2.556l.3-1.303c.2-.863.362-1.567.555-2.128c.202-.587.455-1.08.871-1.496s.91-.67 1.496-.87c.561-.194 1.265-.356 2.128-.555l1.303-.3c1.034-.24 1.862-.43 2.556-.522M9.49 7.995a1.25 1.25 0 1 0-1.768 1.768A1.25 1.25 0 0 0 9.49 7.995m-2.829-1.06a2.75 2.75 0 1 1 3.89 3.889a2.75 2.75 0 0 1-3.89-3.89m6.33 5.172a.88.88 0 0 0-.608.277c-.388.388-.286.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.005-.177c.673.673.668 1.639.265 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-.02.708-.266c.387-.388.286-.775.177-.884c-.11-.109-.497-.21-.884.177c-.784.784-2.138 1.044-3.005.177c-.673-.673-.668-1.639-.265-2.404a.75.75 0 0 1 1.04-1.045c.34-.181.713-.277 1.085-.273a.75.75 0 0 1-.014 1.5" 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="M11.238 2.799c-.614.081-1.372.255-2.45.504l-1.229.284c-.91.21-1.538.356-2.017.52c-.463.159-.725.315-.922.513c-.198.197-.354.459-.513.922c-.164.479-.31 1.106-.52 2.017l-.284 1.228c-.249 1.079-.423 1.837-.504 2.451c-.08.598-.061 1.003.045 1.371c.105.368.304.721.688 1.186c.395.478.944 1.029 1.727 1.812l1.83 1.83c1.359 1.359 2.326 2.324 3.158 2.958c.814.622 1.41.855 2.015.855s1.201-.233 2.016-.855c.831-.634 1.799-1.6 3.158-2.959c1.36-1.36 2.325-2.327 2.96-3.158c.62-.815.854-1.41.854-2.016c0-.605-.233-1.2-.855-2.015c-.634-.832-1.6-1.8-2.959-3.159l-1.83-1.83c-.782-.782-1.333-1.331-1.81-1.726c-.466-.384-.819-.583-1.187-.688c-.368-.106-.773-.124-1.37-.045m-.196-1.487c.717-.095 1.346-.092 1.98.09c.635.182 1.17.513 1.728.973c.54.446 1.14 1.046 1.891 1.797l1.896 1.896c1.31 1.31 2.348 2.348 3.05 3.27c.724.947 1.163 1.859 1.163 2.924c0 1.066-.439 1.978-1.162 2.925c-.703.922-1.74 1.96-3.051 3.27l-.08.08c-1.31 1.31-2.348 2.348-3.27 3.05c-.947.724-1.86 1.163-2.925 1.163s-1.977-.439-2.925-1.162c-.921-.703-1.959-1.74-3.27-3.051L4.173 16.64c-.75-.75-1.351-1.351-1.797-1.89c-.46-.559-.791-1.094-.973-1.728c-.182-.635-.185-1.264-.09-1.981c.091-.694.283-1.522.521-2.556l.3-1.303c.2-.863.362-1.567.555-2.128c.202-.587.455-1.08.871-1.496s.91-.67 1.496-.87c.561-.194 1.265-.356 2.128-.555l1.303-.3c1.034-.24 1.862-.43 2.556-.522M9.49 7.995a1.25 1.25 0 1 0-1.768 1.768A1.25 1.25 0 0 0 9.49 7.995m-2.829-1.06a2.75 2.75 0 1 1 3.89 3.889a2.75 2.75 0 0 1-3.89-3.89m6.33 5.172a.88.88 0 0 0-.608.277c-.388.388-.286.775-.177.884c.11.109.497.21.884-.177c.784-.784 2.138-1.044 3.005-.177c.673.673.668 1.639.265 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-.02.708-.266c.387-.388.286-.775.177-.884c-.11-.109-.497-.21-.884.177c-.784.784-2.138 1.044-3.005.177c-.673-.673-.668-1.639-.265-2.404a.75.75 0 0 1 1.04-1.045c.34-.181.713-.277 1.085-.273a.75.75 0 0 1-.014 1.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tag-price {
  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%22M11.238%202.799c-.614.081-1.372.255-2.45.504l-1.229.284c-.91.21-1.538.356-2.017.52c-.463.159-.725.315-.922.513c-.198.197-.354.459-.513.922c-.164.479-.31%201.106-.52%202.017l-.284%201.228c-.249%201.079-.423%201.837-.504%202.451c-.08.598-.061%201.003.045%201.371c.105.368.304.721.688%201.186c.395.478.944%201.029%201.727%201.812l1.83%201.83c1.359%201.359%202.326%202.324%203.158%202.958c.814.622%201.41.855%202.015.855s1.201-.233%202.016-.855c.831-.634%201.799-1.6%203.158-2.959c1.36-1.36%202.325-2.327%202.96-3.158c.62-.815.854-1.41.854-2.016c0-.605-.233-1.2-.855-2.015c-.634-.832-1.6-1.8-2.959-3.159l-1.83-1.83c-.782-.782-1.333-1.331-1.81-1.726c-.466-.384-.819-.583-1.187-.688c-.368-.106-.773-.124-1.37-.045m-.196-1.487c.717-.095%201.346-.092%201.98.09c.635.182%201.17.513%201.728.973c.54.446%201.14%201.046%201.891%201.797l1.896%201.896c1.31%201.31%202.348%202.348%203.05%203.27c.724.947%201.163%201.859%201.163%202.924c0%201.066-.439%201.978-1.162%202.925c-.703.922-1.74%201.96-3.051%203.27l-.08.08c-1.31%201.31-2.348%202.348-3.27%203.05c-.947.724-1.86%201.163-2.925%201.163s-1.977-.439-2.925-1.162c-.921-.703-1.959-1.74-3.27-3.051L4.173%2016.64c-.75-.75-1.351-1.351-1.797-1.89c-.46-.559-.791-1.094-.973-1.728c-.182-.635-.185-1.264-.09-1.981c.091-.694.283-1.522.521-2.556l.3-1.303c.2-.863.362-1.567.555-2.128c.202-.587.455-1.08.871-1.496s.91-.67%201.496-.87c.561-.194%201.265-.356%202.128-.555l1.303-.3c1.034-.24%201.862-.43%202.556-.522M9.49%207.995a1.25%201.25%200%201%200-1.768%201.768A1.25%201.25%200%200%200%209.49%207.995m-2.829-1.06a2.75%202.75%200%201%201%203.89%203.889a2.75%202.75%200%200%201-3.89-3.89m6.33%205.172a.88.88%200%200%200-.608.277c-.388.388-.286.775-.177.884c.11.109.497.21.884-.177c.784-.784%202.138-1.044%203.005-.177c.673.673.668%201.639.265%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-.02.708-.266c.387-.388.286-.775.177-.884c-.11-.109-.497-.21-.884.177c-.784.784-2.138%201.044-3.005.177c-.673-.673-.668-1.639-.265-2.404a.75.75%200%200%201%201.04-1.045c.34-.181.713-.277%201.085-.273a.75.75%200%200%201-.014%201.5%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%22M11.238%202.799c-.614.081-1.372.255-2.45.504l-1.229.284c-.91.21-1.538.356-2.017.52c-.463.159-.725.315-.922.513c-.198.197-.354.459-.513.922c-.164.479-.31%201.106-.52%202.017l-.284%201.228c-.249%201.079-.423%201.837-.504%202.451c-.08.598-.061%201.003.045%201.371c.105.368.304.721.688%201.186c.395.478.944%201.029%201.727%201.812l1.83%201.83c1.359%201.359%202.326%202.324%203.158%202.958c.814.622%201.41.855%202.015.855s1.201-.233%202.016-.855c.831-.634%201.799-1.6%203.158-2.959c1.36-1.36%202.325-2.327%202.96-3.158c.62-.815.854-1.41.854-2.016c0-.605-.233-1.2-.855-2.015c-.634-.832-1.6-1.8-2.959-3.159l-1.83-1.83c-.782-.782-1.333-1.331-1.81-1.726c-.466-.384-.819-.583-1.187-.688c-.368-.106-.773-.124-1.37-.045m-.196-1.487c.717-.095%201.346-.092%201.98.09c.635.182%201.17.513%201.728.973c.54.446%201.14%201.046%201.891%201.797l1.896%201.896c1.31%201.31%202.348%202.348%203.05%203.27c.724.947%201.163%201.859%201.163%202.924c0%201.066-.439%201.978-1.162%202.925c-.703.922-1.74%201.96-3.051%203.27l-.08.08c-1.31%201.31-2.348%202.348-3.27%203.05c-.947.724-1.86%201.163-2.925%201.163s-1.977-.439-2.925-1.162c-.921-.703-1.959-1.74-3.27-3.051L4.173%2016.64c-.75-.75-1.351-1.351-1.797-1.89c-.46-.559-.791-1.094-.973-1.728c-.182-.635-.185-1.264-.09-1.981c.091-.694.283-1.522.521-2.556l.3-1.303c.2-.863.362-1.567.555-2.128c.202-.587.455-1.08.871-1.496s.91-.67%201.496-.87c.561-.194%201.265-.356%202.128-.555l1.303-.3c1.034-.24%201.862-.43%202.556-.522M9.49%207.995a1.25%201.25%200%201%200-1.768%201.768A1.25%201.25%200%200%200%209.49%207.995m-2.829-1.06a2.75%202.75%200%201%201%203.89%203.889a2.75%202.75%200%200%201-3.89-3.89m6.33%205.172a.88.88%200%200%200-.608.277c-.388.388-.286.775-.177.884c.11.109.497.21.884-.177c.784-.784%202.138-1.044%203.005-.177c.673.673.668%201.639.265%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-.02.708-.266c.387-.388.286-.775.177-.884c-.11-.109-.497-.21-.884.177c-.784.784-2.138%201.044-3.005.177c-.673-.673-.668-1.639-.265-2.404a.75.75%200%200%201%201.04-1.045c.34-.181.713-.277%201.085-.273a.75.75%200%200%201-.014%201.5%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/tag-price.svg?color=%231a73e8&size=48