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

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

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip back 15 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3.25a1 1 0 0 1 2 0v2.729c1.068-1.08 2.378-1.971 3.954-2.459c2.43-.752 5.013-.69 7.395.196c2.363.88 4.603 2.664 5.778 4.807a1 1 0 0 1-1.754.961c-.912-1.662-2.74-3.156-4.722-3.893a9.44 9.44 0 0 0-6.106-.16C7.071 5.887 5.848 6.82 4.863 8H8.25a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm7.095 7.811A1 1 0 0 1 9.75 12v8a1 1 0 0 1-2 0v-5.507c-.346.283-.752.575-1.235.864a1 1 0 0 1-1.03-1.714c1.203-.722 1.766-1.402 2.281-2.025q.111-.135.222-.265a1 1 0 0 1 1.107-.292M17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.991.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipBack1524Filled(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" d="M2 3.25a1 1 0 0 1 2 0v2.729c1.068-1.08 2.378-1.971 3.954-2.459c2.43-.752 5.013-.69 7.395.196c2.363.88 4.603 2.664 5.778 4.807a1 1 0 0 1-1.754.961c-.912-1.662-2.74-3.156-4.722-3.893a9.44 9.44 0 0 0-6.106-.16C7.071 5.887 5.848 6.82 4.863 8H8.25a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm7.095 7.811A1 1 0 0 1 9.75 12v8a1 1 0 0 1-2 0v-5.507c-.346.283-.752.575-1.235.864a1 1 0 0 1-1.03-1.714c1.203-.722 1.766-1.402 2.281-2.025q.111-.135.222-.265a1 1 0 0 1 1.107-.292M17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.991.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3.25a1 1 0 0 1 2 0v2.729c1.068-1.08 2.378-1.971 3.954-2.459c2.43-.752 5.013-.69 7.395.196c2.363.88 4.603 2.664 5.778 4.807a1 1 0 0 1-1.754.961c-.912-1.662-2.74-3.156-4.722-3.893a9.44 9.44 0 0 0-6.106-.16C7.071 5.887 5.848 6.82 4.863 8H8.25a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm7.095 7.811A1 1 0 0 1 9.75 12v8a1 1 0 0 1-2 0v-5.507c-.346.283-.752.575-1.235.864a1 1 0 0 1-1.03-1.714c1.203-.722 1.766-1.402 2.281-2.025q.111-.135.222-.265a1 1 0 0 1 1.107-.292M17 13a1 1 0 1 0 0-2h-3.1a1 1 0 0 0-.991.868l-.4 3A1 1 0 0 0 13.5 16h2q.103 0 .21.015a1.5 1.5 0 1 1-1.559 2.14a1 1 0 0 0-1.798.875A3.5 3.5 0 1 0 15.5 14h-.857l.133-1z"/></svg>
</template>

CSS

.icon-skip-back-15-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.25a1%201%200%200%201%202%200v2.729c1.068-1.08%202.378-1.971%203.954-2.459c2.43-.752%205.013-.69%207.395.196c2.363.88%204.603%202.664%205.778%204.807a1%201%200%200%201-1.754.961c-.912-1.662-2.74-3.156-4.722-3.893a9.44%209.44%200%200%200-6.106-.16C7.071%205.887%205.848%206.82%204.863%208H8.25a1%201%200%200%201%200%202H3a1%201%200%200%201-1-1zm7.095%207.811A1%201%200%200%201%209.75%2012v8a1%201%200%200%201-2%200v-5.507c-.346.283-.752.575-1.235.864a1%201%200%200%201-1.03-1.714c1.203-.722%201.766-1.402%202.281-2.025q.111-.135.222-.265a1%201%200%200%201%201.107-.292M17%2013a1%201%200%201%200%200-2h-3.1a1%201%200%200%200-.991.868l-.4%203A1%201%200%200%200%2013.5%2016h2q.103%200%20.21.015a1.5%201.5%200%201%201-1.559%202.14a1%201%200%200%200-1.798.875A3.5%203.5%200%201%200%2015.5%2014h-.857l.133-1z%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%20d%3D%22M2%203.25a1%201%200%200%201%202%200v2.729c1.068-1.08%202.378-1.971%203.954-2.459c2.43-.752%205.013-.69%207.395.196c2.363.88%204.603%202.664%205.778%204.807a1%201%200%200%201-1.754.961c-.912-1.662-2.74-3.156-4.722-3.893a9.44%209.44%200%200%200-6.106-.16C7.071%205.887%205.848%206.82%204.863%208H8.25a1%201%200%200%201%200%202H3a1%201%200%200%201-1-1zm7.095%207.811A1%201%200%200%201%209.75%2012v8a1%201%200%200%201-2%200v-5.507c-.346.283-.752.575-1.235.864a1%201%200%200%201-1.03-1.714c1.203-.722%201.766-1.402%202.281-2.025q.111-.135.222-.265a1%201%200%200%201%201.107-.292M17%2013a1%201%200%201%200%200-2h-3.1a1%201%200%200%200-.991.868l-.4%203A1%201%200%200%200%2013.5%2016h2q.103%200%20.21.015a1.5%201.5%200%201%201-1.559%202.14a1%201%200%200%200-1.798.875A3.5%203.5%200%201%200%2015.5%2014h-.857l.133-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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