target edit icon
target-edit-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- target-edit-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 13.999a2 2 0 1 0-.001-4a2 2 0 0 0 0 4m-6-2a6 6 0 1 1 11.988.366l-5.499 5.498q-.06.06-.118.124A6 6 0 0 1 6 12m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0-4a8 8 0 0 1 7.947 7.09a3.3 3.3 0 0 1 2.024.159C21.586 6.076 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.184 3.946 9.447 8.999 9.949a2 2 0 0 1 .063-.543l.357-1.428A8 8 0 0 1 12 4m7.098 8.67l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.285 2.285 0 0 0-3.233-3.232"/></svg>
React
import type { SVGProps } from "react";
export function FluentTargetEdit24Filled(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 13.999a2 2 0 1 0-.001-4a2 2 0 0 0 0 4m-6-2a6 6 0 1 1 11.988.366l-5.499 5.498q-.06.06-.118.124A6 6 0 0 1 6 12m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0-4a8 8 0 0 1 7.947 7.09a3.3 3.3 0 0 1 2.024.159C21.586 6.076 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.184 3.946 9.447 8.999 9.949a2 2 0 0 1 .063-.543l.357-1.428A8 8 0 0 1 12 4m7.098 8.67l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.285 2.285 0 0 0-3.233-3.232"/></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 13.999a2 2 0 1 0-.001-4a2 2 0 0 0 0 4m-6-2a6 6 0 1 1 11.988.366l-5.499 5.498q-.06.06-.118.124A6 6 0 0 1 6 12m6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0-4a8 8 0 0 1 7.947 7.09a3.3 3.3 0 0 1 2.024.159C21.586 6.076 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.184 3.946 9.447 8.999 9.949a2 2 0 0 1 .063-.543l.357-1.428A8 8 0 0 1 12 4m7.098 8.67l-5.901 5.901a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706L22.33 15.9a2.285 2.285 0 0 0-3.233-3.232"/></svg> </template>
CSS
.icon-target-edit-24-filled {
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%2013.999a2%202%200%201%200-.001-4a2%202%200%200%200%200%204m-6-2a6%206%200%201%201%2011.988.366l-5.499%205.498q-.06.06-.118.124A6%206%200%200%201%206%2012m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0-4a8%208%200%200%201%207.947%207.09a3.3%203.3%200%200%201%202.024.159C21.586%206.076%2017.269%202%2011.999%202C6.477%202%202%206.477%202%2012c0%205.184%203.946%209.447%208.999%209.949a2%202%200%200%201%20.063-.543l.357-1.428A8%208%200%200%201%2012%204m7.098%208.67l-5.901%205.901a2.7%202.7%200%200%200-.707%201.248l-.457%201.83a1.087%201.087%200%200%200%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L22.33%2015.9a2.285%202.285%200%200%200-3.233-3.232%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%2013.999a2%202%200%201%200-.001-4a2%202%200%200%200%200%204m-6-2a6%206%200%201%201%2011.988.366l-5.499%205.498q-.06.06-.118.124A6%206%200%200%201%206%2012m6-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0-4a8%208%200%200%201%207.947%207.09a3.3%203.3%200%200%201%202.024.159C21.586%206.076%2017.269%202%2011.999%202C6.477%202%202%206.477%202%2012c0%205.184%203.946%209.447%208.999%209.949a2%202%200%200%201%20.063-.543l.357-1.428A8%208%200%200%201%2012%204m7.098%208.67l-5.901%205.901a2.7%202.7%200%200%200-.707%201.248l-.457%201.83a1.087%201.087%200%200%200%201.318%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706L22.33%2015.9a2.285%202.285%200%200%200-3.233-3.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/target-edit-24-filled.svg?color=%231a73e8&size=48