tag icon
tag-bold-duotone from Solar by 480 Design · Bold Duotone · Money · CC-BY-4.0 Attribution required.
- Name
- tag-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
tagAkar Iconstag-filledAnt Design IconstagBootstrap IconstagBoxIcons v2tagBoxIcons v2 SolidtagCarbontagCodiconstagFramework7 IconstagFont Awesome 6 SolidtagFont Awesome SolidtagFeather Iconstag-outlineFlowbite Iconstag-16-filledFluent UI System Iconstagcss.ggtagHeroIconstagHumbleiconstagIconParktagIconPark OutlinetagIconPark SolidtagIconPark TwoTonetagJam IconstagLine AwesometagLucidetagMage Icons
More money icons from Solar
banknote-2-boldbanknote-boldbill-boldbill-check-boldbill-cross-boldbill-list-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-boldcash-out-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldmoney-roll-boldruble-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-bold
Use the tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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.5988 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.55812L17.9665 6.55813C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665L17.9665 17.9665L17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55813 17.9665L6.55812 17.9665L4.72848 16.1369Z" opacity=".5"/><path d="M10.1235 7.27135C10.911 8.05894 10.911 9.33587 10.1235 10.1235C9.33587 10.911 8.05894 10.911 7.27135 10.1235C6.48377 9.33587 6.48377 8.05894 7.27135 7.27135C8.05894 6.48377 9.33587 6.48377 10.1235 7.27135Z"/><path d="M19.0512 12.0514L12.0721 19.0307C11.7793 19.3236 11.3044 19.3236 11.0115 19.0307C10.7186 18.7378 10.7186 18.263 11.0115 17.9701L17.9905 10.9908C18.2834 10.6979 18.7582 10.6979 19.0511 10.9908C19.344 11.2837 19.344 11.7586 19.0512 12.0514Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTagBoldDuotone(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="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.5988 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.55812L17.9665 6.55813C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665L17.9665 17.9665L17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55813 17.9665L6.55812 17.9665L4.72848 16.1369Z" opacity=".5"/><path d="M10.1235 7.27135C10.911 8.05894 10.911 9.33587 10.1235 10.1235C9.33587 10.911 8.05894 10.911 7.27135 10.1235C6.48377 9.33587 6.48377 8.05894 7.27135 7.27135C8.05894 6.48377 9.33587 6.48377 10.1235 7.27135Z"/><path d="M19.0512 12.0514L12.0721 19.0307C11.7793 19.3236 11.3044 19.3236 11.0115 19.0307C10.7186 18.7378 10.7186 18.263 11.0115 17.9701L17.9905 10.9908C18.2834 10.6979 18.7582 10.6979 19.0511 10.9908C19.344 11.2837 19.344 11.7586 19.0512 12.0514Z"/></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="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.5988 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.55812L17.9665 6.55813C20.6555 9.24711 22 10.5916 22 12.2623C22 13.933 20.6555 15.2775 17.9665 17.9665L17.9665 17.9665L17.9665 17.9665C15.2775 20.6555 13.933 22 12.2623 22C10.5916 22 9.24711 20.6555 6.55813 17.9665L6.55812 17.9665L4.72848 16.1369Z" opacity=".5"/><path d="M10.1235 7.27135C10.911 8.05894 10.911 9.33587 10.1235 10.1235C9.33587 10.911 8.05894 10.911 7.27135 10.1235C6.48377 9.33587 6.48377 8.05894 7.27135 7.27135C8.05894 6.48377 9.33587 6.48377 10.1235 7.27135Z"/><path d="M19.0512 12.0514L12.0721 19.0307C11.7793 19.3236 11.3044 19.3236 11.0115 19.0307C10.7186 18.7378 10.7186 18.263 11.0115 17.9701L17.9905 10.9908C18.2834 10.6979 18.7582 10.6979 19.0511 10.9908C19.344 11.2837 19.344 11.7586 19.0512 12.0514Z"/></g></svg> </template>
CSS
.icon-tag-bold-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%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.5988%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.55812L17.9665%206.55813C20.6555%209.24711%2022%2010.5916%2022%2012.2623C22%2013.933%2020.6555%2015.2775%2017.9665%2017.9665L17.9665%2017.9665L17.9665%2017.9665C15.2775%2020.6555%2013.933%2022%2012.2623%2022C10.5916%2022%209.24711%2020.6555%206.55813%2017.9665L6.55812%2017.9665L4.72848%2016.1369Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.1235%207.27135C10.911%208.05894%2010.911%209.33587%2010.1235%2010.1235C9.33587%2010.911%208.05894%2010.911%207.27135%2010.1235C6.48377%209.33587%206.48377%208.05894%207.27135%207.27135C8.05894%206.48377%209.33587%206.48377%2010.1235%207.27135Z%22%2F%3E%3Cpath%20d%3D%22M19.0512%2012.0514L12.0721%2019.0307C11.7793%2019.3236%2011.3044%2019.3236%2011.0115%2019.0307C10.7186%2018.7378%2010.7186%2018.263%2011.0115%2017.9701L17.9905%2010.9908C18.2834%2010.6979%2018.7582%2010.6979%2019.0511%2010.9908C19.344%2011.2837%2019.344%2011.7586%2019.0512%2012.0514Z%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%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.5988%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.55812L17.9665%206.55813C20.6555%209.24711%2022%2010.5916%2022%2012.2623C22%2013.933%2020.6555%2015.2775%2017.9665%2017.9665L17.9665%2017.9665L17.9665%2017.9665C15.2775%2020.6555%2013.933%2022%2012.2623%2022C10.5916%2022%209.24711%2020.6555%206.55813%2017.9665L6.55812%2017.9665L4.72848%2016.1369Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.1235%207.27135C10.911%208.05894%2010.911%209.33587%2010.1235%2010.1235C9.33587%2010.911%208.05894%2010.911%207.27135%2010.1235C6.48377%209.33587%206.48377%208.05894%207.27135%207.27135C8.05894%206.48377%209.33587%206.48377%2010.1235%207.27135Z%22%2F%3E%3Cpath%20d%3D%22M19.0512%2012.0514L12.0721%2019.0307C11.7793%2019.3236%2011.3044%2019.3236%2011.0115%2019.0307C10.7186%2018.7378%2010.7186%2018.263%2011.0115%2017.9701L17.9905%2010.9908C18.2834%2010.6979%2018.7582%2010.6979%2019.0511%2010.9908C19.344%2011.2837%2019.344%2011.7586%2019.0512%2012.0514Z%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-bold-duotone.svg?color=%231a73e8&size=48