target edit icon
target-edit-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- target-edit-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the target edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.999 7.999a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3.5a3.5 3.5 0 0 0-.953 6.868q.138-.174.296-.333l.538-.538a2.5 2.5 0 1 1 2.616-2.616l.863-.863A3.5 3.5 0 0 0 7.999 4.5m4.638 1.627A5.001 5.001 0 0 0 3 7.999a5 5 0 0 0 3.365 4.727l-.017.063l-.227.91a6 6 0 1 1 7.54-7.692a2.6 2.6 0 0 0-1.025.119m-4.332 5.359l3.18-3.18l.851-.851a1.56 1.56 0 0 1 2.207 0c.61.61.61 1.597 0 2.207l-4.288 4.287a2.8 2.8 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.078-.311l.225-.9l.02-.075a2.8 2.8 0 0 1 .71-1.214z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTargetEdit16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.999 7.999a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3.5a3.5 3.5 0 0 0-.953 6.868q.138-.174.296-.333l.538-.538a2.5 2.5 0 1 1 2.616-2.616l.863-.863A3.5 3.5 0 0 0 7.999 4.5m4.638 1.627A5.001 5.001 0 0 0 3 7.999a5 5 0 0 0 3.365 4.727l-.017.063l-.227.91a6 6 0 1 1 7.54-7.692a2.6 2.6 0 0 0-1.025.119m-4.332 5.359l3.18-3.18l.851-.851a1.56 1.56 0 0 1 2.207 0c.61.61.61 1.597 0 2.207l-4.288 4.287a2.8 2.8 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.078-.311l.225-.9l.02-.075a2.8 2.8 0 0 1 .71-1.214z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.999 7.999a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3.5a3.5 3.5 0 0 0-.953 6.868q.138-.174.296-.333l.538-.538a2.5 2.5 0 1 1 2.616-2.616l.863-.863A3.5 3.5 0 0 0 7.999 4.5m4.638 1.627A5.001 5.001 0 0 0 3 7.999a5 5 0 0 0 3.365 4.727l-.017.063l-.227.91a6 6 0 1 1 7.54-7.692a2.6 2.6 0 0 0-1.025.119m-4.332 5.359l3.18-3.18l.851-.851a1.56 1.56 0 0 1 2.207 0c.61.61.61 1.597 0 2.207l-4.288 4.287a2.8 2.8 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.078-.311l.225-.9l.02-.075a2.8 2.8 0 0 1 .71-1.214z"/></svg> </template>
CSS
.icon-target-edit-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.999%207.999a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3.5a3.5%203.5%200%200%200-.953%206.868q.138-.174.296-.333l.538-.538a2.5%202.5%200%201%201%202.616-2.616l.863-.863A3.5%203.5%200%200%200%207.999%204.5m4.638%201.627A5.001%205.001%200%200%200%203%207.999a5%205%200%200%200%203.365%204.727l-.017.063l-.227.91a6%206%200%201%201%207.54-7.692a2.6%202.6%200%200%200-1.025.119m-4.332%205.359l3.18-3.18l.851-.851a1.56%201.56%200%200%201%202.207%200c.61.61.61%201.597%200%202.207l-4.288%204.287a2.8%202.8%200%200%201-1.29.73l-1.21.303a.61.61%200%200%201-.74-.739l.078-.311l.225-.9l.02-.075a2.8%202.8%200%200%201%20.71-1.214z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.999%207.999a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3.5a3.5%203.5%200%200%200-.953%206.868q.138-.174.296-.333l.538-.538a2.5%202.5%200%201%201%202.616-2.616l.863-.863A3.5%203.5%200%200%200%207.999%204.5m4.638%201.627A5.001%205.001%200%200%200%203%207.999a5%205%200%200%200%203.365%204.727l-.017.063l-.227.91a6%206%200%201%201%207.54-7.692a2.6%202.6%200%200%200-1.025.119m-4.332%205.359l3.18-3.18l.851-.851a1.56%201.56%200%200%201%202.207%200c.61.61.61%201.597%200%202.207l-4.288%204.287a2.8%202.8%200%200%201-1.29.73l-1.21.303a.61.61%200%200%201-.74-.739l.078-.311l.225-.9l.02-.075a2.8%202.8%200%200%201%20.71-1.214z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/target-edit-16-regular.svg?color=%231a73e8&size=48