skip back 10 icon
skip-back-10-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- skip-back-10-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
- Aliases
- skip-backward-10-28-regular
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 28 28"><path fill="currentColor" d="M2.75 2.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 0-1.5H4.59c1.68-2.531 5.066-4.5 9.16-4.5c4.217 0 7.541 1.998 9.867 5.653a.75.75 0 1 0 1.266-.806C22.31 5.307 18.533 3 13.75 3C9.316 3 5.524 5.073 3.5 7.937V3.25a.75.75 0 0 0-.75-.75m8.198 10.975a.75.75 0 0 0-.337-.383a.75.75 0 0 0-.985.242l-.064.096c-.296.445-1.168 1.76-2.697 2.677a.75.75 0 0 0 .771 1.286A9.3 9.3 0 0 0 9.5 15.905v8.345a.75.75 0 0 0 1.5 0V13.767a.8.8 0 0 0-.052-.292m3.906 1.439C15.53 13.739 16.65 13 18.238 13c1.59 0 2.709.739 3.385 1.914c.643 1.116.865 2.584.865 4.086s-.222 2.97-.865 4.087C20.947 24.26 19.828 25 18.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087s.222-2.97.865-4.086m1.3.748c-.45.783-.665 1.94-.665 3.338c0 1.397.214 2.555.665 3.338c.418.726 1.05 1.162 2.084 1.162s1.667-.436 2.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084 1.162"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipBack1028Regular(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="M2.75 2.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 0-1.5H4.59c1.68-2.531 5.066-4.5 9.16-4.5c4.217 0 7.541 1.998 9.867 5.653a.75.75 0 1 0 1.266-.806C22.31 5.307 18.533 3 13.75 3C9.316 3 5.524 5.073 3.5 7.937V3.25a.75.75 0 0 0-.75-.75m8.198 10.975a.75.75 0 0 0-.337-.383a.75.75 0 0 0-.985.242l-.064.096c-.296.445-1.168 1.76-2.697 2.677a.75.75 0 0 0 .771 1.286A9.3 9.3 0 0 0 9.5 15.905v8.345a.75.75 0 0 0 1.5 0V13.767a.8.8 0 0 0-.052-.292m3.906 1.439C15.53 13.739 16.65 13 18.238 13c1.59 0 2.709.739 3.385 1.914c.643 1.116.865 2.584.865 4.086s-.222 2.97-.865 4.087C20.947 24.26 19.828 25 18.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087s.222-2.97.865-4.086m1.3.748c-.45.783-.665 1.94-.665 3.338c0 1.397.214 2.555.665 3.338c.418.726 1.05 1.162 2.084 1.162s1.667-.436 2.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084 1.162"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2.75 2.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 0-1.5H4.59c1.68-2.531 5.066-4.5 9.16-4.5c4.217 0 7.541 1.998 9.867 5.653a.75.75 0 1 0 1.266-.806C22.31 5.307 18.533 3 13.75 3C9.316 3 5.524 5.073 3.5 7.937V3.25a.75.75 0 0 0-.75-.75m8.198 10.975a.75.75 0 0 0-.337-.383a.75.75 0 0 0-.985.242l-.064.096c-.296.445-1.168 1.76-2.697 2.677a.75.75 0 0 0 .771 1.286A9.3 9.3 0 0 0 9.5 15.905v8.345a.75.75 0 0 0 1.5 0V13.767a.8.8 0 0 0-.052-.292m3.906 1.439C15.53 13.739 16.65 13 18.238 13c1.59 0 2.709.739 3.385 1.914c.643 1.116.865 2.584.865 4.086s-.222 2.97-.865 4.087C20.947 24.26 19.828 25 18.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087s.222-2.97.865-4.086m1.3.748c-.45.783-.665 1.94-.665 3.338c0 1.397.214 2.555.665 3.338c.418.726 1.05 1.162 2.084 1.162s1.667-.436 2.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084 1.162"/></svg> </template>
CSS
.icon-skip-back-10-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%22M2.75%202.5a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h6.5a.75.75%200%200%200%200-1.5H4.59c1.68-2.531%205.066-4.5%209.16-4.5c4.217%200%207.541%201.998%209.867%205.653a.75.75%200%201%200%201.266-.806C22.31%205.307%2018.533%203%2013.75%203C9.316%203%205.524%205.073%203.5%207.937V3.25a.75.75%200%200%200-.75-.75m8.198%2010.975a.75.75%200%200%200-.337-.383a.75.75%200%200%200-.985.242l-.064.096c-.296.445-1.168%201.76-2.697%202.677a.75.75%200%200%200%20.771%201.286A9.3%209.3%200%200%200%209.5%2015.905v8.345a.75.75%200%200%200%201.5%200V13.767a.8.8%200%200%200-.052-.292m3.906%201.439C15.53%2013.739%2016.65%2013%2018.238%2013c1.59%200%202.709.739%203.385%201.914c.643%201.116.865%202.584.865%204.086s-.222%202.97-.865%204.087C20.947%2024.26%2019.828%2025%2018.238%2025s-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087s.222-2.97.865-4.086m1.3.748c-.45.783-.665%201.94-.665%203.338c0%201.397.214%202.555.665%203.338c.418.726%201.05%201.162%202.084%201.162s1.667-.436%202.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084%201.162%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%22M2.75%202.5a.75.75%200%200%200-.75.75v6.5c0%20.414.336.75.75.75h6.5a.75.75%200%200%200%200-1.5H4.59c1.68-2.531%205.066-4.5%209.16-4.5c4.217%200%207.541%201.998%209.867%205.653a.75.75%200%201%200%201.266-.806C22.31%205.307%2018.533%203%2013.75%203C9.316%203%205.524%205.073%203.5%207.937V3.25a.75.75%200%200%200-.75-.75m8.198%2010.975a.75.75%200%200%200-.337-.383a.75.75%200%200%200-.985.242l-.064.096c-.296.445-1.168%201.76-2.697%202.677a.75.75%200%200%200%20.771%201.286A9.3%209.3%200%200%200%209.5%2015.905v8.345a.75.75%200%200%200%201.5%200V13.767a.8.8%200%200%200-.052-.292m3.906%201.439C15.53%2013.739%2016.65%2013%2018.238%2013c1.59%200%202.709.739%203.385%201.914c.643%201.116.865%202.584.865%204.086s-.222%202.97-.865%204.087C20.947%2024.26%2019.828%2025%2018.238%2025s-2.708-.739-3.384-1.913c-.643-1.117-.865-2.585-.865-4.087s.222-2.97.865-4.086m1.3.748c-.45.783-.665%201.94-.665%203.338c0%201.397.214%202.555.665%203.338c.418.726%201.05%201.162%202.084%201.162s1.667-.436%202.085-1.162c.45-.783.665-1.94.665-3.338c0-1.397-.214-2.555-.665-3.338c-.418-.726-1.05-1.162-2.085-1.162s-1.666.436-2.084%201.162%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-28-regular.svg?color=%231a73e8&size=48