pricetag alt icon

pricetag-alt from Unicons by Iconscout · Line · Shopping · Apache-2.0 Free for personal and commercial use.

Name
pricetag-alt
Set
Unicons
Style
Line
Category
Shopping
Viewbox
24×24
License
Apache 2.0

More shopping icons from Unicons

Use the pricetag alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6a1 1 0 1 0 1 1a1 1 0 0 0-1-1m14.71 5.78l-9.48-9.46A1 1 0 0 0 11.5 2h-6a1 1 0 0 0-.71.29l-2.5 2.49a1 1 0 0 0-.29.71v6a1.05 1.05 0 0 0 .29.71l9.49 9.5a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l8.51-8.51a1 1 0 0 0 .29-.71a1.05 1.05 0 0 0-.29-.7m-9.22 7.81L4 11.09V5.9L5.9 4h5.18l8.5 8.49Z"/></svg>

React

import type { SVGProps } from "react";

export function UilPricetagAlt(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" d="M7 6a1 1 0 1 0 1 1a1 1 0 0 0-1-1m14.71 5.78l-9.48-9.46A1 1 0 0 0 11.5 2h-6a1 1 0 0 0-.71.29l-2.5 2.49a1 1 0 0 0-.29.71v6a1.05 1.05 0 0 0 .29.71l9.49 9.5a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l8.51-8.51a1 1 0 0 0 .29-.71a1.05 1.05 0 0 0-.29-.7m-9.22 7.81L4 11.09V5.9L5.9 4h5.18l8.5 8.49Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6a1 1 0 1 0 1 1a1 1 0 0 0-1-1m14.71 5.78l-9.48-9.46A1 1 0 0 0 11.5 2h-6a1 1 0 0 0-.71.29l-2.5 2.49a1 1 0 0 0-.29.71v6a1.05 1.05 0 0 0 .29.71l9.49 9.5a1.05 1.05 0 0 0 .71.29a1 1 0 0 0 .71-.29l8.51-8.51a1 1 0 0 0 .29-.71a1.05 1.05 0 0 0-.29-.7m-9.22 7.81L4 11.09V5.9L5.9 4h5.18l8.5 8.49Z"/></svg>
</template>

CSS

.icon-pricetag-alt {
  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%20d%3D%22M7%206a1%201%200%201%200%201%201a1%201%200%200%200-1-1m14.71%205.78l-9.48-9.46A1%201%200%200%200%2011.5%202h-6a1%201%200%200%200-.71.29l-2.5%202.49a1%201%200%200%200-.29.71v6a1.05%201.05%200%200%200%20.29.71l9.49%209.5a1.05%201.05%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l8.51-8.51a1%201%200%200%200%20.29-.71a1.05%201.05%200%200%200-.29-.7m-9.22%207.81L4%2011.09V5.9L5.9%204h5.18l8.5%208.49Z%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%20d%3D%22M7%206a1%201%200%201%200%201%201a1%201%200%200%200-1-1m14.71%205.78l-9.48-9.46A1%201%200%200%200%2011.5%202h-6a1%201%200%200%200-.71.29l-2.5%202.49a1%201%200%200%200-.29.71v6a1.05%201.05%200%200%200%20.29.71l9.49%209.5a1.05%201.05%200%200%200%20.71.29a1%201%200%200%200%20.71-.29l8.51-8.51a1%201%200%200%200%20.29-.71a1.05%201.05%200%200%200-.29-.7m-9.22%207.81L4%2011.09V5.9L5.9%204h5.18l8.5%208.49Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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