property edit icon
property-edit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- property-edit
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the property edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 20.5c-4.243 0-6.364 0-7.682-1.318S2.5 15.742 2.5 11.5s0-6.364 1.318-7.682S7.258 2.5 11.5 2.5s6.364 0 7.682 1.318S20.5 7.258 20.5 11.5M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1m7.784 6.585l3.766-3.756a1.133 1.133 0 0 1 1.598 0l.521.52a1.12 1.12 0 0 1 0 1.59l-3.731 3.772c-.215.214-.49.359-.789.414l-1.692.366a.376.376 0 0 1-.448-.445l.36-1.676c.056-.298.2-.571.415-.785"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPropertyEdit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11.5 20.5c-4.243 0-6.364 0-7.682-1.318S2.5 15.742 2.5 11.5s0-6.364 1.318-7.682S7.258 2.5 11.5 2.5s6.364 0 7.682 1.318S20.5 7.258 20.5 11.5M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1m7.784 6.585l3.766-3.756a1.133 1.133 0 0 1 1.598 0l.521.52a1.12 1.12 0 0 1 0 1.59l-3.731 3.772c-.215.214-.49.359-.789.414l-1.692.366a.376.376 0 0 1-.448-.445l.36-1.676c.056-.298.2-.571.415-.785"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.5 20.5c-4.243 0-6.364 0-7.682-1.318S2.5 15.742 2.5 11.5s0-6.364 1.318-7.682S7.258 2.5 11.5 2.5s6.364 0 7.682 1.318S20.5 7.258 20.5 11.5M3 7.5h17M11.5 16h1m-6 0h1m4-4h5m-10 0h1m7.784 6.585l3.766-3.756a1.133 1.133 0 0 1 1.598 0l.521.52a1.12 1.12 0 0 1 0 1.59l-3.731 3.772c-.215.214-.49.359-.789.414l-1.692.366a.376.376 0 0 1-.448-.445l.36-1.676c.056-.298.2-.571.415-.785"/></svg> </template>
CSS
.icon-property-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%2020.5c-4.243%200-6.364%200-7.682-1.318S2.5%2015.742%202.5%2011.5s0-6.364%201.318-7.682S7.258%202.5%2011.5%202.5s6.364%200%207.682%201.318S20.5%207.258%2020.5%2011.5M3%207.5h17M11.5%2016h1m-6%200h1m4-4h5m-10%200h1m7.784%206.585l3.766-3.756a1.133%201.133%200%200%201%201.598%200l.521.52a1.12%201.12%200%200%201%200%201.59l-3.731%203.772c-.215.214-.49.359-.789.414l-1.692.366a.376.376%200%200%201-.448-.445l.36-1.676c.056-.298.2-.571.415-.785%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.5%2020.5c-4.243%200-6.364%200-7.682-1.318S2.5%2015.742%202.5%2011.5s0-6.364%201.318-7.682S7.258%202.5%2011.5%202.5s6.364%200%207.682%201.318S20.5%207.258%2020.5%2011.5M3%207.5h17M11.5%2016h1m-6%200h1m4-4h5m-10%200h1m7.784%206.585l3.766-3.756a1.133%201.133%200%200%201%201.598%200l.521.52a1.12%201.12%200%200%201%200%201.59l-3.731%203.772c-.215.214-.49.359-.789.414l-1.692.366a.376.376%200%200%201-.448-.445l.36-1.676c.056-.298.2-.571.415-.785%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/property-edit.svg?color=%231a73e8&size=48