ios navigate icon

ios-navigate-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-navigate-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios navigate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64.5c51.1 0 99.2 19.9 135.4 56.1s56.1 84.2 56.1 135.4-19.9 99.2-56.1 135.4-84.2 56.1-135.4 56.1-99.2-19.9-135.4-56.1C84.5 355.2 64.5 307.1 64.5 256s19.9-99.2 56.1-135.4c36.2-36.1 84.3-56.1 135.4-56.1m0-16.5C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M352 160l-223.7 96H256v128z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosNavigateOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64.5c51.1 0 99.2 19.9 135.4 56.1s56.1 84.2 56.1 135.4-19.9 99.2-56.1 135.4-84.2 56.1-135.4 56.1-99.2-19.9-135.4-56.1C84.5 355.2 64.5 307.1 64.5 256s19.9-99.2 56.1-135.4c36.2-36.1 84.3-56.1 135.4-56.1m0-16.5C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M352 160l-223.7 96H256v128z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64.5c51.1 0 99.2 19.9 135.4 56.1s56.1 84.2 56.1 135.4-19.9 99.2-56.1 135.4-84.2 56.1-135.4 56.1-99.2-19.9-135.4-56.1C84.5 355.2 64.5 307.1 64.5 256s19.9-99.2 56.1-135.4c36.2-36.1 84.3-56.1 135.4-56.1m0-16.5C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M352 160l-223.7 96H256v128z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-navigate-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064.5c51.1%200%2099.2%2019.9%20135.4%2056.1s56.1%2084.2%2056.1%20135.4-19.9%2099.2-56.1%20135.4-84.2%2056.1-135.4%2056.1-99.2-19.9-135.4-56.1C84.5%20355.2%2064.5%20307.1%2064.5%20256s19.9-99.2%2056.1-135.4c36.2-36.1%2084.3-56.1%20135.4-56.1m0-16.5C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20160l-223.7%2096H256v128z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064.5c51.1%200%2099.2%2019.9%20135.4%2056.1s56.1%2084.2%2056.1%20135.4-19.9%2099.2-56.1%20135.4-84.2%2056.1-135.4%2056.1-99.2-19.9-135.4-56.1C84.5%20355.2%2064.5%20307.1%2064.5%20256s19.9-99.2%2056.1-135.4c36.2-36.1%2084.3-56.1%20135.4-56.1m0-16.5C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20160l-223.7%2096H256v128z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-navigate-outline.svg?color=%231a73e8&size=48