tag2 icon
tag2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- tag2
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the tag2 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 stroke-linejoin="round" d="m4.405 15.526l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.78 4.78 0 0 0 0-6.75l-4.54-4.52a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.35.45 2.66 1.4 3.61"/><path d="M9.735 12.226a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5Z"/><path stroke-linejoin="round" stroke-miterlimit="10" d="m13.235 17.226l4-4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTag2(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 strokeLinejoin="round" d="m4.405 15.526l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.78 4.78 0 0 0 0-6.75l-4.54-4.52a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.35.45 2.66 1.4 3.61"/><path d="M9.735 12.226a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5Z"/><path strokeLinejoin="round" strokeMiterlimit="10" d="m13.235 17.226l4-4"/></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 stroke-linejoin="round" d="m4.405 15.526l4.53 4.53a4.78 4.78 0 0 0 6.75 0l4.39-4.39a4.78 4.78 0 0 0 0-6.75l-4.54-4.52a4.75 4.75 0 0 0-3.6-1.39l-5 .24c-2 .09-3.59 1.68-3.69 3.67l-.24 5c-.06 1.35.45 2.66 1.4 3.61"/><path d="M9.735 12.226a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5Z"/><path stroke-linejoin="round" stroke-miterlimit="10" d="m13.235 17.226l4-4"/></g></svg> </template>
CSS
.icon-tag2 {
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%20stroke-linejoin%3D%22round%22%20d%3D%22m4.405%2015.526l4.53%204.53a4.78%204.78%200%200%200%206.75%200l4.39-4.39a4.78%204.78%200%200%200%200-6.75l-4.54-4.52a4.75%204.75%200%200%200-3.6-1.39l-5%20.24c-2%20.09-3.59%201.68-3.69%203.67l-.24%205c-.06%201.35.45%202.66%201.4%203.61%22%2F%3E%3Cpath%20d%3D%22M9.735%2012.226a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m13.235%2017.226l4-4%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%20stroke-linejoin%3D%22round%22%20d%3D%22m4.405%2015.526l4.53%204.53a4.78%204.78%200%200%200%206.75%200l4.39-4.39a4.78%204.78%200%200%200%200-6.75l-4.54-4.52a4.75%204.75%200%200%200-3.6-1.39l-5%20.24c-2%20.09-3.59%201.68-3.69%203.67l-.24%205c-.06%201.35.45%202.66%201.4%203.61%22%2F%3E%3Cpath%20d%3D%22M9.735%2012.226a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22m13.235%2017.226l4-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tag2.svg?color=%231a73e8&size=48