skip back 10 icon
skip-back-10-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- skip-back-10-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M4 4v3.801c3.066-3.224 7.702-4.974 12.015-4.91c5.852.088 10.784 3.444 13.827 8.184a1 1 0 0 1-1.683 1.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78 4.828 7.313 6.727 4.74 10H10a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0m8.327 11.055A1 1 0 0 1 13 16v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.716a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.327m4.828 2.21C17.94 15.88 19.247 15 21.101 15s3.161.88 3.945 2.265c.74 1.306.99 3.01.99 4.735s-.25 3.43-.99 4.735C24.262 28.12 22.955 29 21.1 29s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735s.25-3.43.99-4.735m1.74.985c-.49.865-.73 2.161-.73 3.75s.24 2.885.73 3.75c.447.788 1.107 1.25 2.206 1.25s1.758-.462 2.205-1.25c.49-.865.73-2.161.73-3.75s-.24-2.885-.73-3.75C22.859 17.462 22.199 17 21.1 17s-1.76.462-2.206 1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipBack1032Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4v3.801c3.066-3.224 7.702-4.974 12.015-4.91c5.852.088 10.784 3.444 13.827 8.184a1 1 0 0 1-1.683 1.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78 4.828 7.313 6.727 4.74 10H10a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0m8.327 11.055A1 1 0 0 1 13 16v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.716a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.327m4.828 2.21C17.94 15.88 19.247 15 21.101 15s3.161.88 3.945 2.265c.74 1.306.99 3.01.99 4.735s-.25 3.43-.99 4.735C24.262 28.12 22.955 29 21.1 29s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735s.25-3.43.99-4.735m1.74.985c-.49.865-.73 2.161-.73 3.75s.24 2.885.73 3.75c.447.788 1.107 1.25 2.206 1.25s1.758-.462 2.205-1.25c.49-.865.73-2.161.73-3.75s-.24-2.885-.73-3.75C22.859 17.462 22.199 17 21.1 17s-1.76.462-2.206 1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4v3.801c3.066-3.224 7.702-4.974 12.015-4.91c5.852.088 10.784 3.444 13.827 8.184a1 1 0 0 1-1.683 1.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78 4.828 7.313 6.727 4.74 10H10a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0m8.327 11.055A1 1 0 0 1 13 16v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.716a13.3 13.3 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.327m4.828 2.21C17.94 15.88 19.247 15 21.101 15s3.161.88 3.945 2.265c.74 1.306.99 3.01.99 4.735s-.25 3.43-.99 4.735C24.262 28.12 22.955 29 21.1 29s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735s.25-3.43.99-4.735m1.74.985c-.49.865-.73 2.161-.73 3.75s.24 2.885.73 3.75c.447.788 1.107 1.25 2.206 1.25s1.758-.462 2.205-1.25c.49-.865.73-2.161.73-3.75s-.24-2.885-.73-3.75C22.859 17.462 22.199 17 21.1 17s-1.76.462-2.206 1.25"/></svg> </template>
CSS
.icon-skip-back-10-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204v3.801c3.066-3.224%207.702-4.974%2012.015-4.91c5.852.088%2010.784%203.444%2013.827%208.184a1%201%200%200%201-1.683%201.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78%204.828%207.313%206.727%204.74%2010H10a1%201%200%200%201%200%202H3a1%201%200%200%201-1-1V4a1%201%200%201%201%202%200m8.327%2011.055A1%201%200%200%201%2013%2016v12a1%201%200%201%201-2%200v-9.578c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.716a13.3%2013.3%200%200%200%203.221-2.75l.007-.01a1%201%200%200%201%201.114-.327m4.828%202.21C17.94%2015.88%2019.247%2015%2021.101%2015s3.161.88%203.945%202.265c.74%201.306.99%203.01.99%204.735s-.25%203.43-.99%204.735C24.262%2028.12%2022.955%2029%2021.1%2029s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735s.25-3.43.99-4.735m1.74.985c-.49.865-.73%202.161-.73%203.75s.24%202.885.73%203.75c.447.788%201.107%201.25%202.206%201.25s1.758-.462%202.205-1.25c.49-.865.73-2.161.73-3.75s-.24-2.885-.73-3.75C22.859%2017.462%2022.199%2017%2021.1%2017s-1.76.462-2.206%201.25%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204v3.801c3.066-3.224%207.702-4.974%2012.015-4.91c5.852.088%2010.784%203.444%2013.827%208.184a1%201%200%200%201-1.683%201.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78%204.828%207.313%206.727%204.74%2010H10a1%201%200%200%201%200%202H3a1%201%200%200%201-1-1V4a1%201%200%201%201%202%200m8.327%2011.055A1%201%200%200%201%2013%2016v12a1%201%200%201%201-2%200v-9.578c-.55.47-1.217.975-1.985%201.436a1%201%200%200%201-1.03-1.716a13.3%2013.3%200%200%200%203.221-2.75l.007-.01a1%201%200%200%201%201.114-.327m4.828%202.21C17.94%2015.88%2019.247%2015%2021.101%2015s3.161.88%203.945%202.265c.74%201.306.99%203.01.99%204.735s-.25%203.43-.99%204.735C24.262%2028.12%2022.955%2029%2021.1%2029s-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735s.25-3.43.99-4.735m1.74.985c-.49.865-.73%202.161-.73%203.75s.24%202.885.73%203.75c.447.788%201.107%201.25%202.206%201.25s1.758-.462%202.205-1.25c.49-.865.73-2.161.73-3.75s-.24-2.885-.73-3.75C22.859%2017.462%2022.199%2017%2021.1%2017s-1.76.462-2.206%201.25%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-32-regular.svg?color=%231a73e8&size=48