redo icon
redo-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- redo-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- redo, redo-outline
The same icon in other sets
redoBoxIcons v2redoCarbonredoCodiconsredoFont Awesome Solidredo-outlineFlowbite Iconsredocss.ggredoHuge IconsredoIconParkredoIconPark OutlineredoIconoirredoJam IconsredoLine AwesomeredoLucideredoMajesticonsredoMaterial SymbolsredoMaterial Symbols LightredoMaterial Design IconsredoMyna UI Iconsredo-16OcticonsredoPixelarticonsredoUniconsredoUnicons MonochromeredoUnicons Solid
Use the redo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M758.2 839.1C851.8 765.9 912 651.9 912 523.9C912 303 733.5 124.3 512.6 124C291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2c3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.6 318.6 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7s63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6s52.5 63.6 68.6 101.7c16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.6 318.6 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRedoOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M758.2 839.1C851.8 765.9 912 651.9 912 523.9C912 303 733.5 124.3 512.6 124C291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2c3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.6 318.6 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7s63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6s52.5 63.6 68.6 101.7c16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.6 318.6 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M758.2 839.1C851.8 765.9 912 651.9 912 523.9C912 303 733.5 124.3 512.6 124C291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2c3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.6 318.6 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7s63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6s52.5 63.6 68.6 101.7c16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.6 318.6 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9z"/></svg> </template>
CSS
.icon-redo-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M758.2%20839.1C851.8%20765.9%20912%20651.9%20912%20523.9C912%20303%20733.5%20124.3%20512.6%20124C291.4%20123.7%20112%20302.8%20112%20523.9c0%20125.2%2057.5%20236.9%20147.6%20310.2c3.5%202.8%208.6%202.2%2011.4-1.3l39.4-50.5c2.7-3.4%202.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.6%20318.6%200%200%201-68.6-101.7C200.4%20609%20192%20567.1%20192%20523.9s8.4-85.1%2025.1-124.5c16.1-38.1%2039.2-72.3%2068.6-101.7s63.6-52.5%20101.7-68.6C426.9%20212.4%20468.8%20204%20512%20204s85.1%208.4%20124.5%2025.1c38.1%2016.1%2072.3%2039.2%20101.7%2068.6s52.5%2063.6%2068.6%20101.7c16.7%2039.4%2025.1%2081.3%2025.1%20124.5s-8.4%2085.1-25.1%20124.5a318.6%20318.6%200%200%201-68.6%20101.7c-9.3%209.3-19.1%2018-29.3%2026L668.2%20724a8%208%200%200%200-14.1%203l-39.6%20162.2c-1.2%205%202.6%209.9%207.7%209.9l167%20.8c6.7%200%2010.5-7.7%206.3-12.9z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M758.2%20839.1C851.8%20765.9%20912%20651.9%20912%20523.9C912%20303%20733.5%20124.3%20512.6%20124C291.4%20123.7%20112%20302.8%20112%20523.9c0%20125.2%2057.5%20236.9%20147.6%20310.2c3.5%202.8%208.6%202.2%2011.4-1.3l39.4-50.5c2.7-3.4%202.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.6%20318.6%200%200%201-68.6-101.7C200.4%20609%20192%20567.1%20192%20523.9s8.4-85.1%2025.1-124.5c16.1-38.1%2039.2-72.3%2068.6-101.7s63.6-52.5%20101.7-68.6C426.9%20212.4%20468.8%20204%20512%20204s85.1%208.4%20124.5%2025.1c38.1%2016.1%2072.3%2039.2%20101.7%2068.6s52.5%2063.6%2068.6%20101.7c16.7%2039.4%2025.1%2081.3%2025.1%20124.5s-8.4%2085.1-25.1%20124.5a318.6%20318.6%200%200%201-68.6%20101.7c-9.3%209.3-19.1%2018-29.3%2026L668.2%20724a8%208%200%200%200-14.1%203l-39.6%20162.2c-1.2%205%202.6%209.9%207.7%209.9l167%20.8c6.7%200%2010.5-7.7%206.3-12.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/redo-outlined.svg?color=%231a73e8&size=48