tag text icon
tag-text-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- tag-text-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the tag text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.4 11.6l-9-9C12 2.2 11.5 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .5.2 1 .6 1.4l9 9c.4.4.9.6 1.4.6s1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13 20l-9-9V4h7l9 9M6.5 5C7.3 5 8 5.7 8 6.5S7.3 8 6.5 8S5 7.3 5 6.5S5.7 5 6.5 5m3.6 3.9l1.4-1.4L17 13l-1.4 1.4zm-2.5 2.5L9 10l4 4l-1.4 1.4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTagTextOutline(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.4 11.6l-9-9C12 2.2 11.5 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .5.2 1 .6 1.4l9 9c.4.4.9.6 1.4.6s1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13 20l-9-9V4h7l9 9M6.5 5C7.3 5 8 5.7 8 6.5S7.3 8 6.5 8S5 7.3 5 6.5S5.7 5 6.5 5m3.6 3.9l1.4-1.4L17 13l-1.4 1.4zm-2.5 2.5L9 10l4 4l-1.4 1.4z"/></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.4 11.6l-9-9C12 2.2 11.5 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .5.2 1 .6 1.4l9 9c.4.4.9.6 1.4.6s1-.2 1.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13 20l-9-9V4h7l9 9M6.5 5C7.3 5 8 5.7 8 6.5S7.3 8 6.5 8S5 7.3 5 6.5S5.7 5 6.5 5m3.6 3.9l1.4-1.4L17 13l-1.4 1.4zm-2.5 2.5L9 10l4 4l-1.4 1.4z"/></svg> </template>
CSS
.icon-tag-text-outline {
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.4%2011.6l-9-9C12%202.2%2011.5%202%2011%202H4c-1.1%200-2%20.9-2%202v7c0%20.5.2%201%20.6%201.4l9%209c.4.4.9.6%201.4.6s1-.2%201.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13%2020l-9-9V4h7l9%209M6.5%205C7.3%205%208%205.7%208%206.5S7.3%208%206.5%208S5%207.3%205%206.5S5.7%205%206.5%205m3.6%203.9l1.4-1.4L17%2013l-1.4%201.4zm-2.5%202.5L9%2010l4%204l-1.4%201.4z%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.4%2011.6l-9-9C12%202.2%2011.5%202%2011%202H4c-1.1%200-2%20.9-2%202v7c0%20.5.2%201%20.6%201.4l9%209c.4.4.9.6%201.4.6s1-.2%201.4-.6l7-7c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4M13%2020l-9-9V4h7l9%209M6.5%205C7.3%205%208%205.7%208%206.5S7.3%208%206.5%208S5%207.3%205%206.5S5.7%205%206.5%205m3.6%203.9l1.4-1.4L17%2013l-1.4%201.4zm-2.5%202.5L9%2010l4%204l-1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/tag-text-outline.svg?color=%231a73e8&size=48