skip-back-10-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
skip-back-10-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M17.195 8.18a20.03 20.03 0 0 1 14.11.427c4.488 1.847 8.162 5.337 10.325 9.702a1.25 1.25 0 1 0 2.24-1.11c-2.424-4.892-6.547-8.82-11.613-10.904A22.53 22.53 0 0 0 6.5 12.557V5.85a1.25 1.25 0 1 0-2.5 0v11.355c0 .69.56 1.25 1.25 1.25h11.355a1.25 1.25 0 0 0 0-2.5H7.06a20.03 20.03 0 0 1 10.135-7.776m.772 14.05a1.24 1.24 0 0 1 .533 1.052v17.471a1.25 1.25 0 1 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.107 2.402a1.25 1.25 0 1 1-1.286-2.143c2.495-1.498 3.438-2.899 4.26-4.12q.173-.258.343-.503a1.253 1.253 0 0 1 1.743-.339zm12.347-.227c-2.627 0-4.47 1.24-5.58 3.196c-1.054 1.86-1.42 4.303-1.42 6.804s.366 4.945 1.42 6.804c1.11 1.956 2.953 3.196 5.58 3.196s4.47-1.24 5.58-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196m-4.5 10c0-2.33.353-4.262 1.095-5.57c.687-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipBack1048Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.195 8.18a20.03 20.03 0 0 1 14.11.427c4.488 1.847 8.162 5.337 10.325 9.702a1.25 1.25 0 1 0 2.24-1.11c-2.424-4.892-6.547-8.82-11.613-10.904A22.53 22.53 0 0 0 6.5 12.557V5.85a1.25 1.25 0 1 0-2.5 0v11.355c0 .69.56 1.25 1.25 1.25h11.355a1.25 1.25 0 0 0 0-2.5H7.06a20.03 20.03 0 0 1 10.135-7.776m.772 14.05a1.24 1.24 0 0 1 .533 1.052v17.471a1.25 1.25 0 1 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.107 2.402a1.25 1.25 0 1 1-1.286-2.143c2.495-1.498 3.438-2.899 4.26-4.12q.173-.258.343-.503a1.253 1.253 0 0 1 1.743-.339zm12.347-.227c-2.627 0-4.47 1.24-5.58 3.196c-1.054 1.86-1.42 4.303-1.42 6.804s.366 4.945 1.42 6.804c1.11 1.956 2.953 3.196 5.58 3.196s4.47-1.24 5.58-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196m-4.5 10c0-2.33.353-4.262 1.095-5.57c.687-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.195 8.18a20.03 20.03 0 0 1 14.11.427c4.488 1.847 8.162 5.337 10.325 9.702a1.25 1.25 0 1 0 2.24-1.11c-2.424-4.892-6.547-8.82-11.613-10.904A22.53 22.53 0 0 0 6.5 12.557V5.85a1.25 1.25 0 1 0-2.5 0v11.355c0 .69.56 1.25 1.25 1.25h11.355a1.25 1.25 0 0 0 0-2.5H7.06a20.03 20.03 0 0 1 10.135-7.776m.772 14.05a1.24 1.24 0 0 1 .533 1.052v17.471a1.25 1.25 0 1 1-2.5 0v-13.83c-.757.77-1.748 1.587-3.107 2.402a1.25 1.25 0 1 1-1.286-2.143c2.495-1.498 3.438-2.899 4.26-4.12q.173-.258.343-.503a1.253 1.253 0 0 1 1.743-.339zm12.347-.227c-2.627 0-4.47 1.24-5.58 3.196c-1.054 1.86-1.42 4.303-1.42 6.804s.366 4.945 1.42 6.804c1.11 1.956 2.953 3.196 5.58 3.196s4.47-1.24 5.58-3.196c1.055-1.859 1.42-4.302 1.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196m-4.5 10c0-2.33.353-4.262 1.095-5.57c.687-1.21 1.72-1.93 3.405-1.93s2.718.72 3.405 1.93c.742 1.308 1.095 3.24 1.095 5.57s-.353 4.263-1.095 5.57c-.687 1.212-1.72 1.93-3.405 1.93s-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57"/></svg>
</template>

CSS

.icon-skip-back-10-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.195%208.18a20.03%2020.03%200%200%201%2014.11.427c4.488%201.847%208.162%205.337%2010.325%209.702a1.25%201.25%200%201%200%202.24-1.11c-2.424-4.892-6.547-8.82-11.613-10.904A22.53%2022.53%200%200%200%206.5%2012.557V5.85a1.25%201.25%200%201%200-2.5%200v11.355c0%20.69.56%201.25%201.25%201.25h11.355a1.25%201.25%200%200%200%200-2.5H7.06a20.03%2020.03%200%200%201%2010.135-7.776m.772%2014.05a1.24%201.24%200%200%201%20.533%201.052v17.471a1.25%201.25%200%201%201-2.5%200v-13.83c-.757.77-1.748%201.587-3.107%202.402a1.25%201.25%200%201%201-1.286-2.143c2.495-1.498%203.438-2.899%204.26-4.12q.173-.258.343-.503a1.253%201.253%200%200%201%201.743-.339zm12.347-.227c-2.627%200-4.47%201.24-5.58%203.196c-1.054%201.86-1.42%204.303-1.42%206.804s.366%204.945%201.42%206.804c1.11%201.956%202.953%203.196%205.58%203.196s4.47-1.24%205.58-3.196c1.055-1.859%201.42-4.302%201.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196m-4.5%2010c0-2.33.353-4.262%201.095-5.57c.687-1.21%201.72-1.93%203.405-1.93s2.718.72%203.405%201.93c.742%201.308%201.095%203.24%201.095%205.57s-.353%204.263-1.095%205.57c-.687%201.212-1.72%201.93-3.405%201.93s-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.195%208.18a20.03%2020.03%200%200%201%2014.11.427c4.488%201.847%208.162%205.337%2010.325%209.702a1.25%201.25%200%201%200%202.24-1.11c-2.424-4.892-6.547-8.82-11.613-10.904A22.53%2022.53%200%200%200%206.5%2012.557V5.85a1.25%201.25%200%201%200-2.5%200v11.355c0%20.69.56%201.25%201.25%201.25h11.355a1.25%201.25%200%200%200%200-2.5H7.06a20.03%2020.03%200%200%201%2010.135-7.776m.772%2014.05a1.24%201.24%200%200%201%20.533%201.052v17.471a1.25%201.25%200%201%201-2.5%200v-13.83c-.757.77-1.748%201.587-3.107%202.402a1.25%201.25%200%201%201-1.286-2.143c2.495-1.498%203.438-2.899%204.26-4.12q.173-.258.343-.503a1.253%201.253%200%200%201%201.743-.339zm12.347-.227c-2.627%200-4.47%201.24-5.58%203.196c-1.054%201.86-1.42%204.303-1.42%206.804s.366%204.945%201.42%206.804c1.11%201.956%202.953%203.196%205.58%203.196s4.47-1.24%205.58-3.196c1.055-1.859%201.42-4.302%201.42-6.804c0-2.501-.365-4.944-1.42-6.804c-1.11-1.956-2.953-3.196-5.58-3.196m-4.5%2010c0-2.33.353-4.262%201.095-5.57c.687-1.21%201.72-1.93%203.405-1.93s2.718.72%203.405%201.93c.742%201.308%201.095%203.24%201.095%205.57s-.353%204.263-1.095%205.57c-.687%201.212-1.72%201.93-3.405%201.93s-2.718-.718-3.405-1.93c-.742-1.307-1.095-3.239-1.095-5.57%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-48-regular.svg?color=%231a73e8&size=48