ios reload icon

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

Name
ios-reload
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios reload icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64c105.9 0 191.7 85.7 191.9 191.5l55-52.5 9 9.1-70.3 67.9-66.6-67.9 9-9.1 51.1 52.4c-.3-98.5-80.5-178.6-179.1-178.6-98.8 0-179.2 80.4-179.2 179.2 0 98.8 80.4 179.2 179.2 179.2 78.6 0 145.5-51 169.5-121.6l12.4 3.5C412.3 393.2 340.6 448 256 448c-106 0-192-86-192-192S150 64 256 64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosReload(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 64c105.9 0 191.7 85.7 191.9 191.5l55-52.5 9 9.1-70.3 67.9-66.6-67.9 9-9.1 51.1 52.4c-.3-98.5-80.5-178.6-179.1-178.6-98.8 0-179.2 80.4-179.2 179.2 0 98.8 80.4 179.2 179.2 179.2 78.6 0 145.5-51 169.5-121.6l12.4 3.5C412.3 393.2 340.6 448 256 448c-106 0-192-86-192-192S150 64 256 64z" 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 64c105.9 0 191.7 85.7 191.9 191.5l55-52.5 9 9.1-70.3 67.9-66.6-67.9 9-9.1 51.1 52.4c-.3-98.5-80.5-178.6-179.1-178.6-98.8 0-179.2 80.4-179.2 179.2 0 98.8 80.4 179.2 179.2 179.2 78.6 0 145.5-51 169.5-121.6l12.4 3.5C412.3 393.2 340.6 448 256 448c-106 0-192-86-192-192S150 64 256 64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-reload {
  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%2064c105.9%200%20191.7%2085.7%20191.9%20191.5l55-52.5%209%209.1-70.3%2067.9-66.6-67.9%209-9.1%2051.1%2052.4c-.3-98.5-80.5-178.6-179.1-178.6-98.8%200-179.2%2080.4-179.2%20179.2%200%2098.8%2080.4%20179.2%20179.2%20179.2%2078.6%200%20145.5-51%20169.5-121.6l12.4%203.5C412.3%20393.2%20340.6%20448%20256%20448c-106%200-192-86-192-192S150%2064%20256%2064z%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%2064c105.9%200%20191.7%2085.7%20191.9%20191.5l55-52.5%209%209.1-70.3%2067.9-66.6-67.9%209-9.1%2051.1%2052.4c-.3-98.5-80.5-178.6-179.1-178.6-98.8%200-179.2%2080.4-179.2%20179.2%200%2098.8%2080.4%20179.2%20179.2%20179.2%2078.6%200%20145.5-51%20169.5-121.6l12.4%203.5C412.3%20393.2%20340.6%20448%20256%20448c-106%200-192-86-192-192S150%2064%20256%2064z%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-reload.svg?color=%231a73e8&size=48