redo icon
redo-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- redo-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
redo-outlinedAnt Design IconsredoBoxIcons v2redoCarbonredoCodiconsredoFont Awesome Solidredo-outlineFlowbite Iconsredocss.ggredoHuge IconsredoIconParkredoIconPark OutlineredoIconoirredoJam IconsredoLine AwesomeredoLucideredoMajesticonsredoMaterial SymbolsredoMaterial Symbols LightredoMaterial Design IconsredoMyna UI IconsredoPixelarticonsredoUniconsredoUnicons MonochromeredoUnicons Solid
Use the redo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.72 2.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 1 1-1.06-1.06l4.97-4.97H8.25c-.797 0-2.008.245-3 .959c-.952.686-1.75 1.835-1.75 3.791s.798 3.105 1.75 3.791c.992.714 2.203.959 3 .959h3a.75.75 0 0 1 0 1.5h-3c-1.037 0-2.575-.305-3.876-1.241C3.035 18.545 2 16.944 2 14.5s1.035-4.045 2.374-5.009C5.675 8.555 7.214 8.25 8.25 8.25h11.44l-4.97-4.97a.75.75 0 0 1 0-1.06"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRedo24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.72 2.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 1 1-1.06-1.06l4.97-4.97H8.25c-.797 0-2.008.245-3 .959c-.952.686-1.75 1.835-1.75 3.791s.798 3.105 1.75 3.791c.992.714 2.203.959 3 .959h3a.75.75 0 0 1 0 1.5h-3c-1.037 0-2.575-.305-3.876-1.241C3.035 18.545 2 16.944 2 14.5s1.035-4.045 2.374-5.009C5.675 8.555 7.214 8.25 8.25 8.25h11.44l-4.97-4.97a.75.75 0 0 1 0-1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.72 2.22a.75.75 0 0 1 1.06 0l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 1 1-1.06-1.06l4.97-4.97H8.25c-.797 0-2.008.245-3 .959c-.952.686-1.75 1.835-1.75 3.791s.798 3.105 1.75 3.791c.992.714 2.203.959 3 .959h3a.75.75 0 0 1 0 1.5h-3c-1.037 0-2.575-.305-3.876-1.241C3.035 18.545 2 16.944 2 14.5s1.035-4.045 2.374-5.009C5.675 8.555 7.214 8.25 8.25 8.25h11.44l-4.97-4.97a.75.75 0 0 1 0-1.06"/></svg> </template>
CSS
.icon-redo-24 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.72%202.22a.75.75%200%200%201%201.06%200l6.25%206.25a.75.75%200%200%201%200%201.06l-6.25%206.25a.75.75%200%201%201-1.06-1.06l4.97-4.97H8.25c-.797%200-2.008.245-3%20.959c-.952.686-1.75%201.835-1.75%203.791s.798%203.105%201.75%203.791c.992.714%202.203.959%203%20.959h3a.75.75%200%200%201%200%201.5h-3c-1.037%200-2.575-.305-3.876-1.241C3.035%2018.545%202%2016.944%202%2014.5s1.035-4.045%202.374-5.009C5.675%208.555%207.214%208.25%208.25%208.25h11.44l-4.97-4.97a.75.75%200%200%201%200-1.06%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.72%202.22a.75.75%200%200%201%201.06%200l6.25%206.25a.75.75%200%200%201%200%201.06l-6.25%206.25a.75.75%200%201%201-1.06-1.06l4.97-4.97H8.25c-.797%200-2.008.245-3%20.959c-.952.686-1.75%201.835-1.75%203.791s.798%203.105%201.75%203.791c.992.714%202.203.959%203%20.959h3a.75.75%200%200%201%200%201.5h-3c-1.037%200-2.575-.305-3.876-1.241C3.035%2018.545%202%2016.944%202%2014.5s1.035-4.045%202.374-5.009C5.675%208.555%207.214%208.25%208.25%208.25h11.44l-4.97-4.97a.75.75%200%200%201%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/redo-24.svg?color=%231a73e8&size=48