location arrow right icon
location-arrow-right-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- location-arrow-right-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
location-add-16-filledlocation-add-left-20-filledlocation-add-right-20-filledlocation-add-up-20-filledlocation-arrow-12-filledlocation-arrow-left-16-filledlocation-arrow-up-16-filledlocation-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.159 14.558C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5m.146 2.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.293 7H5.5a.5.5 0 0 1 0-1h3.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationArrowRight16Regular(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="M9.159 14.558C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5m.146 2.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.293 7H5.5a.5.5 0 0 1 0-1h3.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.159 14.558C10.903 13.016 14 9.874 14 7A6 6 0 0 0 2 7c0 2.874 3.097 6.016 4.841 7.558c.668.59 1.65.59 2.318 0M8 2a5 5 0 0 1 5 5c0 1.108-.615 2.395-1.57 3.683c-.934 1.258-2.087 2.377-2.933 3.126a.737.737 0 0 1-.994 0c-.846-.749-2-1.867-2.933-3.126C3.615 9.395 3 8.108 3 7a5 5 0 0 1 5-5m.146 2.854a.5.5 0 1 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.293 7H5.5a.5.5 0 0 1 0-1h3.793z"/></svg> </template>
CSS
.icon-location-arrow-right-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%22M9.159%2014.558C10.903%2013.016%2014%209.874%2014%207A6%206%200%200%200%202%207c0%202.874%203.097%206.016%204.841%207.558c.668.59%201.65.59%202.318%200M8%202a5%205%200%200%201%205%205c0%201.108-.615%202.395-1.57%203.683c-.934%201.258-2.087%202.377-2.933%203.126a.737.737%200%200%201-.994%200c-.846-.749-2-1.867-2.933-3.126C3.615%209.395%203%208.108%203%207a5%205%200%200%201%205-5m.146%202.854a.5.5%200%201%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%201%201-.708-.708L9.293%207H5.5a.5.5%200%200%201%200-1h3.793z%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%22M9.159%2014.558C10.903%2013.016%2014%209.874%2014%207A6%206%200%200%200%202%207c0%202.874%203.097%206.016%204.841%207.558c.668.59%201.65.59%202.318%200M8%202a5%205%200%200%201%205%205c0%201.108-.615%202.395-1.57%203.683c-.934%201.258-2.087%202.377-2.933%203.126a.737.737%200%200%201-.994%200c-.846-.749-2-1.867-2.933-3.126C3.615%209.395%203%208.108%203%207a5%205%200%200%201%205-5m.146%202.854a.5.5%200%201%201%20.708-.708l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%201%201-.708-.708L9.293%207H5.5a.5.5%200%200%201%200-1h3.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-arrow-right-16-regular.svg?color=%231a73e8&size=48