tag edit icon
tag-edit from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- tag-edit
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
Use the tag edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.41 2.58l9 9c.36.36.59.86.59 1.42c0 .55-.22 1.05-.59 1.41l-7 7c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13l1.25-1.25v.01l2.41-2.42c1-.99 1-2.62 0-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59 0l-.17.17h-.01L4.57 14.4l-1.98-1.99C2.22 12.05 2 11.55 2 11V4c0-1.11.89-2 2-2h7c.55 0 1.05.22 1.41.58M4.44 6.56a1.499 1.499 0 1 0 2.12-2.12a1.499 1.499 0 1 0-2.12 2.12m6.26 8.79l1-1a.55.55 0 0 0 0-.77l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1zm-2.64-1.47L2 19.94V22h2.06l6.05-6.07z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTagEdit(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="m12.41 2.58l9 9c.36.36.59.86.59 1.42c0 .55-.22 1.05-.59 1.41l-7 7c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13l1.25-1.25v.01l2.41-2.42c1-.99 1-2.62 0-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59 0l-.17.17h-.01L4.57 14.4l-1.98-1.99C2.22 12.05 2 11.55 2 11V4c0-1.11.89-2 2-2h7c.55 0 1.05.22 1.41.58M4.44 6.56a1.499 1.499 0 1 0 2.12-2.12a1.499 1.499 0 1 0-2.12 2.12m6.26 8.79l1-1a.55.55 0 0 0 0-.77l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1zm-2.64-1.47L2 19.94V22h2.06l6.05-6.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.41 2.58l9 9c.36.36.59.86.59 1.42c0 .55-.22 1.05-.59 1.41l-7 7c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13l1.25-1.25v.01l2.41-2.42c1-.99 1-2.62 0-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59 0l-.17.17h-.01L4.57 14.4l-1.98-1.99C2.22 12.05 2 11.55 2 11V4c0-1.11.89-2 2-2h7c.55 0 1.05.22 1.41.58M4.44 6.56a1.499 1.499 0 1 0 2.12-2.12a1.499 1.499 0 1 0-2.12 2.12m6.26 8.79l1-1a.55.55 0 0 0 0-.77l-1.28-1.28a.55.55 0 0 0-.77 0l-1 1zm-2.64-1.47L2 19.94V22h2.06l6.05-6.07z"/></svg> </template>
CSS
.icon-tag-edit {
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%22m12.41%202.58l9%209c.36.36.59.86.59%201.42c0%20.55-.22%201.05-.59%201.41l-7%207c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13l1.25-1.25v.01l2.41-2.42c1-.99%201-2.62%200-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59%200l-.17.17h-.01L4.57%2014.4l-1.98-1.99C2.22%2012.05%202%2011.55%202%2011V4c0-1.11.89-2%202-2h7c.55%200%201.05.22%201.41.58M4.44%206.56a1.499%201.499%200%201%200%202.12-2.12a1.499%201.499%200%201%200-2.12%202.12m6.26%208.79l1-1a.55.55%200%200%200%200-.77l-1.28-1.28a.55.55%200%200%200-.77%200l-1%201zm-2.64-1.47L2%2019.94V22h2.06l6.05-6.07z%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%22m12.41%202.58l9%209c.36.36.59.86.59%201.42c0%20.55-.22%201.05-.59%201.41l-7%207c-.36.36-.86.59-1.41.59s-1.05-.23-1.42-.59l-2.13-2.13l1.25-1.25v.01l2.41-2.42c1-.99%201-2.62%200-3.62l-1.28-1.26c-.99-.99-2.6-.99-3.59%200l-.17.17h-.01L4.57%2014.4l-1.98-1.99C2.22%2012.05%202%2011.55%202%2011V4c0-1.11.89-2%202-2h7c.55%200%201.05.22%201.41.58M4.44%206.56a1.499%201.499%200%201%200%202.12-2.12a1.499%201.499%200%201%200-2.12%202.12m6.26%208.79l1-1a.55.55%200%200%200%200-.77l-1.28-1.28a.55.55%200%200%200-.77%200l-1%201zm-2.64-1.47L2%2019.94V22h2.06l6.05-6.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/tag-edit.svg?color=%231a73e8&size=48