skip back 15 icon
skip-back-15-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- skip-back-15-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.863 1.489a.75.75 0 0 1-.773-1.288c1.53-.917 2.402-2.23 2.698-2.675q.038-.06.064-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM2.75 2.5a.75.75 0 0 1 .75.75v4.687C5.524 5.073 9.316 3 13.75 3c4.783 0 8.561 2.307 11.133 6.348a.75.75 0 0 1-1.266.804C21.291 6.498 17.967 4.5 13.75 4.5C9.656 4.5 6.27 6.469 4.59 9h4.66a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 2 9.75v-6.5a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipBack1528Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.863 1.489a.75.75 0 0 1-.773-1.288c1.53-.917 2.402-2.23 2.698-2.675q.038-.06.064-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM2.75 2.5a.75.75 0 0 1 .75.75v4.687C5.524 5.073 9.316 3 13.75 3c4.783 0 8.561 2.307 11.133 6.348a.75.75 0 0 1-1.266.804C21.291 6.498 17.967 4.5 13.75 4.5C9.656 4.5 6.27 6.469 4.59 9h4.66a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 2 9.75v-6.5a.75.75 0 0 1 .75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.882 13.097a.75.75 0 0 1 .784.029q.012.007.024.017a.75.75 0 0 1 .31.624V24.25a.75.75 0 0 1-1.5 0v-8.345a9.3 9.3 0 0 1-1.863 1.489a.75.75 0 0 1-.773-1.288c1.53-.917 2.402-2.23 2.698-2.675q.038-.06.064-.097a.8.8 0 0 1 .256-.237m11.445-.093a.75.75 0 0 1 0 1.492l-.077.004h-3.84l-.31 2.451h.013a12 12 0 0 1 1.942.088l.203.034a4 4 0 0 1-1.111 7.911l-.206-.023a4 4 0 0 1-2.711-1.655l-.119-.178l-.038-.067a.75.75 0 0 1 1.264-.794l.044.063l.154.218a2.5 2.5 0 0 0 1.615.928l.255.023a2.5 2.5 0 0 0 .693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15 15 0 0 0-.78.042l-.054.005h-.002a.75.75 0 0 1-.816-.84l.502-4l.03-.136a.75.75 0 0 1 .714-.521h4.503zM2.75 2.5a.75.75 0 0 1 .75.75v4.687C5.524 5.073 9.316 3 13.75 3c4.783 0 8.561 2.307 11.133 6.348a.75.75 0 0 1-1.266.804C21.291 6.498 17.967 4.5 13.75 4.5C9.656 4.5 6.27 6.469 4.59 9h4.66a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 2 9.75v-6.5a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-skip-back-15-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.882%2013.097a.75.75%200%200%201%20.784.029q.012.007.024.017a.75.75%200%200%201%20.31.624V24.25a.75.75%200%200%201-1.5%200v-8.345a9.3%209.3%200%200%201-1.863%201.489a.75.75%200%200%201-.773-1.288c1.53-.917%202.402-2.23%202.698-2.675q.038-.06.064-.097a.8.8%200%200%201%20.256-.237m11.445-.093a.75.75%200%200%201%200%201.492l-.077.004h-3.84l-.31%202.451h.013a12%2012%200%200%201%201.942.088l.203.034a4%204%200%200%201-1.111%207.911l-.206-.023a4%204%200%200%201-2.711-1.655l-.119-.178l-.038-.067a.75.75%200%200%201%201.264-.794l.044.063l.154.218a2.5%202.5%200%200%200%201.615.928l.255.023a2.5%202.5%200%200%200%20.693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15%2015%200%200%200-.78.042l-.054.005h-.002a.75.75%200%200%201-.816-.84l.502-4l.03-.136a.75.75%200%200%201%20.714-.521h4.503zM2.75%202.5a.75.75%200%200%201%20.75.75v4.687C5.524%205.073%209.316%203%2013.75%203c4.783%200%208.561%202.307%2011.133%206.348a.75.75%200%200%201-1.266.804C21.291%206.498%2017.967%204.5%2013.75%204.5C9.656%204.5%206.27%206.469%204.59%209h4.66a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%202%209.75v-6.5a.75.75%200%200%201%20.75-.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.882%2013.097a.75.75%200%200%201%20.784.029q.012.007.024.017a.75.75%200%200%201%20.31.624V24.25a.75.75%200%200%201-1.5%200v-8.345a9.3%209.3%200%200%201-1.863%201.489a.75.75%200%200%201-.773-1.288c1.53-.917%202.402-2.23%202.698-2.675q.038-.06.064-.097a.8.8%200%200%201%20.256-.237m11.445-.093a.75.75%200%200%201%200%201.492l-.077.004h-3.84l-.31%202.451h.013a12%2012%200%200%201%201.942.088l.203.034a4%204%200%200%201-1.111%207.911l-.206-.023a4%204%200%200%201-2.711-1.655l-.119-.178l-.038-.067a.75.75%200%200%201%201.264-.794l.044.063l.154.218a2.5%202.5%200%200%200%201.615.928l.255.023a2.5%202.5%200%200%200%20.693-4.926l-.251-.049c-.56-.078-1.19-.087-1.694-.074a15%2015%200%200%200-.78.042l-.054.005h-.002a.75.75%200%200%201-.816-.84l.502-4l.03-.136a.75.75%200%200%201%20.714-.521h4.503zM2.75%202.5a.75.75%200%200%201%20.75.75v4.687C5.524%205.073%209.316%203%2013.75%203c4.783%200%208.561%202.307%2011.133%206.348a.75.75%200%200%201-1.266.804C21.291%206.498%2017.967%204.5%2013.75%204.5C9.656%204.5%206.27%206.469%204.59%209h4.66a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%202%209.75v-6.5a.75.75%200%200%201%20.75-.75%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-28-regular.svg?color=%231a73e8&size=48