skip-back-10-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
skip-back-10-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip back 10 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5.628V3.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H5.226C6.42 5.11 8.129 4.25 10 4.25c2.4 0 4.53 1.415 5.655 3.543c.144.273.42.457.729.457c.537 0 .91-.533.668-1.013C15.712 4.579 13.077 2.75 10 2.75c-2.406 0-4.542 1.119-6 2.878m4.25 5.122a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .976 1.14l.512-.44v3.87a.75.75 0 0 0 1.5 0zM15 13.5c0 1.933-.625 3.5-2.5 3.5S10 15.433 10 13.5s.625-3.5 2.5-3.5s2.5 1.567 2.5 3.5m-1.5 0c0-.85-.145-1.399-.324-1.687a.6.6 0 0 0-.217-.223c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.6.6 0 0 0-.216.223c-.179.288-.324.837-.324 1.687s.145 1.399.324 1.688a.6.6 0 0 0 .217.222c.069.038.204.09.459.09s.39-.052.46-.09a.6.6 0 0 0 .216-.223c.179-.288.324-.837.324-1.687"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipBack1020Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5.628V3.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H5.226C6.42 5.11 8.129 4.25 10 4.25c2.4 0 4.53 1.415 5.655 3.543c.144.273.42.457.729.457c.537 0 .91-.533.668-1.013C15.712 4.579 13.077 2.75 10 2.75c-2.406 0-4.542 1.119-6 2.878m4.25 5.122a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .976 1.14l.512-.44v3.87a.75.75 0 0 0 1.5 0zM15 13.5c0 1.933-.625 3.5-2.5 3.5S10 15.433 10 13.5s.625-3.5 2.5-3.5s2.5 1.567 2.5 3.5m-1.5 0c0-.85-.145-1.399-.324-1.687a.6.6 0 0 0-.217-.223c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.6.6 0 0 0-.216.223c-.179.288-.324.837-.324 1.687s.145 1.399.324 1.688a.6.6 0 0 0 .217.222c.069.038.204.09.459.09s.39-.052.46-.09a.6.6 0 0 0 .216-.223c.179-.288.324-.837.324-1.687"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 5.628V3.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5H5.226C6.42 5.11 8.129 4.25 10 4.25c2.4 0 4.53 1.415 5.655 3.543c.144.273.42.457.729.457c.537 0 .91-.533.668-1.013C15.712 4.579 13.077 2.75 10 2.75c-2.406 0-4.542 1.119-6 2.878m4.25 5.122a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .976 1.14l.512-.44v3.87a.75.75 0 0 0 1.5 0zM15 13.5c0 1.933-.625 3.5-2.5 3.5S10 15.433 10 13.5s.625-3.5 2.5-3.5s2.5 1.567 2.5 3.5m-1.5 0c0-.85-.145-1.399-.324-1.687a.6.6 0 0 0-.217-.223c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.6.6 0 0 0-.216.223c-.179.288-.324.837-.324 1.687s.145 1.399.324 1.688a.6.6 0 0 0 .217.222c.069.038.204.09.459.09s.39-.052.46-.09a.6.6 0 0 0 .216-.223c.179-.288.324-.837.324-1.687"/></svg>
</template>

CSS

.icon-skip-back-10-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.628V3.75a.75.75%200%200%200-1.5%200v3.5c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H5.226C6.42%205.11%208.129%204.25%2010%204.25c2.4%200%204.53%201.415%205.655%203.543c.144.273.42.457.729.457c.537%200%20.91-.533.668-1.013C15.712%204.579%2013.077%202.75%2010%202.75c-2.406%200-4.542%201.119-6%202.878m4.25%205.122a.75.75%200%200%200-1.238-.57l-1.75%201.5a.75.75%200%201%200%20.976%201.14l.512-.44v3.87a.75.75%200%200%200%201.5%200zM15%2013.5c0%201.933-.625%203.5-2.5%203.5S10%2015.433%2010%2013.5s.625-3.5%202.5-3.5s2.5%201.567%202.5%203.5m-1.5%200c0-.85-.145-1.399-.324-1.687a.6.6%200%200%200-.217-.223c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.6.6%200%200%200-.216.223c-.179.288-.324.837-.324%201.687s.145%201.399.324%201.688a.6.6%200%200%200%20.217.222c.069.038.204.09.459.09s.39-.052.46-.09a.6.6%200%200%200%20.216-.223c.179-.288.324-.837.324-1.687%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205.628V3.75a.75.75%200%200%200-1.5%200v3.5c0%20.414.336.75.75.75h4a.75.75%200%200%200%200-1.5H5.226C6.42%205.11%208.129%204.25%2010%204.25c2.4%200%204.53%201.415%205.655%203.543c.144.273.42.457.729.457c.537%200%20.91-.533.668-1.013C15.712%204.579%2013.077%202.75%2010%202.75c-2.406%200-4.542%201.119-6%202.878m4.25%205.122a.75.75%200%200%200-1.238-.57l-1.75%201.5a.75.75%200%201%200%20.976%201.14l.512-.44v3.87a.75.75%200%200%200%201.5%200zM15%2013.5c0%201.933-.625%203.5-2.5%203.5S10%2015.433%2010%2013.5s.625-3.5%202.5-3.5s2.5%201.567%202.5%203.5m-1.5%200c0-.85-.145-1.399-.324-1.687a.6.6%200%200%200-.217-.223c-.069-.038-.204-.09-.459-.09s-.39.052-.46.09a.6.6%200%200%200-.216.223c-.179.288-.324.837-.324%201.687s.145%201.399.324%201.688a.6.6%200%200%200%20.217.222c.069.038.204.09.459.09s.39-.052.46-.09a.6.6%200%200%200%20.216-.223c.179-.288.324-.837.324-1.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/skip-back-10-20-filled.svg?color=%231a73e8&size=48