replay icon
replay from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- replay
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the replay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2a9.98 9.98 0 0 1 7.6 3.5"/><path d="M20 2.5V6h-3.5m-.555 6.358c-.176.626-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.284-3.073 1.112a1.66 1.66 0 0 1-.712-.392C9 14.583 9 13.709 9 11.963c0-1.747 0-2.62.478-3.07c.198-.186.443-.321.712-.393c.65-.172 1.458.256 3.073 1.113c1.67.886 2.506 1.328 2.682 1.955c.073.259.073.531 0 .79"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsReplay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2a9.98 9.98 0 0 1 7.6 3.5"/><path d="M20 2.5V6h-3.5m-.555 6.358c-.176.626-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.284-3.073 1.112a1.66 1.66 0 0 1-.712-.392C9 14.583 9 13.709 9 11.963c0-1.747 0-2.62.478-3.07c.198-.186.443-.321.712-.393c.65-.172 1.458.256 3.073 1.113c1.67.886 2.506 1.328 2.682 1.955c.073.259.073.531 0 .79"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2a9.98 9.98 0 0 1 7.6 3.5"/><path d="M20 2.5V6h-3.5m-.555 6.358c-.176.626-1.012 1.07-2.682 1.955c-1.615.856-2.422 1.284-3.073 1.112a1.66 1.66 0 0 1-.712-.392C9 14.583 9 13.709 9 11.963c0-1.747 0-2.62.478-3.07c.198-.186.443-.321.712-.393c.65-.172 1.458.256 3.073 1.113c1.67.886 2.506 1.328 2.682 1.955c.073.259.073.531 0 .79"/></g></svg> </template>
CSS
.icon-replay {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202a9.98%209.98%200%200%201%207.6%203.5%22%2F%3E%3Cpath%20d%3D%22M20%202.5V6h-3.5m-.555%206.358c-.176.626-1.012%201.07-2.682%201.955c-1.615.856-2.422%201.284-3.073%201.112a1.66%201.66%200%200%201-.712-.392C9%2014.583%209%2013.709%209%2011.963c0-1.747%200-2.62.478-3.07c.198-.186.443-.321.712-.393c.65-.172%201.458.256%203.073%201.113c1.67.886%202.506%201.328%202.682%201.955c.073.259.073.531%200%20.79%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202a9.98%209.98%200%200%201%207.6%203.5%22%2F%3E%3Cpath%20d%3D%22M20%202.5V6h-3.5m-.555%206.358c-.176.626-1.012%201.07-2.682%201.955c-1.615.856-2.422%201.284-3.073%201.112a1.66%201.66%200%200%201-.712-.392C9%2014.583%209%2013.709%209%2011.963c0-1.747%200-2.62.478-3.07c.198-.186.443-.321.712-.393c.65-.172%201.458.256%203.073%201.113c1.67.886%202.506%201.328%202.682%201.955c.073.259.073.531%200%20.79%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/replay.svg?color=%231a73e8&size=48