rewind icon
rewind-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- rewind-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the rewind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 5.503c0-1.28-1.497-1.971-2.472-1.142l-7.41 6.306a1.75 1.75 0 0 0 0 2.665l7.41 6.306c.975.83 2.473.137 2.473-1.142v-3.988l6.028 5.13c.974.83 2.473.137 2.473-1.142V5.504c0-1.28-1.498-1.972-2.472-1.143L12.5 9.492zm0 7.035v-1.076l7.002-5.958v12.992zm-8.91-.729L11 5.503v12.993L3.59 12.19a.25.25 0 0 1 0-.38"/></svg>
React
import type { SVGProps } from "react";
export function FluentRewind24Regular(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="M12.5 5.503c0-1.28-1.497-1.971-2.472-1.142l-7.41 6.306a1.75 1.75 0 0 0 0 2.665l7.41 6.306c.975.83 2.473.137 2.473-1.142v-3.988l6.028 5.13c.974.83 2.473.137 2.473-1.142V5.504c0-1.28-1.498-1.972-2.472-1.143L12.5 9.492zm0 7.035v-1.076l7.002-5.958v12.992zm-8.91-.729L11 5.503v12.993L3.59 12.19a.25.25 0 0 1 0-.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 5.503c0-1.28-1.497-1.971-2.472-1.142l-7.41 6.306a1.75 1.75 0 0 0 0 2.665l7.41 6.306c.975.83 2.473.137 2.473-1.142v-3.988l6.028 5.13c.974.83 2.473.137 2.473-1.142V5.504c0-1.28-1.498-1.972-2.472-1.143L12.5 9.492zm0 7.035v-1.076l7.002-5.958v12.992zm-8.91-.729L11 5.503v12.993L3.59 12.19a.25.25 0 0 1 0-.38"/></svg> </template>
CSS
.icon-rewind-24-regular {
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%22M12.5%205.503c0-1.28-1.497-1.971-2.472-1.142l-7.41%206.306a1.75%201.75%200%200%200%200%202.665l7.41%206.306c.975.83%202.473.137%202.473-1.142v-3.988l6.028%205.13c.974.83%202.473.137%202.473-1.142V5.504c0-1.28-1.498-1.972-2.472-1.143L12.5%209.492zm0%207.035v-1.076l7.002-5.958v12.992zm-8.91-.729L11%205.503v12.993L3.59%2012.19a.25.25%200%200%201%200-.38%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%22M12.5%205.503c0-1.28-1.497-1.971-2.472-1.142l-7.41%206.306a1.75%201.75%200%200%200%200%202.665l7.41%206.306c.975.83%202.473.137%202.473-1.142v-3.988l6.028%205.13c.974.83%202.473.137%202.473-1.142V5.504c0-1.28-1.498-1.972-2.472-1.143L12.5%209.492zm0%207.035v-1.076l7.002-5.958v12.992zm-8.91-.729L11%205.503v12.993L3.59%2012.19a.25.25%200%200%201%200-.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/rewind-24-regular.svg?color=%231a73e8&size=48