rewind 5 seconds back icon

rewind-5-seconds-back-bold-duotone from Solar by 480 Design · Bold Duotone · Video · CC-BY-4.0 Attribution required.

Name
rewind-5-seconds-back-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the rewind 5 seconds back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.1745 8.60472C10.3447 8.09429 10.8223 7.75 11.3604 7.75H14C14.4142 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 14.4142 9.25 14 9.25H11.5406L11.0406 10.75H12C13.5188 10.75 14.75 11.9812 14.75 13.5C14.75 15.0188 13.5188 16.25 12 16.25H10C9.58579 16.25 9.25 15.9142 9.25 15.5C9.25 15.0858 9.58579 14.75 10 14.75H12C12.6904 14.75 13.25 14.1904 13.25 13.5C13.25 12.8096 12.6904 12.25 12 12.25H10.6937C9.84052 12.25 9.23805 11.4141 9.50786 10.6047L10.1745 8.60472Z"/><path fill-rule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C12.7353 1.25 13.4541 1.32394 14.1492 1.46503C19.0563 2.46112 22.75 6.79837 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 7.59065 3.90459 3.80298 7.69972 2.14482C8.07929 1.97898 8.52143 2.15224 8.68726 2.53181C8.8531 2.91137 8.67984 3.35351 8.30028 3.51935C5.03179 4.94742 2.75 8.20808 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.84953 18.5158 4.33622 14.75 3.16544V4.5C14.75 4.81852 14.5488 5.10229 14.2483 5.20772C13.9477 5.31315 13.6133 5.21724 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511Z" clip-rule="evenodd" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRewind5SecondsBackBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.1745 8.60472C10.3447 8.09429 10.8223 7.75 11.3604 7.75H14C14.4142 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 14.4142 9.25 14 9.25H11.5406L11.0406 10.75H12C13.5188 10.75 14.75 11.9812 14.75 13.5C14.75 15.0188 13.5188 16.25 12 16.25H10C9.58579 16.25 9.25 15.9142 9.25 15.5C9.25 15.0858 9.58579 14.75 10 14.75H12C12.6904 14.75 13.25 14.1904 13.25 13.5C13.25 12.8096 12.6904 12.25 12 12.25H10.6937C9.84052 12.25 9.23805 11.4141 9.50786 10.6047L10.1745 8.60472Z"/><path fillRule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C12.7353 1.25 13.4541 1.32394 14.1492 1.46503C19.0563 2.46112 22.75 6.79837 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 7.59065 3.90459 3.80298 7.69972 2.14482C8.07929 1.97898 8.52143 2.15224 8.68726 2.53181C8.8531 2.91137 8.67984 3.35351 8.30028 3.51935C5.03179 4.94742 2.75 8.20808 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.84953 18.5158 4.33622 14.75 3.16544V4.5C14.75 4.81852 14.5488 5.10229 14.2483 5.20772C13.9477 5.31315 13.6133 5.21724 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511Z" clipRule="evenodd" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.1745 8.60472C10.3447 8.09429 10.8223 7.75 11.3604 7.75H14C14.4142 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 14.4142 9.25 14 9.25H11.5406L11.0406 10.75H12C13.5188 10.75 14.75 11.9812 14.75 13.5C14.75 15.0188 13.5188 16.25 12 16.25H10C9.58579 16.25 9.25 15.9142 9.25 15.5C9.25 15.0858 9.58579 14.75 10 14.75H12C12.6904 14.75 13.25 14.1904 13.25 13.5C13.25 12.8096 12.6904 12.25 12 12.25H10.6937C9.84052 12.25 9.23805 11.4141 9.50786 10.6047L10.1745 8.60472Z"/><path fill-rule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C12.7353 1.25 13.4541 1.32394 14.1492 1.46503C19.0563 2.46112 22.75 6.79837 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 7.59065 3.90459 3.80298 7.69972 2.14482C8.07929 1.97898 8.52143 2.15224 8.68726 2.53181C8.8531 2.91137 8.67984 3.35351 8.30028 3.51935C5.03179 4.94742 2.75 8.20808 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.84953 18.5158 4.33622 14.75 3.16544V4.5C14.75 4.81852 14.5488 5.10229 14.2483 5.20772C13.9477 5.31315 13.6133 5.21724 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511Z" clip-rule="evenodd" opacity=".5"/></g></svg>
</template>

