tag horizontal end icon
tag-horizontal-end-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- tag-horizontal-end-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the tag horizontal end icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".4" d="M2 3C1.4477 3 1 3.4477 1 4L1 20C1 20.5523 1.4477 21 2 21L14.8284 21C15.1126 21 15.3833 20.8791 15.573 20.6675L22.7446 12.6675C23.0851 12.2876 23.0851 11.7124 22.7446 11.3325L15.573 3.3325C15.3833 3.1209 15.1126 3 14.8284 3L2 3Z"/><path d="M13.5 12C13.5 12.8284 14.1716 13.5 15 13.5C15.8284 13.5 16.5 12.8284 16.5 12C16.5 11.1716 15.8284 10.5 15 10.5C14.1716 10.5 13.5 11.1716 13.5 12Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsTagHorizontalEndSharpDuotone(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 fillOpacity=".4" d="M2 3C1.4477 3 1 3.4477 1 4L1 20C1 20.5523 1.4477 21 2 21L14.8284 21C15.1126 21 15.3833 20.8791 15.573 20.6675L22.7446 12.6675C23.0851 12.2876 23.0851 11.7124 22.7446 11.3325L15.573 3.3325C15.3833 3.1209 15.1126 3 14.8284 3L2 3Z"/><path d="M13.5 12C13.5 12.8284 14.1716 13.5 15 13.5C15.8284 13.5 16.5 12.8284 16.5 12C16.5 11.1716 15.8284 10.5 15 10.5C14.1716 10.5 13.5 11.1716 13.5 12Z"/></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 fill-opacity=".4" d="M2 3C1.4477 3 1 3.4477 1 4L1 20C1 20.5523 1.4477 21 2 21L14.8284 21C15.1126 21 15.3833 20.8791 15.573 20.6675L22.7446 12.6675C23.0851 12.2876 23.0851 11.7124 22.7446 11.3325L15.573 3.3325C15.3833 3.1209 15.1126 3 14.8284 3L2 3Z"/><path d="M13.5 12C13.5 12.8284 14.1716 13.5 15 13.5C15.8284 13.5 16.5 12.8284 16.5 12C16.5 11.1716 15.8284 10.5 15 10.5C14.1716 10.5 13.5 11.1716 13.5 12Z"/></g></svg> </template>
CSS
.icon-tag-horizontal-end-sharp-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%20fill-opacity%3D%22.4%22%20d%3D%22M2%203C1.4477%203%201%203.4477%201%204L1%2020C1%2020.5523%201.4477%2021%202%2021L14.8284%2021C15.1126%2021%2015.3833%2020.8791%2015.573%2020.6675L22.7446%2012.6675C23.0851%2012.2876%2023.0851%2011.7124%2022.7446%2011.3325L15.573%203.3325C15.3833%203.1209%2015.1126%203%2014.8284%203L2%203Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2012C13.5%2012.8284%2014.1716%2013.5%2015%2013.5C15.8284%2013.5%2016.5%2012.8284%2016.5%2012C16.5%2011.1716%2015.8284%2010.5%2015%2010.5C14.1716%2010.5%2013.5%2011.1716%2013.5%2012Z%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%20fill-opacity%3D%22.4%22%20d%3D%22M2%203C1.4477%203%201%203.4477%201%204L1%2020C1%2020.5523%201.4477%2021%202%2021L14.8284%2021C15.1126%2021%2015.3833%2020.8791%2015.573%2020.6675L22.7446%2012.6675C23.0851%2012.2876%2023.0851%2011.7124%2022.7446%2011.3325L15.573%203.3325C15.3833%203.1209%2015.1126%203%2014.8284%203L2%203Z%22%2F%3E%3Cpath%20d%3D%22M13.5%2012C13.5%2012.8284%2014.1716%2013.5%2015%2013.5C15.8284%2013.5%2016.5%2012.8284%2016.5%2012C16.5%2011.1716%2015.8284%2010.5%2015%2010.5C14.1716%2010.5%2013.5%2011.1716%2013.5%2012Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/tag-horizontal-end-sharp-duotone.svg?color=%231a73e8&size=48