tag horizontal icon
tag-horizontal-linear from Solar by 480 Design · Linear · Money · CC-BY-4.0 Attribution required.
- Name
- tag-horizontal-linear
- Set
- Solar
- Style
- Linear
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 horizontal 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-linecap="round" stroke-width="1.5"><path d="M10.721 21H13.358C15.5854 21 16.6992 21 17.6289 20.4672C18.5586 19.9345 19.1488 18.958 20.3294 17.005L21.0102 15.8787C22.0034 14.2357 22.5 13.4142 22.5 12.5C22.5 11.5858 22.0034 10.7643 21.0102 9.12126L20.3294 7.99501C19.1488 6.04203 18.5586 5.06554 17.6289 4.53277C16.6992 4 15.5854 4 13.358 4H10.721C6.84561 4 4.90789 4 3.70394 5.2448C2.5 6.48959 2.5 8.49306 2.5 12.5C2.5 16.5069 2.5 18.5104 3.70394 19.7552C4.90789 21 6.8456 21 10.721 21Z"/><path d="M7.5 7.99512V17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTagHorizontalLinear(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" strokeLinecap="round" strokeWidth="1.5"><path d="M10.721 21H13.358C15.5854 21 16.6992 21 17.6289 20.4672C18.5586 19.9345 19.1488 18.958 20.3294 17.005L21.0102 15.8787C22.0034 14.2357 22.5 13.4142 22.5 12.5C22.5 11.5858 22.0034 10.7643 21.0102 9.12126L20.3294 7.99501C19.1488 6.04203 18.5586 5.06554 17.6289 4.53277C16.6992 4 15.5854 4 13.358 4H10.721C6.84561 4 4.90789 4 3.70394 5.2448C2.5 6.48959 2.5 8.49306 2.5 12.5C2.5 16.5069 2.5 18.5104 3.70394 19.7552C4.90789 21 6.8456 21 10.721 21Z"/><path d="M7.5 7.99512V17"/></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-linecap="round" stroke-width="1.5"><path d="M10.721 21H13.358C15.5854 21 16.6992 21 17.6289 20.4672C18.5586 19.9345 19.1488 18.958 20.3294 17.005L21.0102 15.8787C22.0034 14.2357 22.5 13.4142 22.5 12.5C22.5 11.5858 22.0034 10.7643 21.0102 9.12126L20.3294 7.99501C19.1488 6.04203 18.5586 5.06554 17.6289 4.53277C16.6992 4 15.5854 4 13.358 4H10.721C6.84561 4 4.90789 4 3.70394 5.2448C2.5 6.48959 2.5 8.49306 2.5 12.5C2.5 16.5069 2.5 18.5104 3.70394 19.7552C4.90789 21 6.8456 21 10.721 21Z"/><path d="M7.5 7.99512V17"/></g></svg> </template>
CSS
.icon-tag-horizontal-linear {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.721%2021H13.358C15.5854%2021%2016.6992%2021%2017.6289%2020.4672C18.5586%2019.9345%2019.1488%2018.958%2020.3294%2017.005L21.0102%2015.8787C22.0034%2014.2357%2022.5%2013.4142%2022.5%2012.5C22.5%2011.5858%2022.0034%2010.7643%2021.0102%209.12126L20.3294%207.99501C19.1488%206.04203%2018.5586%205.06554%2017.6289%204.53277C16.6992%204%2015.5854%204%2013.358%204H10.721C6.84561%204%204.90789%204%203.70394%205.2448C2.5%206.48959%202.5%208.49306%202.5%2012.5C2.5%2016.5069%202.5%2018.5104%203.70394%2019.7552C4.90789%2021%206.8456%2021%2010.721%2021Z%22%2F%3E%3Cpath%20d%3D%22M7.5%207.99512V17%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.721%2021H13.358C15.5854%2021%2016.6992%2021%2017.6289%2020.4672C18.5586%2019.9345%2019.1488%2018.958%2020.3294%2017.005L21.0102%2015.8787C22.0034%2014.2357%2022.5%2013.4142%2022.5%2012.5C22.5%2011.5858%2022.0034%2010.7643%2021.0102%209.12126L20.3294%207.99501C19.1488%206.04203%2018.5586%205.06554%2017.6289%204.53277C16.6992%204%2015.5854%204%2013.358%204H10.721C6.84561%204%204.90789%204%203.70394%205.2448C2.5%206.48959%202.5%208.49306%202.5%2012.5C2.5%2016.5069%202.5%2018.5104%203.70394%2019.7552C4.90789%2021%206.8456%2021%2010.721%2021Z%22%2F%3E%3Cpath%20d%3D%22M7.5%207.99512V17%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-horizontal-linear.svg?color=%231a73e8&size=48