tag edit icon
tag-edit from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- tag-edit
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the tag edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.707 7.293l-3-3a1 1 0 0 0-1.414 0L16 13.586V18h4.414l9.293-9.293a1 1 0 0 0 0-1.414M19.586 16H18v-1.586l5-5L24.586 11ZM26 9.586L24.414 8L26 6.414L27.586 8ZM10 14a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 1.998 2.004A2 2 0 0 0 10 8"/><path fill="currentColor" d="m27.006 14.235l-1.414 1.414L28 18.058L18.058 28L4 13.941V4h9.942l4.406 4.407l1.415-1.415l-4.407-4.406A2 2 0 0 0 13.94 2H4a2 2 0 0 0-2 2v9.941a2 2 0 0 0 .586 1.414l14.058 14.06a2 2 0 0 0 2.828 0l9.943-9.943a2 2 0 0 0 0-2.828Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTagEdit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.707 7.293l-3-3a1 1 0 0 0-1.414 0L16 13.586V18h4.414l9.293-9.293a1 1 0 0 0 0-1.414M19.586 16H18v-1.586l5-5L24.586 11ZM26 9.586L24.414 8L26 6.414L27.586 8ZM10 14a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 1.998 2.004A2 2 0 0 0 10 8"/><path fill="currentColor" d="m27.006 14.235l-1.414 1.414L28 18.058L18.058 28L4 13.941V4h9.942l4.406 4.407l1.415-1.415l-4.407-4.406A2 2 0 0 0 13.94 2H4a2 2 0 0 0-2 2v9.941a2 2 0 0 0 .586 1.414l14.058 14.06a2 2 0 0 0 2.828 0l9.943-9.943a2 2 0 0 0 0-2.828Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.707 7.293l-3-3a1 1 0 0 0-1.414 0L16 13.586V18h4.414l9.293-9.293a1 1 0 0 0 0-1.414M19.586 16H18v-1.586l5-5L24.586 11ZM26 9.586L24.414 8L26 6.414L27.586 8ZM10 14a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 1.998 2.004A2 2 0 0 0 10 8"/><path fill="currentColor" d="m27.006 14.235l-1.414 1.414L28 18.058L18.058 28L4 13.941V4h9.942l4.406 4.407l1.415-1.415l-4.407-4.406A2 2 0 0 0 13.94 2H4a2 2 0 0 0-2 2v9.941a2 2 0 0 0 .586 1.414l14.058 14.06a2 2 0 0 0 2.828 0l9.943-9.943a2 2 0 0 0 0-2.828Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.707%207.293l-3-3a1%201%200%200%200-1.414%200L16%2013.586V18h4.414l9.293-9.293a1%201%200%200%200%200-1.414M19.586%2016H18v-1.586l5-5L24.586%2011ZM26%209.586L24.414%208L26%206.414L27.586%208ZM10%2014a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m0-6a2%202%200%201%200%201.998%202.004A2%202%200%200%200%2010%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.006%2014.235l-1.414%201.414L28%2018.058L18.058%2028L4%2013.941V4h9.942l4.406%204.407l1.415-1.415l-4.407-4.406A2%202%200%200%200%2013.94%202H4a2%202%200%200%200-2%202v9.941a2%202%200%200%200%20.586%201.414l14.058%2014.06a2%202%200%200%200%202.828%200l9.943-9.943a2%202%200%200%200%200-2.828Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.707%207.293l-3-3a1%201%200%200%200-1.414%200L16%2013.586V18h4.414l9.293-9.293a1%201%200%200%200%200-1.414M19.586%2016H18v-1.586l5-5L24.586%2011ZM26%209.586L24.414%208L26%206.414L27.586%208ZM10%2014a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m0-6a2%202%200%201%200%201.998%202.004A2%202%200%200%200%2010%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.006%2014.235l-1.414%201.414L28%2018.058L18.058%2028L4%2013.941V4h9.942l4.406%204.407l1.415-1.415l-4.407-4.406A2%202%200%200%200%2013.94%202H4a2%202%200%200%200-2%202v9.941a2%202%200%200%200%20.586%201.414l14.058%2014.06a2%202%200%200%200%202.828%200l9.943-9.943a2%202%200%200%200%200-2.828Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/tag-edit.svg?color=%231a73e8&size=48