navigation arrow icon
navigation-arrow-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- navigation-arrow-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the navigation arrow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238.7 102.46L62.81 37.21l-.25-.09a20 20 0 0 0-25.44 25.44l.09.25l65.25 175.89A20 20 0 0 0 121.3 252h.35a20 20 0 0 0 18.77-14.12l.09-.29l21.23-75.85l75.85-21.23l.29-.09a20 20 0 0 0 .82-38Zm-89.93 38a12 12 0 0 0-8.32 8.32l-19.68 70.29L62.8 62.8l156.26 58Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNavigationArrowBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238.7 102.46L62.81 37.21l-.25-.09a20 20 0 0 0-25.44 25.44l.09.25l65.25 175.89A20 20 0 0 0 121.3 252h.35a20 20 0 0 0 18.77-14.12l.09-.29l21.23-75.85l75.85-21.23l.29-.09a20 20 0 0 0 .82-38Zm-89.93 38a12 12 0 0 0-8.32 8.32l-19.68 70.29L62.8 62.8l156.26 58Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238.7 102.46L62.81 37.21l-.25-.09a20 20 0 0 0-25.44 25.44l.09.25l65.25 175.89A20 20 0 0 0 121.3 252h.35a20 20 0 0 0 18.77-14.12l.09-.29l21.23-75.85l75.85-21.23l.29-.09a20 20 0 0 0 .82-38Zm-89.93 38a12 12 0 0 0-8.32 8.32l-19.68 70.29L62.8 62.8l156.26 58Z"/></svg> </template>
CSS
.icon-navigation-arrow-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238.7%20102.46L62.81%2037.21l-.25-.09a20%2020%200%200%200-25.44%2025.44l.09.25l65.25%20175.89A20%2020%200%200%200%20121.3%20252h.35a20%2020%200%200%200%2018.77-14.12l.09-.29l21.23-75.85l75.85-21.23l.29-.09a20%2020%200%200%200%20.82-38Zm-89.93%2038a12%2012%200%200%200-8.32%208.32l-19.68%2070.29L62.8%2062.8l156.26%2058Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M238.7%20102.46L62.81%2037.21l-.25-.09a20%2020%200%200%200-25.44%2025.44l.09.25l65.25%20175.89A20%2020%200%200%200%20121.3%20252h.35a20%2020%200%200%200%2018.77-14.12l.09-.29l21.23-75.85l75.85-21.23l.29-.09a20%2020%200%200%200%20.82-38Zm-89.93%2038a12%2012%200%200%200-8.32%208.32l-19.68%2070.29L62.8%2062.8l156.26%2058Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/navigation-arrow-bold.svg?color=%231a73e8&size=48