ios redo icon
ios-redo from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-redo
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
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="M32 432h2.9c1.8 0 3.5-1.1 4.1-2.8 2.2-5.7 8.3-19.8 21.4-39.7 21.5-32.7 58.4-67.4 94.5-83.5 27.6-12.4 53-21.5 97.1-23.2 2.3-.1 4.2 1.7 4.2 4v81.6c0 3.2 3.6 5.1 6.2 3.4l215.9-142.2c2.4-1.6 2.4-5.1 0-6.7l-216-142.2c-2.7-1.8-6.2.1-6.2 3.4v82.6c0 2.2-1.7 3.9-3.8 4-71.6 3.8-123.1 24.8-163.4 65.5-61 61.6-56.8 139.1-56.8 158.7 0 10.3-.1 25.3-.1 37.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosRedo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 432h2.9c1.8 0 3.5-1.1 4.1-2.8 2.2-5.7 8.3-19.8 21.4-39.7 21.5-32.7 58.4-67.4 94.5-83.5 27.6-12.4 53-21.5 97.1-23.2 2.3-.1 4.2 1.7 4.2 4v81.6c0 3.2 3.6 5.1 6.2 3.4l215.9-142.2c2.4-1.6 2.4-5.1 0-6.7l-216-142.2c-2.7-1.8-6.2.1-6.2 3.4v82.6c0 2.2-1.7 3.9-3.8 4-71.6 3.8-123.1 24.8-163.4 65.5-61 61.6-56.8 139.1-56.8 158.7 0 10.3-.1 25.3-.1 37.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M32 432h2.9c1.8 0 3.5-1.1 4.1-2.8 2.2-5.7 8.3-19.8 21.4-39.7 21.5-32.7 58.4-67.4 94.5-83.5 27.6-12.4 53-21.5 97.1-23.2 2.3-.1 4.2 1.7 4.2 4v81.6c0 3.2 3.6 5.1 6.2 3.4l215.9-142.2c2.4-1.6 2.4-5.1 0-6.7l-216-142.2c-2.7-1.8-6.2.1-6.2 3.4v82.6c0 2.2-1.7 3.9-3.8 4-71.6 3.8-123.1 24.8-163.4 65.5-61 61.6-56.8 139.1-56.8 158.7 0 10.3-.1 25.3-.1 37.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-redo {
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%22M32%20432h2.9c1.8%200%203.5-1.1%204.1-2.8%202.2-5.7%208.3-19.8%2021.4-39.7%2021.5-32.7%2058.4-67.4%2094.5-83.5%2027.6-12.4%2053-21.5%2097.1-23.2%202.3-.1%204.2%201.7%204.2%204v81.6c0%203.2%203.6%205.1%206.2%203.4l215.9-142.2c2.4-1.6%202.4-5.1%200-6.7l-216-142.2c-2.7-1.8-6.2.1-6.2%203.4v82.6c0%202.2-1.7%203.9-3.8%204-71.6%203.8-123.1%2024.8-163.4%2065.5-61%2061.6-56.8%20139.1-56.8%20158.7%200%2010.3-.1%2025.3-.1%2037.1z%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%22M32%20432h2.9c1.8%200%203.5-1.1%204.1-2.8%202.2-5.7%208.3-19.8%2021.4-39.7%2021.5-32.7%2058.4-67.4%2094.5-83.5%2027.6-12.4%2053-21.5%2097.1-23.2%202.3-.1%204.2%201.7%204.2%204v81.6c0%203.2%203.6%205.1%206.2%203.4l215.9-142.2c2.4-1.6%202.4-5.1%200-6.7l-216-142.2c-2.7-1.8-6.2.1-6.2%203.4v82.6c0%202.2-1.7%203.9-3.8%204-71.6%203.8-123.1%2024.8-163.4%2065.5-61%2061.6-56.8%20139.1-56.8%20158.7%200%2010.3-.1%2025.3-.1%2037.1z%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.svg?color=%231a73e8&size=48