rewind icon
rewind-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- rewind-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the rewind icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.85 61.48a12 12 0 0 0-12.18.39L124 116.43V71.84a11.66 11.66 0 0 0-6.15-10.36a12 12 0 0 0-12.18.39L17.48 118a11.81 11.81 0 0 0 0 19.94l88.19 56.16a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.33v-44.59l85.67 54.56a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.36V71.84a11.66 11.66 0 0 0-6.15-10.36M116 184.16a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.22-56.16a3.8 3.8 0 0 1 0-6.44L110 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Zm104 0a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.18-56.16a3.8 3.8 0 0 1 0-6.44L214 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRewindThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.85 61.48a12 12 0 0 0-12.18.39L124 116.43V71.84a11.66 11.66 0 0 0-6.15-10.36a12 12 0 0 0-12.18.39L17.48 118a11.81 11.81 0 0 0 0 19.94l88.19 56.16a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.33v-44.59l85.67 54.56a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.36V71.84a11.66 11.66 0 0 0-6.15-10.36M116 184.16a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.22-56.16a3.8 3.8 0 0 1 0-6.44L110 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Zm104 0a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.18-56.16a3.8 3.8 0 0 1 0-6.44L214 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M221.85 61.48a12 12 0 0 0-12.18.39L124 116.43V71.84a11.66 11.66 0 0 0-6.15-10.36a12 12 0 0 0-12.18.39L17.48 118a11.81 11.81 0 0 0 0 19.94l88.19 56.16a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.33v-44.59l85.67 54.56a12 12 0 0 0 12.18.39a11.66 11.66 0 0 0 6.15-10.36V71.84a11.66 11.66 0 0 0-6.15-10.36M116 184.16a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.22-56.16a3.8 3.8 0 0 1 0-6.44L110 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Zm104 0a3.76 3.76 0 0 1-2 3.35a3.91 3.91 0 0 1-4-.13l-88.18-56.16a3.8 3.8 0 0 1 0-6.44L214 68.62a3.94 3.94 0 0 1 2.13-.63a4 4 0 0 1 1.91.5a3.76 3.76 0 0 1 2 3.35Z"/></svg> </template>
CSS
.icon-rewind-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M221.85%2061.48a12%2012%200%200%200-12.18.39L124%20116.43V71.84a11.66%2011.66%200%200%200-6.15-10.36a12%2012%200%200%200-12.18.39L17.48%20118a11.81%2011.81%200%200%200%200%2019.94l88.19%2056.16a12%2012%200%200%200%2012.18.39a11.66%2011.66%200%200%200%206.15-10.33v-44.59l85.67%2054.56a12%2012%200%200%200%2012.18.39a11.66%2011.66%200%200%200%206.15-10.36V71.84a11.66%2011.66%200%200%200-6.15-10.36M116%20184.16a3.76%203.76%200%200%201-2%203.35a3.91%203.91%200%200%201-4-.13l-88.22-56.16a3.8%203.8%200%200%201%200-6.44L110%2068.62a3.94%203.94%200%200%201%202.13-.63a4%204%200%200%201%201.91.5a3.76%203.76%200%200%201%202%203.35Zm104%200a3.76%203.76%200%200%201-2%203.35a3.91%203.91%200%200%201-4-.13l-88.18-56.16a3.8%203.8%200%200%201%200-6.44L214%2068.62a3.94%203.94%200%200%201%202.13-.63a4%204%200%200%201%201.91.5a3.76%203.76%200%200%201%202%203.35Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M221.85%2061.48a12%2012%200%200%200-12.18.39L124%20116.43V71.84a11.66%2011.66%200%200%200-6.15-10.36a12%2012%200%200%200-12.18.39L17.48%20118a11.81%2011.81%200%200%200%200%2019.94l88.19%2056.16a12%2012%200%200%200%2012.18.39a11.66%2011.66%200%200%200%206.15-10.33v-44.59l85.67%2054.56a12%2012%200%200%200%2012.18.39a11.66%2011.66%200%200%200%206.15-10.36V71.84a11.66%2011.66%200%200%200-6.15-10.36M116%20184.16a3.76%203.76%200%200%201-2%203.35a3.91%203.91%200%200%201-4-.13l-88.22-56.16a3.8%203.8%200%200%201%200-6.44L110%2068.62a3.94%203.94%200%200%201%202.13-.63a4%204%200%200%201%201.91.5a3.76%203.76%200%200%201%202%203.35Zm104%200a3.76%203.76%200%200%201-2%203.35a3.91%203.91%200%200%201-4-.13l-88.18-56.16a3.8%203.8%200%200%201%200-6.44L214%2068.62a3.94%203.94%200%200%201%202.13-.63a4%204%200%200%201%201.91.5a3.76%203.76%200%200%201%202%203.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/rewind-thin.svg?color=%231a73e8&size=48