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

Name
target-edit-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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="M7.999 8.999a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3.5-1a3.5 3.5 0 0 1 6.86-.982L9.954 8.422q.045-.205.045-.423a2 2 0 1 0-1.576 1.955l-1.081 1.08a4 4 0 0 0-.296.333A3.5 3.5 0 0 1 4.5 7.999m3.5-4.5a4.5 4.5 0 0 1 4.18 2.83a2.56 2.56 0 0 1 1.48-.322A6.001 6.001 0 0 0 2 7.999a6 6 0 0 0 4.12 5.699l.228-.909q.07-.277.178-.538A4.501 4.501 0 0 1 8 3.5m3.486 4.806l-3.18 3.18l-.256.257a2.8 2.8 0 0 0-.73 1.29l-.225.898l-.079.312a.61.61 0 0 0 .74.74l1.21-.303a2.8 2.8 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-2.091-2.312q-.06.05-.116.105z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetEdit16Filled(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="M7.999 8.999a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3.5-1a3.5 3.5 0 0 1 6.86-.982L9.954 8.422q.045-.205.045-.423a2 2 0 1 0-1.576 1.955l-1.081 1.08a4 4 0 0 0-.296.333A3.5 3.5 0 0 1 4.5 7.999m3.5-4.5a4.5 4.5 0 0 1 4.18 2.83a2.56 2.56 0 0 1 1.48-.322A6.001 6.001 0 0 0 2 7.999a6 6 0 0 0 4.12 5.699l.228-.909q.07-.277.178-.538A4.501 4.501 0 0 1 8 3.5m3.486 4.806l-3.18 3.18l-.256.257a2.8 2.8 0 0 0-.73 1.29l-.225.898l-.079.312a.61.61 0 0 0 .74.74l1.21-.303a2.8 2.8 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-2.091-2.312q-.06.05-.116.105z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.999 8.999a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-3.5-1a3.5 3.5 0 0 1 6.86-.982L9.954 8.422q.045-.205.045-.423a2 2 0 1 0-1.576 1.955l-1.081 1.08a4 4 0 0 0-.296.333A3.5 3.5 0 0 1 4.5 7.999m3.5-4.5a4.5 4.5 0 0 1 4.18 2.83a2.56 2.56 0 0 1 1.48-.322A6.001 6.001 0 0 0 2 7.999a6 6 0 0 0 4.12 5.699l.228-.909q.07-.277.178-.538A4.501 4.501 0 0 1 8 3.5m3.486 4.806l-3.18 3.18l-.256.257a2.8 2.8 0 0 0-.73 1.29l-.225.898l-.079.312a.61.61 0 0 0 .74.74l1.21-.303a2.8 2.8 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-2.091-2.312q-.06.05-.116.105z"/></svg>
</template>

CSS

.icon-target-edit-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.999%208.999a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-3.5-1a3.5%203.5%200%200%201%206.86-.982L9.954%208.422q.045-.205.045-.423a2%202%200%201%200-1.576%201.955l-1.081%201.08a4%204%200%200%200-.296.333A3.5%203.5%200%200%201%204.5%207.999m3.5-4.5a4.5%204.5%200%200%201%204.18%202.83a2.56%202.56%200%200%201%201.48-.322A6.001%206.001%200%200%200%202%207.999a6%206%200%200%200%204.12%205.699l.228-.909q.07-.277.178-.538A4.501%204.501%200%200%201%208%203.5m3.486%204.806l-3.18%203.18l-.256.257a2.8%202.8%200%200%200-.73%201.29l-.225.898l-.079.312a.61.61%200%200%200%20.74.74l1.21-.303a2.8%202.8%200%200%200%201.29-.73l4.288-4.288a1.56%201.56%200%200%200-2.091-2.312q-.06.05-.116.105z%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%22M7.999%208.999a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-3.5-1a3.5%203.5%200%200%201%206.86-.982L9.954%208.422q.045-.205.045-.423a2%202%200%201%200-1.576%201.955l-1.081%201.08a4%204%200%200%200-.296.333A3.5%203.5%200%200%201%204.5%207.999m3.5-4.5a4.5%204.5%200%200%201%204.18%202.83a2.56%202.56%200%200%201%201.48-.322A6.001%206.001%200%200%200%202%207.999a6%206%200%200%200%204.12%205.699l.228-.909q.07-.277.178-.538A4.501%204.501%200%200%201%208%203.5m3.486%204.806l-3.18%203.18l-.256.257a2.8%202.8%200%200%200-.73%201.29l-.225.898l-.079.312a.61.61%200%200%200%20.74.74l1.21-.303a2.8%202.8%200%200%200%201.29-.73l4.288-4.288a1.56%201.56%200%200%200-2.091-2.312q-.06.05-.116.105z%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-filled.svg?color=%231a73e8&size=48