navigate circle icon

navigate-circle from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
navigate-circle
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Use the navigate circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48M351 175.24l-82.24 186.52c-4.79 10.47-20.78 7-20.78-4.56V268a4 4 0 0 0-4-4H154.8c-11.52 0-15-15.87-4.57-20.67L336.76 161A10.73 10.73 0 0 1 351 175.24"/></svg>

React

import type { SVGProps } from "react";

export function IonNavigateCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48M351 175.24l-82.24 186.52c-4.79 10.47-20.78 7-20.78-4.56V268a4 4 0 0 0-4-4H154.8c-11.52 0-15-15.87-4.57-20.67L336.76 161A10.73 10.73 0 0 1 351 175.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48M351 175.24l-82.24 186.52c-4.79 10.47-20.78 7-20.78-4.56V268a4 4 0 0 0-4-4H154.8c-11.52 0-15-15.87-4.57-20.67L336.76 161A10.73 10.73 0 0 1 351 175.24"/></svg>
</template>

CSS

.icon-navigate-circle {
  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%20fill%3D%22currentColor%22%20d%3D%22M258.9%2048C141.92%2046.42%2046.42%20141.92%2048%20258.9c1.56%20112.19%2092.91%20203.54%20205.1%20205.1c117%201.6%20212.48-93.9%20210.88-210.88C462.44%20140.91%20371.09%2049.56%20258.9%2048M351%20175.24l-82.24%20186.52c-4.79%2010.47-20.78%207-20.78-4.56V268a4%204%200%200%200-4-4H154.8c-11.52%200-15-15.87-4.57-20.67L336.76%20161A10.73%2010.73%200%200%201%20351%20175.24%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%20fill%3D%22currentColor%22%20d%3D%22M258.9%2048C141.92%2046.42%2046.42%20141.92%2048%20258.9c1.56%20112.19%2092.91%20203.54%20205.1%20205.1c117%201.6%20212.48-93.9%20210.88-210.88C462.44%20140.91%20371.09%2049.56%20258.9%2048M351%20175.24l-82.24%20186.52c-4.79%2010.47-20.78%207-20.78-4.56V268a4%204%200%200%200-4-4H154.8c-11.52%200-15-15.87-4.57-20.67L336.76%20161A10.73%2010.73%200%200%201%20351%20175.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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