tag-line-duotone from Solar by 480 Design · Line Duotone · Money · CC-BY-4.0 Attribution required.

Name
tag-line-duotone
Set
Solar
Style
Line Duotone
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More money icons from Solar

Use the tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.72848 16.1369C3.18295 14.5914 2.41018 13.8186 2.12264 12.816C1.83509 11.8134 2.08083 10.7485 2.57231 8.61875L2.85574 7.39057C3.26922 5.59881 3.47597 4.70292 4.08944 4.08944C4.70292 3.47597 5.59881 3.26922 7.39057 2.85574L8.61875 2.57231C10.7485 2.08083 11.8134 1.83509 12.816 2.12264C13.8186 2.41018 14.5914 3.18295 16.1369 4.72848L17.9665 6.55812C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55812 17.9665L4.72848 16.1369Z"/><circle cx="8.607" cy="8.879" r="2" opacity=".5" transform="rotate(-45 8.607 8.879)"/><path stroke-linecap="round" d="M11.5417 18.5L18.5208 11.5208" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTagLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4.72848 16.1369C3.18295 14.5914 2.41018 13.8186 2.12264 12.816C1.83509 11.8134 2.08083 10.7485 2.57231 8.61875L2.85574 7.39057C3.26922 5.59881 3.47597 4.70292 4.08944 4.08944C4.70292 3.47597 5.59881 3.26922 7.39057 2.85574L8.61875 2.57231C10.7485 2.08083 11.8134 1.83509 12.816 2.12264C13.8186 2.41018 14.5914 3.18295 16.1369 4.72848L17.9665 6.55812C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55812 17.9665L4.72848 16.1369Z"/><circle cx="8.607" cy="8.879" r="2" opacity=".5" transform="rotate(-45 8.607 8.879)"/><path strokeLinecap="round" d="M11.5417 18.5L18.5208 11.5208" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4.72848 16.1369C3.18295 14.5914 2.41018 13.8186 2.12264 12.816C1.83509 11.8134 2.08083 10.7485 2.57231 8.61875L2.85574 7.39057C3.26922 5.59881 3.47597 4.70292 4.08944 4.08944C4.70292 3.47597 5.59881 3.26922 7.39057 2.85574L8.61875 2.57231C10.7485 2.08083 11.8134 1.83509 12.816 2.12264C13.8186 2.41018 14.5914 3.18295 16.1369 4.72848L17.9665 6.55812C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55812 17.9665L4.72848 16.1369Z"/><circle cx="8.607" cy="8.879" r="2" opacity=".5" transform="rotate(-45 8.607 8.879)"/><path stroke-linecap="round" d="M11.5417 18.5L18.5208 11.5208" opacity=".5"/></g></svg>
</template>

CSS

.icon-tag-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.72848%2016.1369C3.18295%2014.5914%202.41018%2013.8186%202.12264%2012.816C1.83509%2011.8134%202.08083%2010.7485%202.57231%208.61875L2.85574%207.39057C3.26922%205.59881%203.47597%204.70292%204.08944%204.08944C4.70292%203.47597%205.59881%203.26922%207.39057%202.85574L8.61875%202.57231C10.7485%202.08083%2011.8134%201.83509%2012.816%202.12264C13.8186%202.41018%2014.5914%203.18295%2016.1369%204.72848L17.9665%206.55812C20.6555%209.24711%2022%2010.5916%2022%2012.2623C22%2013.933%2020.6555%2015.2775%2017.9665%2017.9665C15.2775%2020.6555%2013.933%2022%2012.2623%2022C10.5916%2022%209.24711%2020.6555%206.55812%2017.9665L4.72848%2016.1369Z%22%2F%3E%3Ccircle%20cx%3D%228.607%22%20cy%3D%228.879%22%20r%3D%222%22%20opacity%3D%22.5%22%20transform%3D%22rotate(-45%208.607%208.879)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5417%2018.5L18.5208%2011.5208%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.72848%2016.1369C3.18295%2014.5914%202.41018%2013.8186%202.12264%2012.816C1.83509%2011.8134%202.08083%2010.7485%202.57231%208.61875L2.85574%207.39057C3.26922%205.59881%203.47597%204.70292%204.08944%204.08944C4.70292%203.47597%205.59881%203.26922%207.39057%202.85574L8.61875%202.57231C10.7485%202.08083%2011.8134%201.83509%2012.816%202.12264C13.8186%202.41018%2014.5914%203.18295%2016.1369%204.72848L17.9665%206.55812C20.6555%209.24711%2022%2010.5916%2022%2012.2623C22%2013.933%2020.6555%2015.2775%2017.9665%2017.9665C15.2775%2020.6555%2013.933%2022%2012.2623%2022C10.5916%2022%209.24711%2020.6555%206.55812%2017.9665L4.72848%2016.1369Z%22%2F%3E%3Ccircle%20cx%3D%228.607%22%20cy%3D%228.879%22%20r%3D%222%22%20opacity%3D%22.5%22%20transform%3D%22rotate(-45%208.607%208.879)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5417%2018.5L18.5208%2011.5208%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/tag-line-duotone.svg?color=%231a73e8&size=48