tag icon
tag from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- tag
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
tagAkar Iconstag-filledAnt Design IconstagBootstrap IconstagBoxIcons v2tagBoxIcons v2 SolidtagCarbontagCodiconstagFont Awesome 6 SolidtagFont Awesome SolidtagFeather Iconstag-outlineFlowbite Iconstag-16-filledFluent UI System Iconstagcss.ggtagHeroIconstagHumbleiconstagIconParktagIconPark OutlinetagIconPark SolidtagIconPark TwoTonetagJam IconstagLine AwesometagLucidetagMage IconstagMajesticons
Related icons in Framework7 Icons
Use the tag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.113 51.215c3.352 3.351 6.797 3.398 10.243-.024L51.19 36.38c3.422-3.422 3.375-6.89.024-10.242L28.293 3.262c-1.758-1.758-2.742-1.875-5.227-1.875H14.16c-2.484 0-3.258.61-5.015 2.367l-5.391 5.39c-1.781 1.782-2.367 2.555-2.367 5.04v8.906c0 2.46.093 3.469 1.875 5.226Zm2.532-2.836L5.91 25.645c-.469-.47-.75-.961-.75-1.735v-9.89c0-.727.258-1.22.75-1.711l6.375-6.375c.516-.493.985-.774 1.735-.774h9.867c.797 0 1.265.305 1.758.774l22.734 22.71c1.664 1.665 1.71 3.47-.023 5.18L33.823 48.356c-1.71 1.734-3.515 1.71-5.18.023M16.902 20.137c1.828 0 3.211-1.43 3.211-3.211c0-1.805-1.383-3.211-3.21-3.211c-1.829 0-3.212 1.406-3.212 3.21c0 1.782 1.383 3.212 3.211 3.212"/></svg>
React
import type { SVGProps } from "react";
export function F7Tag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.113 51.215c3.352 3.351 6.797 3.398 10.243-.024L51.19 36.38c3.422-3.422 3.375-6.89.024-10.242L28.293 3.262c-1.758-1.758-2.742-1.875-5.227-1.875H14.16c-2.484 0-3.258.61-5.015 2.367l-5.391 5.39c-1.781 1.782-2.367 2.555-2.367 5.04v8.906c0 2.46.093 3.469 1.875 5.226Zm2.532-2.836L5.91 25.645c-.469-.47-.75-.961-.75-1.735v-9.89c0-.727.258-1.22.75-1.711l6.375-6.375c.516-.493.985-.774 1.735-.774h9.867c.797 0 1.265.305 1.758.774l22.734 22.71c1.664 1.665 1.71 3.47-.023 5.18L33.823 48.356c-1.71 1.734-3.515 1.71-5.18.023M16.902 20.137c1.828 0 3.211-1.43 3.211-3.211c0-1.805-1.383-3.211-3.21-3.211c-1.829 0-3.212 1.406-3.212 3.21c0 1.782 1.383 3.212 3.211 3.212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M26.113 51.215c3.352 3.351 6.797 3.398 10.243-.024L51.19 36.38c3.422-3.422 3.375-6.89.024-10.242L28.293 3.262c-1.758-1.758-2.742-1.875-5.227-1.875H14.16c-2.484 0-3.258.61-5.015 2.367l-5.391 5.39c-1.781 1.782-2.367 2.555-2.367 5.04v8.906c0 2.46.093 3.469 1.875 5.226Zm2.532-2.836L5.91 25.645c-.469-.47-.75-.961-.75-1.735v-9.89c0-.727.258-1.22.75-1.711l6.375-6.375c.516-.493.985-.774 1.735-.774h9.867c.797 0 1.265.305 1.758.774l22.734 22.71c1.664 1.665 1.71 3.47-.023 5.18L33.823 48.356c-1.71 1.734-3.515 1.71-5.18.023M16.902 20.137c1.828 0 3.211-1.43 3.211-3.211c0-1.805-1.383-3.211-3.21-3.211c-1.829 0-3.212 1.406-3.212 3.21c0 1.782 1.383 3.212 3.211 3.212"/></svg> </template>
CSS
.icon-tag {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.113%2051.215c3.352%203.351%206.797%203.398%2010.243-.024L51.19%2036.38c3.422-3.422%203.375-6.89.024-10.242L28.293%203.262c-1.758-1.758-2.742-1.875-5.227-1.875H14.16c-2.484%200-3.258.61-5.015%202.367l-5.391%205.39c-1.781%201.782-2.367%202.555-2.367%205.04v8.906c0%202.46.093%203.469%201.875%205.226Zm2.532-2.836L5.91%2025.645c-.469-.47-.75-.961-.75-1.735v-9.89c0-.727.258-1.22.75-1.711l6.375-6.375c.516-.493.985-.774%201.735-.774h9.867c.797%200%201.265.305%201.758.774l22.734%2022.71c1.664%201.665%201.71%203.47-.023%205.18L33.823%2048.356c-1.71%201.734-3.515%201.71-5.18.023M16.902%2020.137c1.828%200%203.211-1.43%203.211-3.211c0-1.805-1.383-3.211-3.21-3.211c-1.829%200-3.212%201.406-3.212%203.21c0%201.782%201.383%203.212%203.211%203.212%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.113%2051.215c3.352%203.351%206.797%203.398%2010.243-.024L51.19%2036.38c3.422-3.422%203.375-6.89.024-10.242L28.293%203.262c-1.758-1.758-2.742-1.875-5.227-1.875H14.16c-2.484%200-3.258.61-5.015%202.367l-5.391%205.39c-1.781%201.782-2.367%202.555-2.367%205.04v8.906c0%202.46.093%203.469%201.875%205.226Zm2.532-2.836L5.91%2025.645c-.469-.47-.75-.961-.75-1.735v-9.89c0-.727.258-1.22.75-1.711l6.375-6.375c.516-.493.985-.774%201.735-.774h9.867c.797%200%201.265.305%201.758.774l22.734%2022.71c1.664%201.665%201.71%203.47-.023%205.18L33.823%2048.356c-1.71%201.734-3.515%201.71-5.18.023M16.902%2020.137c1.828%200%203.211-1.43%203.211-3.211c0-1.805-1.383-3.211-3.21-3.211c-1.829%200-3.212%201.406-3.212%203.21c0%201.782%201.383%203.212%203.211%203.212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tag.svg?color=%231a73e8&size=48