rewind 10 icon
rewind-10 from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- rewind-10
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the rewind 10 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M19.63 22.13a2.84 2.84 0 0 1-1.28-.27a2.44 2.44 0 0 1-.89-.77a3.6 3.6 0 0 1-.52-1.25a7.7 7.7 0 0 1-.17-1.68a8 8 0 0 1 .17-1.68a3.7 3.7 0 0 1 .52-1.25a2.44 2.44 0 0 1 .89-.77a2.84 2.84 0 0 1 1.28-.27a2.44 2.44 0 0 1 2.16 1a5.23 5.23 0 0 1 .7 2.93a5.23 5.23 0 0 1-.7 2.93a2.44 2.44 0 0 1-2.16 1.08m0-1.22a1.07 1.07 0 0 0 1-.55a3.4 3.4 0 0 0 .37-1.51v-1.38a3.3 3.3 0 0 0-.29-1.5a1.23 1.23 0 0 0-2.06 0a3.3 3.3 0 0 0-.29 1.5v1.38a3.4 3.4 0 0 0 .29 1.51a1.06 1.06 0 0 0 .98.55m-9 1.09v-1.18h2v-5.19l-1.86 1l-.55-1.06l2.32-1.3H14v6.5h1.78V22Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonRewind10(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M19.63 22.13a2.84 2.84 0 0 1-1.28-.27a2.44 2.44 0 0 1-.89-.77a3.6 3.6 0 0 1-.52-1.25a7.7 7.7 0 0 1-.17-1.68a8 8 0 0 1 .17-1.68a3.7 3.7 0 0 1 .52-1.25a2.44 2.44 0 0 1 .89-.77a2.84 2.84 0 0 1 1.28-.27a2.44 2.44 0 0 1 2.16 1a5.23 5.23 0 0 1 .7 2.93a5.23 5.23 0 0 1-.7 2.93a2.44 2.44 0 0 1-2.16 1.08m0-1.22a1.07 1.07 0 0 0 1-.55a3.4 3.4 0 0 0 .37-1.51v-1.38a3.3 3.3 0 0 0-.29-1.5a1.23 1.23 0 0 0-2.06 0a3.3 3.3 0 0 0-.29 1.5v1.38a3.4 3.4 0 0 0 .29 1.51a1.06 1.06 0 0 0 .98.55m-9 1.09v-1.18h2v-5.19l-1.86 1l-.55-1.06l2.32-1.3H14v6.5h1.78V22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18Z"/><path fill="currentColor" d="M19.63 22.13a2.84 2.84 0 0 1-1.28-.27a2.44 2.44 0 0 1-.89-.77a3.6 3.6 0 0 1-.52-1.25a7.7 7.7 0 0 1-.17-1.68a8 8 0 0 1 .17-1.68a3.7 3.7 0 0 1 .52-1.25a2.44 2.44 0 0 1 .89-.77a2.84 2.84 0 0 1 1.28-.27a2.44 2.44 0 0 1 2.16 1a5.23 5.23 0 0 1 .7 2.93a5.23 5.23 0 0 1-.7 2.93a2.44 2.44 0 0 1-2.16 1.08m0-1.22a1.07 1.07 0 0 0 1-.55a3.4 3.4 0 0 0 .37-1.51v-1.38a3.3 3.3 0 0 0-.29-1.5a1.23 1.23 0 0 0-2.06 0a3.3 3.3 0 0 0-.29 1.5v1.38a3.4 3.4 0 0 0 .29 1.51a1.06 1.06 0 0 0 .98.55m-9 1.09v-1.18h2v-5.19l-1.86 1l-.55-1.06l2.32-1.3H14v6.5h1.78V22Z"/></svg> </template>
CSS
.icon-rewind-10 {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018A12%2012%200%201%200%2016%206h-4V1L6%207l6%206V8h4A10%2010%200%201%201%206%2018Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.63%2022.13a2.84%202.84%200%200%201-1.28-.27a2.44%202.44%200%200%201-.89-.77a3.6%203.6%200%200%201-.52-1.25a7.7%207.7%200%200%201-.17-1.68a8%208%200%200%201%20.17-1.68a3.7%203.7%200%200%201%20.52-1.25a2.44%202.44%200%200%201%20.89-.77a2.84%202.84%200%200%201%201.28-.27a2.44%202.44%200%200%201%202.16%201a5.23%205.23%200%200%201%20.7%202.93a5.23%205.23%200%200%201-.7%202.93a2.44%202.44%200%200%201-2.16%201.08m0-1.22a1.07%201.07%200%200%200%201-.55a3.4%203.4%200%200%200%20.37-1.51v-1.38a3.3%203.3%200%200%200-.29-1.5a1.23%201.23%200%200%200-2.06%200a3.3%203.3%200%200%200-.29%201.5v1.38a3.4%203.4%200%200%200%20.29%201.51a1.06%201.06%200%200%200%20.98.55m-9%201.09v-1.18h2v-5.19l-1.86%201l-.55-1.06l2.32-1.3H14v6.5h1.78V22Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018A12%2012%200%201%200%2016%206h-4V1L6%207l6%206V8h4A10%2010%200%201%201%206%2018Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.63%2022.13a2.84%202.84%200%200%201-1.28-.27a2.44%202.44%200%200%201-.89-.77a3.6%203.6%200%200%201-.52-1.25a7.7%207.7%200%200%201-.17-1.68a8%208%200%200%201%20.17-1.68a3.7%203.7%200%200%201%20.52-1.25a2.44%202.44%200%200%201%20.89-.77a2.84%202.84%200%200%201%201.28-.27a2.44%202.44%200%200%201%202.16%201a5.23%205.23%200%200%201%20.7%202.93a5.23%205.23%200%200%201-.7%202.93a2.44%202.44%200%200%201-2.16%201.08m0-1.22a1.07%201.07%200%200%200%201-.55a3.4%203.4%200%200%200%20.37-1.51v-1.38a3.3%203.3%200%200%200-.29-1.5a1.23%201.23%200%200%200-2.06%200a3.3%203.3%200%200%200-.29%201.5v1.38a3.4%203.4%200%200%200%20.29%201.51a1.06%201.06%200%200%200%20.98.55m-9%201.09v-1.18h2v-5.19l-1.86%201l-.55-1.06l2.32-1.3H14v6.5h1.78V22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/rewind-10.svg?color=%231a73e8&size=48