target-edit-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
target-edit-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 11.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5 10a4.999 4.999 0 0 1 9.996-.055l-2.412 2.413a3.499 3.499 0 1 0-.228.228l-2.083 2.083q-.156.156-.288.33A5 5 0 0 1 5.001 10m4.995-6.5c3.28 0 5.991 2.43 6.434 5.587a2.9 2.9 0 0 1 1.515.031a7.998 7.998 0 1 0-8.935 8.816q.013-.14.049-.282l.297-1.188A6.498 6.498 0 0 1 9.996 3.5m.985 11.876l4.828-4.828a1.87 1.87 0 1 1 2.643 2.644l-4.827 4.828a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.079l.374-1.497a2.2 2.2 0 0 1 .578-1.02"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetEdit20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 11.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5 10a4.999 4.999 0 0 1 9.996-.055l-2.412 2.413a3.499 3.499 0 1 0-.228.228l-2.083 2.083q-.156.156-.288.33A5 5 0 0 1 5.001 10m4.995-6.5c3.28 0 5.991 2.43 6.434 5.587a2.9 2.9 0 0 1 1.515.031a7.998 7.998 0 1 0-8.935 8.816q.013-.14.049-.282l.297-1.188A6.498 6.498 0 0 1 9.996 3.5m.985 11.876l4.828-4.828a1.87 1.87 0 1 1 2.643 2.644l-4.827 4.828a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.079l.374-1.497a2.2 2.2 0 0 1 .578-1.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 11.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5 10a4.999 4.999 0 0 1 9.996-.055l-2.412 2.413a3.499 3.499 0 1 0-.228.228l-2.083 2.083q-.156.156-.288.33A5 5 0 0 1 5.001 10m4.995-6.5c3.28 0 5.991 2.43 6.434 5.587a2.9 2.9 0 0 1 1.515.031a7.998 7.998 0 1 0-8.935 8.816q.013-.14.049-.282l.297-1.188A6.498 6.498 0 0 1 9.996 3.5m.985 11.876l4.828-4.828a1.87 1.87 0 1 1 2.643 2.644l-4.827 4.828a2.2 2.2 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.079l.374-1.497a2.2 2.2 0 0 1 .578-1.02"/></svg>
</template>

CSS

.icon-target-edit-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M5%2010a4.999%204.999%200%200%201%209.996-.055l-2.412%202.413a3.499%203.499%200%201%200-.228.228l-2.083%202.083q-.156.156-.288.33A5%205%200%200%201%205.001%2010m4.995-6.5c3.28%200%205.991%202.43%206.434%205.587a2.9%202.9%200%200%201%201.515.031a7.998%207.998%200%201%200-8.935%208.816q.013-.14.049-.282l.297-1.188A6.498%206.498%200%200%201%209.996%203.5m.985%2011.876l4.828-4.828a1.87%201.87%200%201%201%202.643%202.644l-4.827%204.828a2.2%202.2%200%200%201-1.02.578l-1.498.375a.89.89%200%200%201-1.078-1.079l.374-1.497a2.2%202.2%200%200%201%20.578-1.02%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M5%2010a4.999%204.999%200%200%201%209.996-.055l-2.412%202.413a3.499%203.499%200%201%200-.228.228l-2.083%202.083q-.156.156-.288.33A5%205%200%200%201%205.001%2010m4.995-6.5c3.28%200%205.991%202.43%206.434%205.587a2.9%202.9%200%200%201%201.515.031a7.998%207.998%200%201%200-8.935%208.816q.013-.14.049-.282l.297-1.188A6.498%206.498%200%200%201%209.996%203.5m.985%2011.876l4.828-4.828a1.87%201.87%200%201%201%202.643%202.644l-4.827%204.828a2.2%202.2%200%200%201-1.02.578l-1.498.375a.89.89%200%200%201-1.078-1.079l.374-1.497a2.2%202.2%200%200%201%20.578-1.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/target-edit-20-filled.svg?color=%231a73e8&size=48