target arrow icon
target-arrow-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- target-arrow-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M12 1.5a.5.5 0 0 0-.854-.354l-2 2A.5.5 0 0 0 9 3.5v2.793l-.741.74A1.002 1.002 0 0 0 7 8a1 1 0 1 0 1.966-.259L9.707 7H12.5a.5.5 0 0 0 .354-.146l2-2A.5.5 0 0 0 14.5 4H12zm1.944 5.678Q14 7.58 14 8a6 6 0 1 1-5.177-5.944l-.383.383A1.5 1.5 0 0 0 8 3.5A4.5 4.5 0 1 0 12.5 8a1.5 1.5 0 0 0 1.06-.44zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1.379l-.125.125a2 2 0 1 1-2.121-2.121L8 5.879z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTargetArrow16Filled(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="M12 1.5a.5.5 0 0 0-.854-.354l-2 2A.5.5 0 0 0 9 3.5v2.793l-.741.74A1.002 1.002 0 0 0 7 8a1 1 0 1 0 1.966-.259L9.707 7H12.5a.5.5 0 0 0 .354-.146l2-2A.5.5 0 0 0 14.5 4H12zm1.944 5.678Q14 7.58 14 8a6 6 0 1 1-5.177-5.944l-.383.383A1.5 1.5 0 0 0 8 3.5A4.5 4.5 0 1 0 12.5 8a1.5 1.5 0 0 0 1.06-.44zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1.379l-.125.125a2 2 0 1 1-2.121-2.121L8 5.879z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12 1.5a.5.5 0 0 0-.854-.354l-2 2A.5.5 0 0 0 9 3.5v2.793l-.741.74A1.002 1.002 0 0 0 7 8a1 1 0 1 0 1.966-.259L9.707 7H12.5a.5.5 0 0 0 .354-.146l2-2A.5.5 0 0 0 14.5 4H12zm1.944 5.678Q14 7.58 14 8a6 6 0 1 1-5.177-5.944l-.383.383A1.5 1.5 0 0 0 8 3.5A4.5 4.5 0 1 0 12.5 8a1.5 1.5 0 0 0 1.06-.44zM8 4.5A3.5 3.5 0 1 0 11.5 8h-1.379l-.125.125a2 2 0 1 1-2.121-2.121L8 5.879z"/></svg> </template>
CSS
.icon-target-arrow-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%22M12%201.5a.5.5%200%200%200-.854-.354l-2%202A.5.5%200%200%200%209%203.5v2.793l-.741.74A1.002%201.002%200%200%200%207%208a1%201%200%201%200%201.966-.259L9.707%207H12.5a.5.5%200%200%200%20.354-.146l2-2A.5.5%200%200%200%2014.5%204H12zm1.944%205.678Q14%207.58%2014%208a6%206%200%201%201-5.177-5.944l-.383.383A1.5%201.5%200%200%200%208%203.5A4.5%204.5%200%201%200%2012.5%208a1.5%201.5%200%200%200%201.06-.44zM8%204.5A3.5%203.5%200%201%200%2011.5%208h-1.379l-.125.125a2%202%200%201%201-2.121-2.121L8%205.879z%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%22M12%201.5a.5.5%200%200%200-.854-.354l-2%202A.5.5%200%200%200%209%203.5v2.793l-.741.74A1.002%201.002%200%200%200%207%208a1%201%200%201%200%201.966-.259L9.707%207H12.5a.5.5%200%200%200%20.354-.146l2-2A.5.5%200%200%200%2014.5%204H12zm1.944%205.678Q14%207.58%2014%208a6%206%200%201%201-5.177-5.944l-.383.383A1.5%201.5%200%200%200%208%203.5A4.5%204.5%200%201%200%2012.5%208a1.5%201.5%200%200%200%201.06-.44zM8%204.5A3.5%203.5%200%201%200%2011.5%208h-1.379l-.125.125a2%202%200%201%201-2.121-2.121L8%205.879z%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-filled.svg?color=%231a73e8&size=48