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

Name
target-arrow-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.998 1.998c1.204 0 2.358.213 3.427.602L14.23 3.794a8.502 8.502 0 1 0 5.974 5.976l1.194-1.194A10 10 0 0 1 22 12c0 5.524-4.478 10.002-10.002 10.002S1.996 17.524 1.996 12S6.474 1.998 11.998 1.998m0 4.002a6 6 0 0 1 1.502.19v1.567a4.5 4.5 0 1 0 2.742 2.743h1.567A6 6 0 1 1 12 6m2 6a2 2 0 1 1-1.217-1.841l1.72-1.72L14.5 5.25a.75.75 0 0 1 .22-.53l2.5-2.5a.75.75 0 0 1 1.28.53V5.5h2.75a.75.75 0 0 1 .53 1.28l-2.5 2.5a.75.75 0 0 1-.53.22h-3.19l-1.72 1.72c.102.24.158.503.158.78m4.441-4l1-1h-1.69a.75.75 0 0 1-.75-.75V4.56l-.999 1v2.381l.059.06z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetArrow24Regular(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="M11.998 1.998c1.204 0 2.358.213 3.427.602L14.23 3.794a8.502 8.502 0 1 0 5.974 5.976l1.194-1.194A10 10 0 0 1 22 12c0 5.524-4.478 10.002-10.002 10.002S1.996 17.524 1.996 12S6.474 1.998 11.998 1.998m0 4.002a6 6 0 0 1 1.502.19v1.567a4.5 4.5 0 1 0 2.742 2.743h1.567A6 6 0 1 1 12 6m2 6a2 2 0 1 1-1.217-1.841l1.72-1.72L14.5 5.25a.75.75 0 0 1 .22-.53l2.5-2.5a.75.75 0 0 1 1.28.53V5.5h2.75a.75.75 0 0 1 .53 1.28l-2.5 2.5a.75.75 0 0 1-.53.22h-3.19l-1.72 1.72c.102.24.158.503.158.78m4.441-4l1-1h-1.69a.75.75 0 0 1-.75-.75V4.56l-.999 1v2.381l.059.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 1.998c1.204 0 2.358.213 3.427.602L14.23 3.794a8.502 8.502 0 1 0 5.974 5.976l1.194-1.194A10 10 0 0 1 22 12c0 5.524-4.478 10.002-10.002 10.002S1.996 17.524 1.996 12S6.474 1.998 11.998 1.998m0 4.002a6 6 0 0 1 1.502.19v1.567a4.5 4.5 0 1 0 2.742 2.743h1.567A6 6 0 1 1 12 6m2 6a2 2 0 1 1-1.217-1.841l1.72-1.72L14.5 5.25a.75.75 0 0 1 .22-.53l2.5-2.5a.75.75 0 0 1 1.28.53V5.5h2.75a.75.75 0 0 1 .53 1.28l-2.5 2.5a.75.75 0 0 1-.53.22h-3.19l-1.72 1.72c.102.24.158.503.158.78m4.441-4l1-1h-1.69a.75.75 0 0 1-.75-.75V4.56l-.999 1v2.381l.059.06z"/></svg>
</template>

CSS

.icon-target-arrow-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%22M11.998%201.998c1.204%200%202.358.213%203.427.602L14.23%203.794a8.502%208.502%200%201%200%205.974%205.976l1.194-1.194A10%2010%200%200%201%2022%2012c0%205.524-4.478%2010.002-10.002%2010.002S1.996%2017.524%201.996%2012S6.474%201.998%2011.998%201.998m0%204.002a6%206%200%200%201%201.502.19v1.567a4.5%204.5%200%201%200%202.742%202.743h1.567A6%206%200%201%201%2012%206m2%206a2%202%200%201%201-1.217-1.841l1.72-1.72L14.5%205.25a.75.75%200%200%201%20.22-.53l2.5-2.5a.75.75%200%200%201%201.28.53V5.5h2.75a.75.75%200%200%201%20.53%201.28l-2.5%202.5a.75.75%200%200%201-.53.22h-3.19l-1.72%201.72c.102.24.158.503.158.78m4.441-4l1-1h-1.69a.75.75%200%200%201-.75-.75V4.56l-.999%201v2.381l.059.06z%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%22M11.998%201.998c1.204%200%202.358.213%203.427.602L14.23%203.794a8.502%208.502%200%201%200%205.974%205.976l1.194-1.194A10%2010%200%200%201%2022%2012c0%205.524-4.478%2010.002-10.002%2010.002S1.996%2017.524%201.996%2012S6.474%201.998%2011.998%201.998m0%204.002a6%206%200%200%201%201.502.19v1.567a4.5%204.5%200%201%200%202.742%202.743h1.567A6%206%200%201%201%2012%206m2%206a2%202%200%201%201-1.217-1.841l1.72-1.72L14.5%205.25a.75.75%200%200%201%20.22-.53l2.5-2.5a.75.75%200%200%201%201.28.53V5.5h2.75a.75.75%200%200%201%20.53%201.28l-2.5%202.5a.75.75%200%200%201-.53.22h-3.19l-1.72%201.72c.102.24.158.503.158.78m4.441-4l1-1h-1.69a.75.75%200%200%201-.75-.75V4.56l-.999%201v2.381l.059.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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