ios redo icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios redo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 400h10.3l19.2-31.2c20.5-32.7 44.9-62.8 75.8-76.6 24.4-10.9 46.7-18.9 86.7-20V352l192-128L256 96v80.3c-63 2.8-108.1 20.7-143.3 56.2C60.4 285.2 64 351.5 64 368.2c.1 8.9 0 21.7 0 31.8zm208-208v-64.7l148.1 96.8L272 320.8V256c-91 0-144.6 24.6-192.2 105.4 0 0-8.8-169.4 192.2-169.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosRedoOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 400h10.3l19.2-31.2c20.5-32.7 44.9-62.8 75.8-76.6 24.4-10.9 46.7-18.9 86.7-20V352l192-128L256 96v80.3c-63 2.8-108.1 20.7-143.3 56.2C60.4 285.2 64 351.5 64 368.2c.1 8.9 0 21.7 0 31.8zm208-208v-64.7l148.1 96.8L272 320.8V256c-91 0-144.6 24.6-192.2 105.4 0 0-8.8-169.4 192.2-169.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M64 400h10.3l19.2-31.2c20.5-32.7 44.9-62.8 75.8-76.6 24.4-10.9 46.7-18.9 86.7-20V352l192-128L256 96v80.3c-63 2.8-108.1 20.7-143.3 56.2C60.4 285.2 64 351.5 64 368.2c.1 8.9 0 21.7 0 31.8zm208-208v-64.7l148.1 96.8L272 320.8V256c-91 0-144.6 24.6-192.2 105.4 0 0-8.8-169.4 192.2-169.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-redo-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%22M64%20400h10.3l19.2-31.2c20.5-32.7%2044.9-62.8%2075.8-76.6%2024.4-10.9%2046.7-18.9%2086.7-20V352l192-128L256%2096v80.3c-63%202.8-108.1%2020.7-143.3%2056.2C60.4%20285.2%2064%20351.5%2064%20368.2c.1%208.9%200%2021.7%200%2031.8zm208-208v-64.7l148.1%2096.8L272%20320.8V256c-91%200-144.6%2024.6-192.2%20105.4%200%200-8.8-169.4%20192.2-169.4z%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%22M64%20400h10.3l19.2-31.2c20.5-32.7%2044.9-62.8%2075.8-76.6%2024.4-10.9%2046.7-18.9%2086.7-20V352l192-128L256%2096v80.3c-63%202.8-108.1%2020.7-143.3%2056.2C60.4%20285.2%2064%20351.5%2064%20368.2c.1%208.9%200%2021.7%200%2031.8zm208-208v-64.7l148.1%2096.8L272%20320.8V256c-91%200-144.6%2024.6-192.2%20105.4%200%200-8.8-169.4%20192.2-169.4z%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-redo-outline.svg?color=%231a73e8&size=48