skip forward 30 icon
skip-forward-30-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-30-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 forward 30 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 5.85a1.25 1.25 0 1 0-2.5 0v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973 4.93 7.959 9.475 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c3.371-6.801 10.466-10.87 18.12-10.805c6.454.056 12.294 3.185 15.925 8.452h-9.02a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25zM10.62 24.554c-.453.45 0 0 0 0l.003-.002l.004-.004l.01-.01l.133-.123a8 8 0 0 1 .359-.299c.306-.24.748-.552 1.313-.863a9.96 9.96 0 0 1 4.808-1.249c2.183 0 3.933.614 5.15 1.675c1.223 1.064 1.828 2.514 1.791 3.982c-.042 1.687-.896 3.242-2.381 4.281q.343.224.645.482c1.234 1.064 1.846 2.517 1.805 3.99c-.084 3.017-2.779 5.59-7.01 5.59a9.96 9.96 0 0 1-4.808-1.248a10 10 0 0 1-1.313-.863a7 7 0 0 1-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393 0 0a1.25 1.25 0 0 1 1.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474 2.09.94 3.603.94c3.206 0 4.473-1.802 4.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25 1.25 0 0 1 0-2.5c3.16 0 4.408-1.789 4.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.5 7.5 0 0 0-3.603.94a7 7 0 0 0-.976.64a5 5 0 0 0-.287.243l-.007.006a1.25 1.25 0 0 1-1.758-1.778m23.694-2.55c-2.627 0-4.47 1.24-5.579 3.195c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-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.952-3.196-5.58-3.196m-4.5 10c0-2.331.354-4.263 1.095-5.57c.687-1.212 1.72-1.93 3.405-1.93s2.718.718 3.405 1.93c.742 1.306 1.095 3.239 1.095 5.57c0 2.33-.353 4.262-1.095 5.57c-.687 1.21-1.72 1.93-3.405 1.93s-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-1.095-5.57"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward3048Regular(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="M44 5.85a1.25 1.25 0 1 0-2.5 0v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973 4.93 7.959 9.475 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c3.371-6.801 10.466-10.87 18.12-10.805c6.454.056 12.294 3.185 15.925 8.452h-9.02a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25zM10.62 24.554c-.453.45 0 0 0 0l.003-.002l.004-.004l.01-.01l.133-.123a8 8 0 0 1 .359-.299c.306-.24.748-.552 1.313-.863a9.96 9.96 0 0 1 4.808-1.249c2.183 0 3.933.614 5.15 1.675c1.223 1.064 1.828 2.514 1.791 3.982c-.042 1.687-.896 3.242-2.381 4.281q.343.224.645.482c1.234 1.064 1.846 2.517 1.805 3.99c-.084 3.017-2.779 5.59-7.01 5.59a9.96 9.96 0 0 1-4.808-1.248a10 10 0 0 1-1.313-.863a7 7 0 0 1-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393 0 0a1.25 1.25 0 0 1 1.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474 2.09.94 3.603.94c3.206 0 4.473-1.802 4.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25 1.25 0 0 1 0-2.5c3.16 0 4.408-1.789 4.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.5 7.5 0 0 0-3.603.94a7 7 0 0 0-.976.64a5 5 0 0 0-.287.243l-.007.006a1.25 1.25 0 0 1-1.758-1.778m23.694-2.55c-2.627 0-4.47 1.24-5.579 3.195c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-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.952-3.196-5.58-3.196m-4.5 10c0-2.331.354-4.263 1.095-5.57c.687-1.212 1.72-1.93 3.405-1.93s2.718.718 3.405 1.93c.742 1.306 1.095 3.239 1.095 5.57c0 2.33-.353 4.262-1.095 5.57c-.687 1.21-1.72 1.93-3.405 1.93s-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-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="M44 5.85a1.25 1.25 0 1 0-2.5 0v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973 4.93 7.959 9.475 4.13 17.198a1.25 1.25 0 0 0 2.24 1.11c3.371-6.801 10.466-10.87 18.12-10.805c6.454.056 12.294 3.185 15.925 8.452h-9.02a1.25 1.25 0 0 0 0 2.5H42.75c.69 0 1.25-.56 1.25-1.25zM10.62 24.554c-.453.45 0 0 0 0l.003-.002l.004-.004l.01-.01l.133-.123a8 8 0 0 1 .359-.299c.306-.24.748-.552 1.313-.863a9.96 9.96 0 0 1 4.808-1.249c2.183 0 3.933.614 5.15 1.675c1.223 1.064 1.828 2.514 1.791 3.982c-.042 1.687-.896 3.242-2.381 4.281q.343.224.645.482c1.234 1.064 1.846 2.517 1.805 3.99c-.084 3.017-2.779 5.59-7.01 5.59a9.96 9.96 0 0 1-4.808-1.248a10 10 0 0 1-1.313-.863a7 7 0 0 1-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393 0 0a1.25 1.25 0 0 1 1.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474 2.09.94 3.603.94c3.206 0 4.473-1.802 4.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25 1.25 0 0 1 0-2.5c3.16 0 4.408-1.789 4.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.5 7.5 0 0 0-3.603.94a7 7 0 0 0-.976.64a5 5 0 0 0-.287.243l-.007.006a1.25 1.25 0 0 1-1.758-1.778m23.694-2.55c-2.627 0-4.47 1.24-5.579 3.195c-1.055 1.86-1.42 4.303-1.42 6.804s.365 4.945 1.42 6.804c1.11 1.956 2.952 3.196 5.58 3.196c2.627 0 4.469-1.24 5.579-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.952-3.196-5.58-3.196m-4.5 10c0-2.331.354-4.263 1.095-5.57c.687-1.212 1.72-1.93 3.405-1.93s2.718.718 3.405 1.93c.742 1.306 1.095 3.239 1.095 5.57c0 2.33-.353 4.262-1.095 5.57c-.687 1.21-1.72 1.93-3.405 1.93s-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-1.095-5.57"/></svg> </template>
CSS
.icon-skip-forward-30-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%22M44%205.85a1.25%201.25%200%201%200-2.5%200v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973%204.93%207.959%209.475%204.13%2017.198a1.25%201.25%200%200%200%202.24%201.11c3.371-6.801%2010.466-10.87%2018.12-10.805c6.454.056%2012.294%203.185%2015.925%208.452h-9.02a1.25%201.25%200%200%200%200%202.5H42.75c.69%200%201.25-.56%201.25-1.25zM10.62%2024.554c-.453.45%200%200%200%200l.003-.002l.004-.004l.01-.01l.133-.123a8%208%200%200%201%20.359-.299c.306-.24.748-.552%201.313-.863a9.96%209.96%200%200%201%204.808-1.249c2.183%200%203.933.614%205.15%201.675c1.223%201.064%201.828%202.514%201.791%203.982c-.042%201.687-.896%203.242-2.381%204.281q.343.224.645.482c1.234%201.064%201.846%202.517%201.805%203.99c-.084%203.017-2.779%205.59-7.01%205.59a9.96%209.96%200%200%201-4.808-1.248a10%2010%200%200%201-1.313-.863a7%207%200%200%201-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393%200%200a1.25%201.25%200%200%201%201.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474%202.09.94%203.603.94c3.206%200%204.473-1.802%204.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25%201.25%200%200%201%200-2.5c3.16%200%204.408-1.789%204.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.5%207.5%200%200%200-3.603.94a7%207%200%200%200-.976.64a5%205%200%200%200-.287.243l-.007.006a1.25%201.25%200%200%201-1.758-1.778m23.694-2.55c-2.627%200-4.47%201.24-5.579%203.195c-1.055%201.86-1.42%204.303-1.42%206.804s.365%204.945%201.42%206.804c1.11%201.956%202.952%203.196%205.58%203.196c2.627%200%204.469-1.24%205.579-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.952-3.196-5.58-3.196m-4.5%2010c0-2.331.354-4.263%201.095-5.57c.687-1.212%201.72-1.93%203.405-1.93s2.718.718%203.405%201.93c.742%201.306%201.095%203.239%201.095%205.57c0%202.33-.353%204.262-1.095%205.57c-.687%201.21-1.72%201.93-3.405%201.93s-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-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%22M44%205.85a1.25%201.25%200%201%200-2.5%200v7.377c-4.12-5.14-10.264-8.166-16.99-8.224C15.973%204.93%207.959%209.475%204.13%2017.198a1.25%201.25%200%200%200%202.24%201.11c3.371-6.801%2010.466-10.87%2018.12-10.805c6.454.056%2012.294%203.185%2015.925%208.452h-9.02a1.25%201.25%200%200%200%200%202.5H42.75c.69%200%201.25-.56%201.25-1.25zM10.62%2024.554c-.453.45%200%200%200%200l.003-.002l.004-.004l.01-.01l.133-.123a8%208%200%200%201%20.359-.299c.306-.24.748-.552%201.313-.863a9.96%209.96%200%200%201%204.808-1.249c2.183%200%203.933.614%205.15%201.675c1.223%201.064%201.828%202.514%201.791%203.982c-.042%201.687-.896%203.242-2.381%204.281q.343.224.645.482c1.234%201.064%201.846%202.517%201.805%203.99c-.084%203.017-2.779%205.59-7.01%205.59a9.96%209.96%200%200%201-4.808-1.248a10%2010%200%200%201-1.313-.863a7%207%200%200%201-.492-.422l-.01-.01l-.005-.004l-.002-.003s-.396-.393%200%200a1.25%201.25%200%200%201%201.757-1.779l.006.007l.05.046c.05.043.129.112.238.197c.217.17.547.404.976.64c.86.474%202.09.94%203.603.94c3.206%200%204.473-1.802%204.511-3.16c.02-.715-.268-1.449-.938-2.026c-.676-.582-1.818-1.065-3.573-1.065a1.25%201.25%200%200%201%200-2.5c3.16%200%204.408-1.789%204.442-3.156c.018-.72-.271-1.457-.933-2.034c-.666-.58-1.788-1.06-3.509-1.06a7.5%207.5%200%200%200-3.603.94a7%207%200%200%200-.976.64a5%205%200%200%200-.287.243l-.007.006a1.25%201.25%200%200%201-1.758-1.778m23.694-2.55c-2.627%200-4.47%201.24-5.579%203.195c-1.055%201.86-1.42%204.303-1.42%206.804s.365%204.945%201.42%206.804c1.11%201.956%202.952%203.196%205.58%203.196c2.627%200%204.469-1.24%205.579-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.952-3.196-5.58-3.196m-4.5%2010c0-2.331.354-4.263%201.095-5.57c.687-1.212%201.72-1.93%203.405-1.93s2.718.718%203.405%201.93c.742%201.306%201.095%203.239%201.095%205.57c0%202.33-.353%204.262-1.095%205.57c-.687%201.21-1.72%201.93-3.405%201.93s-2.718-.72-3.405-1.93c-.741-1.308-1.095-3.24-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-forward-30-48-regular.svg?color=%231a73e8&size=48