tags icon
tags from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- tags
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
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 -3 24 24"><path fill="currentColor" d="M11.586 15.071L13 13.657l1.414 1.414l6.165-6.165l1.09-3.552l-2.484-2.483l-1.079.336l-1.598-1.598L18.591.96a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2L22.345 9.97l-7.93 7.93l-2.83-2.828zM14.236.75l2.482 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-7.78-7.778L8.17 1.516L12.227.254a2 2 0 0 1 2.008.496zM3.1 9.414l4.95 4.95l6.164-6.165l1.09-3.552l-2.484-2.483l-3.585 1.115zm7.424-2.475a1.5 1.5 0 1 1 2.121-2.121a1.5 1.5 0 0 1-2.12 2.121zm6.886 1.022l.782-2.878q.674.228.917.518a1.5 1.5 0 0 1-.185 2.113q-.435.366-1.514.247"/></svg>
React
import type { SVGProps } from "react";
export function JamTags(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -3 24 24"><path fill="currentColor" d="M11.586 15.071L13 13.657l1.414 1.414l6.165-6.165l1.09-3.552l-2.484-2.483l-1.079.336l-1.598-1.598L18.591.96a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2L22.345 9.97l-7.93 7.93l-2.83-2.828zM14.236.75l2.482 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-7.78-7.778L8.17 1.516L12.227.254a2 2 0 0 1 2.008.496zM3.1 9.414l4.95 4.95l6.164-6.165l1.09-3.552l-2.484-2.483l-3.585 1.115zm7.424-2.475a1.5 1.5 0 1 1 2.121-2.121a1.5 1.5 0 0 1-2.12 2.121zm6.886 1.022l.782-2.878q.674.228.917.518a1.5 1.5 0 0 1-.185 2.113q-.435.366-1.514.247"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -3 24 24"><path fill="currentColor" d="M11.586 15.071L13 13.657l1.414 1.414l6.165-6.165l1.09-3.552l-2.484-2.483l-1.079.336l-1.598-1.598L18.591.96a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2L22.345 9.97l-7.93 7.93l-2.83-2.828zM14.236.75l2.482 2.483a2 2 0 0 1 .498 2l-1.235 4.028l-7.93 7.931l-7.78-7.778L8.17 1.516L12.227.254a2 2 0 0 1 2.008.496zM3.1 9.414l4.95 4.95l6.164-6.165l1.09-3.552l-2.484-2.483l-3.585 1.115zm7.424-2.475a1.5 1.5 0 1 1 2.121-2.121a1.5 1.5 0 0 1-2.12 2.121zm6.886 1.022l.782-2.878q.674.228.917.518a1.5 1.5 0 0 1-.185 2.113q-.435.366-1.514.247"/></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%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.586%2015.071L13%2013.657l1.414%201.414l6.165-6.165l1.09-3.552l-2.484-2.483l-1.079.336l-1.598-1.598L18.591.96a2%202%200%200%201%202.008.496l2.483%202.483a2%202%200%200%201%20.498%202L22.345%209.97l-7.93%207.93l-2.83-2.828zM14.236.75l2.482%202.483a2%202%200%200%201%20.498%202l-1.235%204.028l-7.93%207.931l-7.78-7.778L8.17%201.516L12.227.254a2%202%200%200%201%202.008.496zM3.1%209.414l4.95%204.95l6.164-6.165l1.09-3.552l-2.484-2.483l-3.585%201.115zm7.424-2.475a1.5%201.5%200%201%201%202.121-2.121a1.5%201.5%200%200%201-2.12%202.121zm6.886%201.022l.782-2.878q.674.228.917.518a1.5%201.5%200%200%201-.185%202.113q-.435.366-1.514.247%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%20-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.586%2015.071L13%2013.657l1.414%201.414l6.165-6.165l1.09-3.552l-2.484-2.483l-1.079.336l-1.598-1.598L18.591.96a2%202%200%200%201%202.008.496l2.483%202.483a2%202%200%200%201%20.498%202L22.345%209.97l-7.93%207.93l-2.83-2.828zM14.236.75l2.482%202.483a2%202%200%200%201%20.498%202l-1.235%204.028l-7.93%207.931l-7.78-7.778L8.17%201.516L12.227.254a2%202%200%200%201%202.008.496zM3.1%209.414l4.95%204.95l6.164-6.165l1.09-3.552l-2.484-2.483l-3.585%201.115zm7.424-2.475a1.5%201.5%200%201%201%202.121-2.121a1.5%201.5%200%200%201-2.12%202.121zm6.886%201.022l.782-2.878q.674.228.917.518a1.5%201.5%200%200%201-.185%202.113q-.435.366-1.514.247%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/tags.svg?color=%231a73e8&size=48