tags icon
tags from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- tags
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tags icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.07 10.3l-6-6a.75.75 0 0 0-.53-.22H3c-.41 0-.75.34-.75.75v7.88c0 .2.08.39.22.53l6 5.99a2.3 2.3 0 0 0 1.64.68c.62 0 1.21-.24 1.64-.68l.22-.22c.04.08.08.16.15.22a2.326 2.326 0 0 0 3.29 0l5.65-5.65c.9-.9.9-2.37 0-3.28ZM10.7 18.17c-.16.16-.36.24-.58.24s-.43-.09-.58-.24L3.75 12.4V5.58h6.82l5.78 5.78c.32.32.32.84 0 1.16zm9.31-5.65l-5.65 5.65c-.32.32-.85.32-1.17 0a.7.7 0 0 0-.23-.15l4.44-4.44c.9-.91.9-2.38 0-3.28l-4.72-4.72h1.54L20 11.36c.32.32.32.84 0 1.16ZM8.25 8.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg>
React
import type { SVGProps } from "react";
export function PrimeTags(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="m21.07 10.3l-6-6a.75.75 0 0 0-.53-.22H3c-.41 0-.75.34-.75.75v7.88c0 .2.08.39.22.53l6 5.99a2.3 2.3 0 0 0 1.64.68c.62 0 1.21-.24 1.64-.68l.22-.22c.04.08.08.16.15.22a2.326 2.326 0 0 0 3.29 0l5.65-5.65c.9-.9.9-2.37 0-3.28ZM10.7 18.17c-.16.16-.36.24-.58.24s-.43-.09-.58-.24L3.75 12.4V5.58h6.82l5.78 5.78c.32.32.32.84 0 1.16zm9.31-5.65l-5.65 5.65c-.32.32-.85.32-1.17 0a.7.7 0 0 0-.23-.15l4.44-4.44c.9-.91.9-2.38 0-3.28l-4.72-4.72h1.54L20 11.36c.32.32.32.84 0 1.16ZM8.25 8.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.07 10.3l-6-6a.75.75 0 0 0-.53-.22H3c-.41 0-.75.34-.75.75v7.88c0 .2.08.39.22.53l6 5.99a2.3 2.3 0 0 0 1.64.68c.62 0 1.21-.24 1.64-.68l.22-.22c.04.08.08.16.15.22a2.326 2.326 0 0 0 3.29 0l5.65-5.65c.9-.9.9-2.37 0-3.28ZM10.7 18.17c-.16.16-.36.24-.58.24s-.43-.09-.58-.24L3.75 12.4V5.58h6.82l5.78 5.78c.32.32.32.84 0 1.16zm9.31-5.65l-5.65 5.65c-.32.32-.85.32-1.17 0a.7.7 0 0 0-.23-.15l4.44-4.44c.9-.91.9-2.38 0-3.28l-4.72-4.72h1.54L20 11.36c.32.32.32.84 0 1.16ZM8.25 8.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/></svg> </template>
CSS
.icon-tags {
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%22m21.07%2010.3l-6-6a.75.75%200%200%200-.53-.22H3c-.41%200-.75.34-.75.75v7.88c0%20.2.08.39.22.53l6%205.99a2.3%202.3%200%200%200%201.64.68c.62%200%201.21-.24%201.64-.68l.22-.22c.04.08.08.16.15.22a2.326%202.326%200%200%200%203.29%200l5.65-5.65c.9-.9.9-2.37%200-3.28ZM10.7%2018.17c-.16.16-.36.24-.58.24s-.43-.09-.58-.24L3.75%2012.4V5.58h6.82l5.78%205.78c.32.32.32.84%200%201.16zm9.31-5.65l-5.65%205.65c-.32.32-.85.32-1.17%200a.7.7%200%200%200-.23-.15l4.44-4.44c.9-.91.9-2.38%200-3.28l-4.72-4.72h1.54L20%2011.36c.32.32.32.84%200%201.16ZM8.25%208.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%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%22m21.07%2010.3l-6-6a.75.75%200%200%200-.53-.22H3c-.41%200-.75.34-.75.75v7.88c0%20.2.08.39.22.53l6%205.99a2.3%202.3%200%200%200%201.64.68c.62%200%201.21-.24%201.64-.68l.22-.22c.04.08.08.16.15.22a2.326%202.326%200%200%200%203.29%200l5.65-5.65c.9-.9.9-2.37%200-3.28ZM10.7%2018.17c-.16.16-.36.24-.58.24s-.43-.09-.58-.24L3.75%2012.4V5.58h6.82l5.78%205.78c.32.32.32.84%200%201.16zm9.31-5.65l-5.65%205.65c-.32.32-.85.32-1.17%200a.7.7%200%200%200-.23-.15l4.44-4.44c.9-.91.9-2.38%200-3.28l-4.72-4.72h1.54L20%2011.36c.32.32.32.84%200%201.16ZM8.25%208.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/tags.svg?color=%231a73e8&size=48