pricetags icon

pricetags from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
pricetags
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the pricetags icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 183.8v-123A44.66 44.66 0 0 0 403.29 16H280.36a30.62 30.62 0 0 0-21.51 8.89L13.09 270.58a44.86 44.86 0 0 0 0 63.34l117 117a44.84 44.84 0 0 0 63.33 0l245.69-245.61A30.6 30.6 0 0 0 448 183.8M352 144a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M496 64a16 16 0 0 0-16 16v127.37L218.69 468.69a16 16 0 1 0 22.62 22.62l262-262A29.84 29.84 0 0 0 512 208V80a16 16 0 0 0-16-16"/></svg>

React

import type { SVGProps } from "react";

export function IonPricetags(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 183.8v-123A44.66 44.66 0 0 0 403.29 16H280.36a30.62 30.62 0 0 0-21.51 8.89L13.09 270.58a44.86 44.86 0 0 0 0 63.34l117 117a44.84 44.84 0 0 0 63.33 0l245.69-245.61A30.6 30.6 0 0 0 448 183.8M352 144a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M496 64a16 16 0 0 0-16 16v127.37L218.69 468.69a16 16 0 1 0 22.62 22.62l262-262A29.84 29.84 0 0 0 512 208V80a16 16 0 0 0-16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 183.8v-123A44.66 44.66 0 0 0 403.29 16H280.36a30.62 30.62 0 0 0-21.51 8.89L13.09 270.58a44.86 44.86 0 0 0 0 63.34l117 117a44.84 44.84 0 0 0 63.33 0l245.69-245.61A30.6 30.6 0 0 0 448 183.8M352 144a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/><path fill="currentColor" d="M496 64a16 16 0 0 0-16 16v127.37L218.69 468.69a16 16 0 1 0 22.62 22.62l262-262A29.84 29.84 0 0 0 512 208V80a16 16 0 0 0-16-16"/></svg>
</template>

CSS

.icon-pricetags {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20183.8v-123A44.66%2044.66%200%200%200%20403.29%2016H280.36a30.62%2030.62%200%200%200-21.51%208.89L13.09%20270.58a44.86%2044.86%200%200%200%200%2063.34l117%20117a44.84%2044.84%200%200%200%2063.33%200l245.69-245.61A30.6%2030.6%200%200%200%20448%20183.8M352%20144a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%2064a16%2016%200%200%200-16%2016v127.37L218.69%20468.69a16%2016%200%201%200%2022.62%2022.62l262-262A29.84%2029.84%200%200%200%20512%20208V80a16%2016%200%200%200-16-16%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20183.8v-123A44.66%2044.66%200%200%200%20403.29%2016H280.36a30.62%2030.62%200%200%200-21.51%208.89L13.09%20270.58a44.86%2044.86%200%200%200%200%2063.34l117%20117a44.84%2044.84%200%200%200%2063.33%200l245.69-245.61A30.6%2030.6%200%200%200%20448%20183.8M352%20144a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M496%2064a16%2016%200%200%200-16%2016v127.37L218.69%20468.69a16%2016%200%201%200%2022.62%2022.62l262-262A29.84%2029.84%200%200%200%20512%20208V80a16%2016%200%200%200-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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