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

Name
target-arrow-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M17.962 5.309a.5.5 0 0 1-.108.545l-2 2A.5.5 0 0 1 15.5 8h-2.793l-1.353 1.353a1.5 1.5 0 1 1-.707-.707L12 7.293V4.5a.5.5 0 0 1 .146-.354l2-2A.5.5 0 0 1 15 2.5V5h2.5a.5.5 0 0 1 .462.309M16.293 6H14.5a.5.5 0 0 1-.5-.5V3.707l-1 1V7h2.293zm1.314 1.515C17.862 8.297 18 9.133 18 10a8 8 0 1 1-5.515-7.606l-.808.808a7 7 0 1 0 5.121 5.122zM14.9 9q.1.486.1 1a5 5 0 1 1-4-4.9v1.026A4 4 0 1 0 13.874 9z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetArrow20Regular(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="M17.962 5.309a.5.5 0 0 1-.108.545l-2 2A.5.5 0 0 1 15.5 8h-2.793l-1.353 1.353a1.5 1.5 0 1 1-.707-.707L12 7.293V4.5a.5.5 0 0 1 .146-.354l2-2A.5.5 0 0 1 15 2.5V5h2.5a.5.5 0 0 1 .462.309M16.293 6H14.5a.5.5 0 0 1-.5-.5V3.707l-1 1V7h2.293zm1.314 1.515C17.862 8.297 18 9.133 18 10a8 8 0 1 1-5.515-7.606l-.808.808a7 7 0 1 0 5.121 5.122zM14.9 9q.1.486.1 1a5 5 0 1 1-4-4.9v1.026A4 4 0 1 0 13.874 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.962 5.309a.5.5 0 0 1-.108.545l-2 2A.5.5 0 0 1 15.5 8h-2.793l-1.353 1.353a1.5 1.5 0 1 1-.707-.707L12 7.293V4.5a.5.5 0 0 1 .146-.354l2-2A.5.5 0 0 1 15 2.5V5h2.5a.5.5 0 0 1 .462.309M16.293 6H14.5a.5.5 0 0 1-.5-.5V3.707l-1 1V7h2.293zm1.314 1.515C17.862 8.297 18 9.133 18 10a8 8 0 1 1-5.515-7.606l-.808.808a7 7 0 1 0 5.121 5.122zM14.9 9q.1.486.1 1a5 5 0 1 1-4-4.9v1.026A4 4 0 1 0 13.874 9z"/></svg>
</template>

CSS

.icon-target-arrow-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.962%205.309a.5.5%200%200%201-.108.545l-2%202A.5.5%200%200%201%2015.5%208h-2.793l-1.353%201.353a1.5%201.5%200%201%201-.707-.707L12%207.293V4.5a.5.5%200%200%201%20.146-.354l2-2A.5.5%200%200%201%2015%202.5V5h2.5a.5.5%200%200%201%20.462.309M16.293%206H14.5a.5.5%200%200%201-.5-.5V3.707l-1%201V7h2.293zm1.314%201.515C17.862%208.297%2018%209.133%2018%2010a8%208%200%201%201-5.515-7.606l-.808.808a7%207%200%201%200%205.121%205.122zM14.9%209q.1.486.1%201a5%205%200%201%201-4-4.9v1.026A4%204%200%201%200%2013.874%209z%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%22M17.962%205.309a.5.5%200%200%201-.108.545l-2%202A.5.5%200%200%201%2015.5%208h-2.793l-1.353%201.353a1.5%201.5%200%201%201-.707-.707L12%207.293V4.5a.5.5%200%200%201%20.146-.354l2-2A.5.5%200%200%201%2015%202.5V5h2.5a.5.5%200%200%201%20.462.309M16.293%206H14.5a.5.5%200%200%201-.5-.5V3.707l-1%201V7h2.293zm1.314%201.515C17.862%208.297%2018%209.133%2018%2010a8%208%200%201%201-5.515-7.606l-.808.808a7%207%200%201%200%205.121%205.122zM14.9%209q.1.486.1%201a5%205%200%201%201-4-4.9v1.026A4%204%200%201%200%2013.874%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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