tag x icon
tag-x from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- tag-x
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
Use the tag x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.842 6.218a2 2 0 0 0-.424-.628A2 2 0 0 0 20 5H8c-.297 0-.578.132-.769.359l-5 6c-.309.371-.309.91 0 1.281l5 6c.191.228.472.36.769.36h12a1.98 1.98 0 0 0 1.41-.582A2 2 0 0 0 22 17V7q0-.398-.158-.782m-4.135 8.075l-1.414 1.414L14 13.414l-2.293 2.293l-1.414-1.414L12.586 12l-2.293-2.293l1.414-1.414L14 10.586l2.293-2.293l1.414 1.414L15.414 12z"/></svg>
React
import type { SVGProps } from "react";
export function BxsTagX(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.842 6.218a2 2 0 0 0-.424-.628A2 2 0 0 0 20 5H8c-.297 0-.578.132-.769.359l-5 6c-.309.371-.309.91 0 1.281l5 6c.191.228.472.36.769.36h12a1.98 1.98 0 0 0 1.41-.582A2 2 0 0 0 22 17V7q0-.398-.158-.782m-4.135 8.075l-1.414 1.414L14 13.414l-2.293 2.293l-1.414-1.414L12.586 12l-2.293-2.293l1.414-1.414L14 10.586l2.293-2.293l1.414 1.414L15.414 12z"/></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.842 6.218a2 2 0 0 0-.424-.628A2 2 0 0 0 20 5H8c-.297 0-.578.132-.769.359l-5 6c-.309.371-.309.91 0 1.281l5 6c.191.228.472.36.769.36h12a1.98 1.98 0 0 0 1.41-.582A2 2 0 0 0 22 17V7q0-.398-.158-.782m-4.135 8.075l-1.414 1.414L14 13.414l-2.293 2.293l-1.414-1.414L12.586 12l-2.293-2.293l1.414-1.414L14 10.586l2.293-2.293l1.414 1.414L15.414 12z"/></svg> </template>
CSS
.icon-tag-x {
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.842%206.218a2%202%200%200%200-.424-.628A2%202%200%200%200%2020%205H8c-.297%200-.578.132-.769.359l-5%206c-.309.371-.309.91%200%201.281l5%206c.191.228.472.36.769.36h12a1.98%201.98%200%200%200%201.41-.582A2%202%200%200%200%2022%2017V7q0-.398-.158-.782m-4.135%208.075l-1.414%201.414L14%2013.414l-2.293%202.293l-1.414-1.414L12.586%2012l-2.293-2.293l1.414-1.414L14%2010.586l2.293-2.293l1.414%201.414L15.414%2012z%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.842%206.218a2%202%200%200%200-.424-.628A2%202%200%200%200%2020%205H8c-.297%200-.578.132-.769.359l-5%206c-.309.371-.309.91%200%201.281l5%206c.191.228.472.36.769.36h12a1.98%201.98%200%200%200%201.41-.582A2%202%200%200%200%2022%2017V7q0-.398-.158-.782m-4.135%208.075l-1.414%201.414L14%2013.414l-2.293%202.293l-1.414-1.414L12.586%2012l-2.293-2.293l1.414-1.414L14%2010.586l2.293-2.293l1.414%201.414L15.414%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/tag-x.svg?color=%231a73e8&size=48