tags icon
tags-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- tags-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All tags icons →More ui icons from Reicon
Use the tags icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.085 10.751a1 1 0 0 1-.708-.293l-7.694-7.694a.33.33 0 0 0-.235-.097H5a1 1 0 0 1 0-2h7.448c.617 0 1.22.25 1.652.686l7.692 7.691a1 1 0 0 1-.707 1.707"/><path d="M18.906 12.159L12.1 5.353a2.34 2.34 0 0 0-1.652-.686H3a1 1 0 0 0-1 1v7.448c0 .621.242 1.207.684 1.65l6.808 6.808c.715.714 1.654 1.072 2.593 1.072s1.877-.358 2.592-1.072l4.23-4.23a3.67 3.67 0 0 0 0-5.184ZM7.666 12a1.667 1.667 0 1 1 0-3.333a1.667 1.667 0 0 1 0 3.333"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTagsFilled(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 d="M21.085 10.751a1 1 0 0 1-.708-.293l-7.694-7.694a.33.33 0 0 0-.235-.097H5a1 1 0 0 1 0-2h7.448c.617 0 1.22.25 1.652.686l7.692 7.691a1 1 0 0 1-.707 1.707"/><path d="M18.906 12.159L12.1 5.353a2.34 2.34 0 0 0-1.652-.686H3a1 1 0 0 0-1 1v7.448c0 .621.242 1.207.684 1.65l6.808 6.808c.715.714 1.654 1.072 2.593 1.072s1.877-.358 2.592-1.072l4.23-4.23a3.67 3.67 0 0 0 0-5.184ZM7.666 12a1.667 1.667 0 1 1 0-3.333a1.667 1.667 0 0 1 0 3.333"/></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 d="M21.085 10.751a1 1 0 0 1-.708-.293l-7.694-7.694a.33.33 0 0 0-.235-.097H5a1 1 0 0 1 0-2h7.448c.617 0 1.22.25 1.652.686l7.692 7.691a1 1 0 0 1-.707 1.707"/><path d="M18.906 12.159L12.1 5.353a2.34 2.34 0 0 0-1.652-.686H3a1 1 0 0 0-1 1v7.448c0 .621.242 1.207.684 1.65l6.808 6.808c.715.714 1.654 1.072 2.593 1.072s1.877-.358 2.592-1.072l4.23-4.23a3.67 3.67 0 0 0 0-5.184ZM7.666 12a1.667 1.667 0 1 1 0-3.333a1.667 1.667 0 0 1 0 3.333"/></g></svg> </template>
CSS
.icon-tags-filled {
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%20d%3D%22M21.085%2010.751a1%201%200%200%201-.708-.293l-7.694-7.694a.33.33%200%200%200-.235-.097H5a1%201%200%200%201%200-2h7.448c.617%200%201.22.25%201.652.686l7.692%207.691a1%201%200%200%201-.707%201.707%22%2F%3E%3Cpath%20d%3D%22M18.906%2012.159L12.1%205.353a2.34%202.34%200%200%200-1.652-.686H3a1%201%200%200%200-1%201v7.448c0%20.621.242%201.207.684%201.65l6.808%206.808c.715.714%201.654%201.072%202.593%201.072s1.877-.358%202.592-1.072l4.23-4.23a3.67%203.67%200%200%200%200-5.184ZM7.666%2012a1.667%201.667%200%201%201%200-3.333a1.667%201.667%200%200%201%200%203.333%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%20d%3D%22M21.085%2010.751a1%201%200%200%201-.708-.293l-7.694-7.694a.33.33%200%200%200-.235-.097H5a1%201%200%200%201%200-2h7.448c.617%200%201.22.25%201.652.686l7.692%207.691a1%201%200%200%201-.707%201.707%22%2F%3E%3Cpath%20d%3D%22M18.906%2012.159L12.1%205.353a2.34%202.34%200%200%200-1.652-.686H3a1%201%200%200%200-1%201v7.448c0%20.621.242%201.207.684%201.65l6.808%206.808c.715.714%201.654%201.072%202.593%201.072s1.877-.358%202.592-1.072l4.23-4.23a3.67%203.67%200%200%200%200-5.184ZM7.666%2012a1.667%201.667%200%201%201%200-3.333a1.667%201.667%200%200%201%200%203.333%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/tags-filled.svg?color=%231a73e8&size=48