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

Name
target-arrow-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the target arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.691 1.038A.5.5 0 0 1 12 1.5V4h2.5a.5.5 0 0 1 .354.854l-2 2A.5.5 0 0 1 12.5 7H9.707l-.74.741A1 1 0 0 1 8 9a1 1 0 0 1-1-1l.001-.046a1 1 0 0 1 1.258-.92L9 6.293V3.5a.5.5 0 0 1 .146-.354l2-2a.5.5 0 0 1 .545-.108M12.293 6l1-1H11.5a.5.5 0 0 1-.5-.5V2.707l-1 1V6zm1.652 1.176q.056.405.056.825a6 6 0 1 1-5.178-5.945l-.383.383a1.5 1.5 0 0 0-.354.562L8 3a5 5 0 1 0 5 4.914a1.5 1.5 0 0 0 .56-.353zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1A2.5 2.5 0 1 1 8 5.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetArrow16Regular(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="M11.691 1.038A.5.5 0 0 1 12 1.5V4h2.5a.5.5 0 0 1 .354.854l-2 2A.5.5 0 0 1 12.5 7H9.707l-.74.741A1 1 0 0 1 8 9a1 1 0 0 1-1-1l.001-.046a1 1 0 0 1 1.258-.92L9 6.293V3.5a.5.5 0 0 1 .146-.354l2-2a.5.5 0 0 1 .545-.108M12.293 6l1-1H11.5a.5.5 0 0 1-.5-.5V2.707l-1 1V6zm1.652 1.176q.056.405.056.825a6 6 0 1 1-5.178-5.945l-.383.383a1.5 1.5 0 0 0-.354.562L8 3a5 5 0 1 0 5 4.914a1.5 1.5 0 0 0 .56-.353zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1A2.5 2.5 0 1 1 8 5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.691 1.038A.5.5 0 0 1 12 1.5V4h2.5a.5.5 0 0 1 .354.854l-2 2A.5.5 0 0 1 12.5 7H9.707l-.74.741A1 1 0 0 1 8 9a1 1 0 0 1-1-1l.001-.046a1 1 0 0 1 1.258-.92L9 6.293V3.5a.5.5 0 0 1 .146-.354l2-2a.5.5 0 0 1 .545-.108M12.293 6l1-1H11.5a.5.5 0 0 1-.5-.5V2.707l-1 1V6zm1.652 1.176q.056.405.056.825a6 6 0 1 1-5.178-5.945l-.383.383a1.5 1.5 0 0 0-.354.562L8 3a5 5 0 1 0 5 4.914a1.5 1.5 0 0 0 .56-.353zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1A2.5 2.5 0 1 1 8 5.5z"/></svg>
</template>

CSS

.icon-target-arrow-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%22M11.691%201.038A.5.5%200%200%201%2012%201.5V4h2.5a.5.5%200%200%201%20.354.854l-2%202A.5.5%200%200%201%2012.5%207H9.707l-.74.741A1%201%200%200%201%208%209a1%201%200%200%201-1-1l.001-.046a1%201%200%200%201%201.258-.92L9%206.293V3.5a.5.5%200%200%201%20.146-.354l2-2a.5.5%200%200%201%20.545-.108M12.293%206l1-1H11.5a.5.5%200%200%201-.5-.5V2.707l-1%201V6zm1.652%201.176q.056.405.056.825a6%206%200%201%201-5.178-5.945l-.383.383a1.5%201.5%200%200%200-.354.562L8%203a5%205%200%201%200%205%204.914a1.5%201.5%200%200%200%20.56-.353zM8%204.5A3.5%203.5%200%201%200%2011.5%208h-1A2.5%202.5%200%201%201%208%205.5z%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%22M11.691%201.038A.5.5%200%200%201%2012%201.5V4h2.5a.5.5%200%200%201%20.354.854l-2%202A.5.5%200%200%201%2012.5%207H9.707l-.74.741A1%201%200%200%201%208%209a1%201%200%200%201-1-1l.001-.046a1%201%200%200%201%201.258-.92L9%206.293V3.5a.5.5%200%200%201%20.146-.354l2-2a.5.5%200%200%201%20.545-.108M12.293%206l1-1H11.5a.5.5%200%200%201-.5-.5V2.707l-1%201V6zm1.652%201.176q.056.405.056.825a6%206%200%201%201-5.178-5.945l-.383.383a1.5%201.5%200%200%200-.354.562L8%203a5%205%200%201%200%205%204.914a1.5%201.5%200%200%200%20.56-.353zM8%204.5A3.5%203.5%200%201%200%2011.5%208h-1A2.5%202.5%200%201%201%208%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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