ios undo icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios undo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M447.9 368.2c0-16.8 3.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V96L64 224l192 128v-79.8c40 1.1 62.4 9.1 86.7 20 30.9 13.8 55.3 44 75.8 76.6l19.2 31.2H448c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C384.6 280.6 331 256 240 256v64.8L91.9 224.1 240 127.3V192c201 0 192.2 169.4 192.2 169.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosUndoOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M447.9 368.2c0-16.8 3.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V96L64 224l192 128v-79.8c40 1.1 62.4 9.1 86.7 20 30.9 13.8 55.3 44 75.8 76.6l19.2 31.2H448c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C384.6 280.6 331 256 240 256v64.8L91.9 224.1 240 127.3V192c201 0 192.2 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="M447.9 368.2c0-16.8 3.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V96L64 224l192 128v-79.8c40 1.1 62.4 9.1 86.7 20 30.9 13.8 55.3 44 75.8 76.6l19.2 31.2H448c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C384.6 280.6 331 256 240 256v64.8L91.9 224.1 240 127.3V192c201 0 192.2 169.4 192.2 169.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-undo-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%22M447.9%20368.2c0-16.8%203.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V96L64%20224l192%20128v-79.8c40%201.1%2062.4%209.1%2086.7%2020%2030.9%2013.8%2055.3%2044%2075.8%2076.6l19.2%2031.2H448c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C384.6%20280.6%20331%20256%20240%20256v64.8L91.9%20224.1%20240%20127.3V192c201%200%20192.2%20169.4%20192.2%20169.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%22M447.9%20368.2c0-16.8%203.6-83.1-48.7-135.7-35.2-35.4-80.3-53.4-143.3-56.2V96L64%20224l192%20128v-79.8c40%201.1%2062.4%209.1%2086.7%2020%2030.9%2013.8%2055.3%2044%2075.8%2076.6l19.2%2031.2H448c0-10.1-.1-22.9-.1-31.8zm-15.7-6.8C384.6%20280.6%20331%20256%20240%20256v64.8L91.9%20224.1%20240%20127.3V192c201%200%20192.2%20169.4%20192.2%20169.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-undo-outline.svg?color=%231a73e8&size=48