rewind 10 seconds back icon

rewind-10-seconds-back-outline from Solar by 480 Design · Outline · Video · CC-BY-4.0 Attribution required.

Name
rewind-10-seconds-back-outline
Set
Solar
Style
Outline
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the rewind 10 seconds back icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C17.9371 1.25 22.75 6.06294 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.46598 17.9879 3.69386 13.6826 2.90266L14.5857 4.03148C14.8444 4.35493 14.792 4.82689 14.4685 5.08565C14.1451 5.34441 13.6731 5.29197 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511ZM10.3249 7.82402C10.5847 7.94891 10.75 8.2117 10.75 8.5V15.5C10.75 15.9142 10.4142 16.25 10 16.25C9.58579 16.25 9.25 15.9142 9.25 15.5V10.0605L7.96852 11.0857C7.64507 11.3444 7.17311 11.292 6.91435 10.9685C6.65559 10.6451 6.70803 10.1731 7.03148 9.91435L9.53148 7.91435C9.75661 7.73425 10.065 7.69913 10.3249 7.82402ZM14.25 9.25C13.6977 9.25 13.25 9.69772 13.25 10.25V13.75C13.25 14.3023 13.6977 14.75 14.25 14.75C14.8023 14.75 15.25 14.3023 15.25 13.75V10.25C15.25 9.69772 14.8023 9.25 14.25 9.25ZM11.75 10.25C11.75 8.86929 12.8693 7.75 14.25 7.75C15.6307 7.75 16.75 8.86929 16.75 10.25V13.75C16.75 15.1307 15.6307 16.25 14.25 16.25C12.8693 16.25 11.75 15.1307 11.75 13.75V10.25Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarRewind10SecondsBackOutline(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" fillRule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C17.9371 1.25 22.75 6.06294 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.46598 17.9879 3.69386 13.6826 2.90266L14.5857 4.03148C14.8444 4.35493 14.792 4.82689 14.4685 5.08565C14.1451 5.34441 13.6731 5.29197 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511ZM10.3249 7.82402C10.5847 7.94891 10.75 8.2117 10.75 8.5V15.5C10.75 15.9142 10.4142 16.25 10 16.25C9.58579 16.25 9.25 15.9142 9.25 15.5V10.0605L7.96852 11.0857C7.64507 11.3444 7.17311 11.292 6.91435 10.9685C6.65559 10.6451 6.70803 10.1731 7.03148 9.91435L9.53148 7.91435C9.75661 7.73425 10.065 7.69913 10.3249 7.82402ZM14.25 9.25C13.6977 9.25 13.25 9.69772 13.25 10.25V13.75C13.25 14.3023 13.6977 14.75 14.25 14.75C14.8023 14.75 15.25 14.3023 15.25 13.75V10.25C15.25 9.69772 14.8023 9.25 14.25 9.25ZM11.75 10.25C11.75 8.86929 12.8693 7.75 14.25 7.75C15.6307 7.75 16.75 8.86929 16.75 10.25V13.75C16.75 15.1307 15.6307 16.25 14.25 16.25C12.8693 16.25 11.75 15.1307 11.75 13.75V10.25Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.324 1.67511C11.4489 1.41526 11.7117 1.25 12 1.25C17.9371 1.25 22.75 6.06294 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.46598 17.9879 3.69386 13.6826 2.90266L14.5857 4.03148C14.8444 4.35493 14.792 4.82689 14.4685 5.08565C14.1451 5.34441 13.6731 5.29197 13.4143 4.96852L11.4143 2.46852C11.2342 2.24339 11.1991 1.93496 11.324 1.67511ZM10.3249 7.82402C10.5847 7.94891 10.75 8.2117 10.75 8.5V15.5C10.75 15.9142 10.4142 16.25 10 16.25C9.58579 16.25 9.25 15.9142 9.25 15.5V10.0605L7.96852 11.0857C7.64507 11.3444 7.17311 11.292 6.91435 10.9685C6.65559 10.6451 6.70803 10.1731 7.03148 9.91435L9.53148 7.91435C9.75661 7.73425 10.065 7.69913 10.3249 7.82402ZM14.25 9.25C13.6977 9.25 13.25 9.69772 13.25 10.25V13.75C13.25 14.3023 13.6977 14.75 14.25 14.75C14.8023 14.75 15.25 14.3023 15.25 13.75V10.25C15.25 9.69772 14.8023 9.25 14.25 9.25ZM11.75 10.25C11.75 8.86929 12.8693 7.75 14.25 7.75C15.6307 7.75 16.75 8.86929 16.75 10.25V13.75C16.75 15.1307 15.6307 16.25 14.25 16.25C12.8693 16.25 11.75 15.1307 11.75 13.75V10.25Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-rewind-10-seconds-back-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.324%201.67511C11.4489%201.41526%2011.7117%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%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.46598%2017.9879%203.69386%2013.6826%202.90266L14.5857%204.03148C14.8444%204.35493%2014.792%204.82689%2014.4685%205.08565C14.1451%205.34441%2013.6731%205.29197%2013.4143%204.96852L11.4143%202.46852C11.2342%202.24339%2011.1991%201.93496%2011.324%201.67511ZM10.3249%207.82402C10.5847%207.94891%2010.75%208.2117%2010.75%208.5V15.5C10.75%2015.9142%2010.4142%2016.25%2010%2016.25C9.58579%2016.25%209.25%2015.9142%209.25%2015.5V10.0605L7.96852%2011.0857C7.64507%2011.3444%207.17311%2011.292%206.91435%2010.9685C6.65559%2010.6451%206.70803%2010.1731%207.03148%209.91435L9.53148%207.91435C9.75661%207.73425%2010.065%207.69913%2010.3249%207.82402ZM14.25%209.25C13.6977%209.25%2013.25%209.69772%2013.25%2010.25V13.75C13.25%2014.3023%2013.6977%2014.75%2014.25%2014.75C14.8023%2014.75%2015.25%2014.3023%2015.25%2013.75V10.25C15.25%209.69772%2014.8023%209.25%2014.25%209.25ZM11.75%2010.25C11.75%208.86929%2012.8693%207.75%2014.25%207.75C15.6307%207.75%2016.75%208.86929%2016.75%2010.25V13.75C16.75%2015.1307%2015.6307%2016.25%2014.25%2016.25C12.8693%2016.25%2011.75%2015.1307%2011.75%2013.75V10.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.324%201.67511C11.4489%201.41526%2011.7117%201.25%2012%201.25C17.9371%201.25%2022.75%206.06294%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.46598%2017.9879%203.69386%2013.6826%202.90266L14.5857%204.03148C14.8444%204.35493%2014.792%204.82689%2014.4685%205.08565C14.1451%205.34441%2013.6731%205.29197%2013.4143%204.96852L11.4143%202.46852C11.2342%202.24339%2011.1991%201.93496%2011.324%201.67511ZM10.3249%207.82402C10.5847%207.94891%2010.75%208.2117%2010.75%208.5V15.5C10.75%2015.9142%2010.4142%2016.25%2010%2016.25C9.58579%2016.25%209.25%2015.9142%209.25%2015.5V10.0605L7.96852%2011.0857C7.64507%2011.3444%207.17311%2011.292%206.91435%2010.9685C6.65559%2010.6451%206.70803%2010.1731%207.03148%209.91435L9.53148%207.91435C9.75661%207.73425%2010.065%207.69913%2010.3249%207.82402ZM14.25%209.25C13.6977%209.25%2013.25%209.69772%2013.25%2010.25V13.75C13.25%2014.3023%2013.6977%2014.75%2014.25%2014.75C14.8023%2014.75%2015.25%2014.3023%2015.25%2013.75V10.25C15.25%209.69772%2014.8023%209.25%2014.25%209.25ZM11.75%2010.25C11.75%208.86929%2012.8693%207.75%2014.25%207.75C15.6307%207.75%2016.75%208.86929%2016.75%2010.25V13.75C16.75%2015.1307%2015.6307%2016.25%2014.25%2016.25C12.8693%2016.25%2011.75%2015.1307%2011.75%2013.75V10.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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