target-edit-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
target-edit-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a5.999 5.999 0 1 1 11.986.368l-2.66 2.66a4.499 4.499 0 1 0-.301.301l-2.535 2.535q-.06.06-.118.124A6 6 0 0 1 6.001 12m5.998-8.5a8.5 8.5 0 0 1 8.443 7.512a3.3 3.3 0 0 1 1.529.237C21.587 6.077 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.186 3.947 9.45 9 9.951q-.004-.267.065-.545l.233-.934A8.501 8.501 0 0 1 12 3.5m7.1 9.17l-5.9 5.9a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.317 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.9-5.902a2.285 2.285 0 0 0-3.23-3.231"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetEdit24Regular(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 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a5.999 5.999 0 1 1 11.986.368l-2.66 2.66a4.499 4.499 0 1 0-.301.301l-2.535 2.535q-.06.06-.118.124A6 6 0 0 1 6.001 12m5.998-8.5a8.5 8.5 0 0 1 8.443 7.512a3.3 3.3 0 0 1 1.529.237C21.587 6.077 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.186 3.947 9.45 9 9.951q-.004-.267.065-.545l.233-.934A8.501 8.501 0 0 1 12 3.5m7.1 9.17l-5.9 5.9a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.317 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.9-5.902a2.285 2.285 0 0 0-3.23-3.231"/></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 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a5.999 5.999 0 1 1 11.986.368l-2.66 2.66a4.499 4.499 0 1 0-.301.301l-2.535 2.535q-.06.06-.118.124A6 6 0 0 1 6.001 12m5.998-8.5a8.5 8.5 0 0 1 8.443 7.512a3.3 3.3 0 0 1 1.529.237C21.587 6.077 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.186 3.947 9.45 9 9.951q-.004-.267.065-.545l.233-.934A8.501 8.501 0 0 1 12 3.5m7.1 9.17l-5.9 5.9a2.7 2.7 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.317 1.319l1.83-.458a2.7 2.7 0 0 0 1.248-.706l5.9-5.902a2.285 2.285 0 0 0-3.23-3.231"/></svg>
</template>

CSS

.icon-target-edit-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-2a5.999%205.999%200%201%201%2011.986.368l-2.66%202.66a4.499%204.499%200%201%200-.301.301l-2.535%202.535q-.06.06-.118.124A6%206%200%200%201%206.001%2012m5.998-8.5a8.5%208.5%200%200%201%208.443%207.512a3.3%203.3%200%200%201%201.529.237C21.587%206.077%2017.269%202%2011.999%202C6.477%202%202%206.477%202%2012c0%205.186%203.947%209.45%209%209.951q-.004-.267.065-.545l.233-.934A8.501%208.501%200%200%201%2012%203.5m7.1%209.17l-5.9%205.9a2.7%202.7%200%200%200-.707%201.248l-.457%201.83a1.087%201.087%200%200%200%201.317%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.9-5.902a2.285%202.285%200%200%200-3.23-3.231%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%2014a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-2a5.999%205.999%200%201%201%2011.986.368l-2.66%202.66a4.499%204.499%200%201%200-.301.301l-2.535%202.535q-.06.06-.118.124A6%206%200%200%201%206.001%2012m5.998-8.5a8.5%208.5%200%200%201%208.443%207.512a3.3%203.3%200%200%201%201.529.237C21.587%206.077%2017.269%202%2011.999%202C6.477%202%202%206.477%202%2012c0%205.186%203.947%209.45%209%209.951q-.004-.267.065-.545l.233-.934A8.501%208.501%200%200%201%2012%203.5m7.1%209.17l-5.9%205.9a2.7%202.7%200%200%200-.707%201.248l-.457%201.83a1.087%201.087%200%200%200%201.317%201.319l1.83-.458a2.7%202.7%200%200%200%201.248-.706l5.9-5.902a2.285%202.285%200%200%200-3.23-3.231%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-regular.svg?color=%231a73e8&size=48