CSS

.icon-rewind-5-seconds-back-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M10.1745%208.60472C10.3447%208.09429%2010.8223%207.75%2011.3604%207.75H14C14.4142%207.75%2014.75%208.08579%2014.75%208.5C14.75%208.91421%2014.4142%209.25%2014%209.25H11.5406L11.0406%2010.75H12C13.5188%2010.75%2014.75%2011.9812%2014.75%2013.5C14.75%2015.0188%2013.5188%2016.25%2012%2016.25H10C9.58579%2016.25%209.25%2015.9142%209.25%2015.5C9.25%2015.0858%209.58579%2014.75%2010%2014.75H12C12.6904%2014.75%2013.25%2014.1904%2013.25%2013.5C13.25%2012.8096%2012.6904%2012.25%2012%2012.25H10.6937C9.84052%2012.25%209.23805%2011.4141%209.50786%2010.6047L10.1745%208.60472Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.324%201.67511C11.4489%201.41526%2011.7117%201.25%2012%201.25C12.7353%201.25%2013.4541%201.32394%2014.1492%201.46503C19.0563%202.46112%2022.75%206.79837%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012C1.25%207.59065%203.90459%203.80298%207.69972%202.14482C8.07929%201.97898%208.52143%202.15224%208.68726%202.53181C8.8531%202.91137%208.67984%203.35351%208.30028%203.51935C5.03179%204.94742%202.75%208.20808%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%207.84953%2018.5158%204.33622%2014.75%203.16544V4.5C14.75%204.81852%2014.5488%205.10229%2014.2483%205.20772C13.9477%205.31315%2013.6133%205.21724%2013.4143%204.96852L11.4143%202.46852C11.2342%202.24339%2011.1991%201.93496%2011.324%201.67511Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M10.1745%208.60472C10.3447%208.09429%2010.8223%207.75%2011.3604%207.75H14C14.4142%207.75%2014.75%208.08579%2014.75%208.5C14.75%208.91421%2014.4142%209.25%2014%209.25H11.5406L11.0406%2010.75H12C13.5188%2010.75%2014.75%2011.9812%2014.75%2013.5C14.75%2015.0188%2013.5188%2016.25%2012%2016.25H10C9.58579%2016.25%209.25%2015.9142%209.25%2015.5C9.25%2015.0858%209.58579%2014.75%2010%2014.75H12C12.6904%2014.75%2013.25%2014.1904%2013.25%2013.5C13.25%2012.8096%2012.6904%2012.25%2012%2012.25H10.6937C9.84052%2012.25%209.23805%2011.4141%209.50786%2010.6047L10.1745%208.60472Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.324%201.67511C11.4489%201.41526%2011.7117%201.25%2012%201.25C12.7353%201.25%2013.4541%201.32394%2014.1492%201.46503C19.0563%202.46112%2022.75%206.79837%2022.75%2012C22.75%2017.9371%2017.9371%2022.75%2012%2022.75C6.06294%2022.75%201.25%2017.9371%201.25%2012C1.25%207.59065%203.90459%203.80298%207.69972%202.14482C8.07929%201.97898%208.52143%202.15224%208.68726%202.53181C8.8531%202.91137%208.67984%203.35351%208.30028%203.51935C5.03179%204.94742%202.75%208.20808%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%207.84953%2018.5158%204.33622%2014.75%203.16544V4.5C14.75%204.81852%2014.5488%205.10229%2014.2483%205.20772C13.9477%205.31315%2013.6133%205.21724%2013.4143%204.96852L11.4143%202.46852C11.2342%202.24339%2011.1991%201.93496%2011.324%201.67511Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/rewind-5-seconds-back-bold-duotone.svg?color=%231a73e8&size=48

Rewind 5 Seconds Back bold duotone icon — Solar · IconsDB