skip forward 30 icon
skip-forward-30-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-30-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 forward 30 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.653a.75.75 0 1 1-1.266-.806C5.69 5.307 9.467 3 14.25 3c4.433 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75M9.75 18.25c2.098 0 2.812-1.102 2.812-1.875S11.85 14.5 9.75 14.5c-.904 0-1.584.277-2.037.55a3.4 3.4 0 0 0-.622.478l-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75 0 0 1-1.138-.978l.002-.002l.027-.03l.056-.06q.07-.073.196-.187a5 5 0 0 1 .73-.534A5.4 5.4 0 0 1 9.75 13c2.651 0 4.312 1.523 4.312 3.375c0 1.056-.54 2.004-1.494 2.625c.955.62 1.494 1.57 1.494 2.625c0 1.852-1.66 3.375-4.312 3.375a5.4 5.4 0 0 1-2.81-.763a5 5 0 0 1-.73-.534a4 4 0 0 1-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001l-.001-.002a.75.75 0 0 1 1.138-.977l.001.002l.002.002l-.002-.002l.023.024q.034.036.116.11c.109.097.278.232.506.369a3.9 3.9 0 0 0 2.037.549c2.098 0 2.812-1.102 2.812-1.875S11.85 19.75 9.75 19.75a.75.75 0 0 1 0-1.5m7.104-3.336C17.53 13.739 18.648 13 20.238 13s2.708.739 3.384 1.914c.643 1.116.866 2.584.866 4.086s-.223 2.97-.866 4.087C22.946 24.26 21.828 25 20.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087s.223-2.97.866-4.086m1.3.748c-.451.783-.666 1.94-.666 3.338c0 1.397.215 2.555.666 3.338c.417.726 1.049 1.162 2.084 1.162s1.667-.436 2.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162s-1.667.436-2.084 1.162"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward3028Regular(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="M25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.653a.75.75 0 1 1-1.266-.806C5.69 5.307 9.467 3 14.25 3c4.433 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75M9.75 18.25c2.098 0 2.812-1.102 2.812-1.875S11.85 14.5 9.75 14.5c-.904 0-1.584.277-2.037.55a3.4 3.4 0 0 0-.622.478l-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75 0 0 1-1.138-.978l.002-.002l.027-.03l.056-.06q.07-.073.196-.187a5 5 0 0 1 .73-.534A5.4 5.4 0 0 1 9.75 13c2.651 0 4.312 1.523 4.312 3.375c0 1.056-.54 2.004-1.494 2.625c.955.62 1.494 1.57 1.494 2.625c0 1.852-1.66 3.375-4.312 3.375a5.4 5.4 0 0 1-2.81-.763a5 5 0 0 1-.73-.534a4 4 0 0 1-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001l-.001-.002a.75.75 0 0 1 1.138-.977l.001.002l.002.002l-.002-.002l.023.024q.034.036.116.11c.109.097.278.232.506.369a3.9 3.9 0 0 0 2.037.549c2.098 0 2.812-1.102 2.812-1.875S11.85 19.75 9.75 19.75a.75.75 0 0 1 0-1.5m7.104-3.336C17.53 13.739 18.648 13 20.238 13s2.708.739 3.384 1.914c.643 1.116.866 2.584.866 4.086s-.223 2.97-.866 4.087C22.946 24.26 21.828 25 20.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087s.223-2.97.866-4.086m1.3.748c-.451.783-.666 1.94-.666 3.338c0 1.397.215 2.555.666 3.338c.417.726 1.049 1.162 2.084 1.162s1.667-.436 2.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162s-1.667.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="M25.25 2.5a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1 0-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217 0-7.541 1.998-9.867 5.653a.75.75 0 1 1-1.266-.806C5.69 5.307 9.467 3 14.25 3c4.433 0 8.226 2.073 10.25 4.937V3.25a.75.75 0 0 1 .75-.75M9.75 18.25c2.098 0 2.812-1.102 2.812-1.875S11.85 14.5 9.75 14.5c-.904 0-1.584.277-2.037.55a3.4 3.4 0 0 0-.622.478l-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75 0 0 1-1.138-.978l.002-.002l.027-.03l.056-.06q.07-.073.196-.187a5 5 0 0 1 .73-.534A5.4 5.4 0 0 1 9.75 13c2.651 0 4.312 1.523 4.312 3.375c0 1.056-.54 2.004-1.494 2.625c.955.62 1.494 1.57 1.494 2.625c0 1.852-1.66 3.375-4.312 3.375a5.4 5.4 0 0 1-2.81-.763a5 5 0 0 1-.73-.534a4 4 0 0 1-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001l-.001-.002a.75.75 0 0 1 1.138-.977l.001.002l.002.002l-.002-.002l.023.024q.034.036.116.11c.109.097.278.232.506.369a3.9 3.9 0 0 0 2.037.549c2.098 0 2.812-1.102 2.812-1.875S11.85 19.75 9.75 19.75a.75.75 0 0 1 0-1.5m7.104-3.336C17.53 13.739 18.648 13 20.238 13s2.708.739 3.384 1.914c.643 1.116.866 2.584.866 4.086s-.223 2.97-.866 4.087C22.946 24.26 21.828 25 20.238 25s-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087s.223-2.97.866-4.086m1.3.748c-.451.783-.666 1.94-.666 3.338c0 1.397.215 2.555.666 3.338c.417.726 1.049 1.162 2.084 1.162s1.667-.436 2.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162s-1.667.436-2.084 1.162"/></svg> </template>
CSS
.icon-skip-forward-30-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%22M25.25%202.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-.75.75h-6.5a.75.75%200%200%201%200-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217%200-7.541%201.998-9.867%205.653a.75.75%200%201%201-1.266-.806C5.69%205.307%209.467%203%2014.25%203c4.433%200%208.226%202.073%2010.25%204.937V3.25a.75.75%200%200%201%20.75-.75M9.75%2018.25c2.098%200%202.812-1.102%202.812-1.875S11.85%2014.5%209.75%2014.5c-.904%200-1.584.277-2.037.55a3.4%203.4%200%200%200-.622.478l-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75%200%200%201-1.138-.978l.002-.002l.027-.03l.056-.06q.07-.073.196-.187a5%205%200%200%201%20.73-.534A5.4%205.4%200%200%201%209.75%2013c2.651%200%204.312%201.523%204.312%203.375c0%201.056-.54%202.004-1.494%202.625c.955.62%201.494%201.57%201.494%202.625c0%201.852-1.66%203.375-4.312%203.375a5.4%205.4%200%200%201-2.81-.763a5%205%200%200%201-.73-.534a4%204%200%200%201-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001l-.001-.002a.75.75%200%200%201%201.138-.977l.001.002l.002.002l-.002-.002l.023.024q.034.036.116.11c.109.097.278.232.506.369a3.9%203.9%200%200%200%202.037.549c2.098%200%202.812-1.102%202.812-1.875S11.85%2019.75%209.75%2019.75a.75.75%200%200%201%200-1.5m7.104-3.336C17.53%2013.739%2018.648%2013%2020.238%2013s2.708.739%203.384%201.914c.643%201.116.866%202.584.866%204.086s-.223%202.97-.866%204.087C22.946%2024.26%2021.828%2025%2020.238%2025s-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087s.223-2.97.866-4.086m1.3.748c-.451.783-.666%201.94-.666%203.338c0%201.397.215%202.555.666%203.338c.417.726%201.049%201.162%202.084%201.162s1.667-.436%202.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162s-1.667.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%22M25.25%202.5a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-.75.75h-6.5a.75.75%200%200%201%200-1.5h4.66c-1.68-2.531-5.066-4.5-9.16-4.5c-4.217%200-7.541%201.998-9.867%205.653a.75.75%200%201%201-1.266-.806C5.69%205.307%209.467%203%2014.25%203c4.433%200%208.226%202.073%2010.25%204.937V3.25a.75.75%200%200%201%20.75-.75M9.75%2018.25c2.098%200%202.812-1.102%202.812-1.875S11.85%2014.5%209.75%2014.5c-.904%200-1.584.277-2.037.55a3.4%203.4%200%200%200-.622.478l-.023.024l.002-.002l-.003.003l.001-.001l-.001.002a.75.75%200%200%201-1.138-.978l.002-.002l.027-.03l.056-.06q.07-.073.196-.187a5%205%200%200%201%20.73-.534A5.4%205.4%200%200%201%209.75%2013c2.651%200%204.312%201.523%204.312%203.375c0%201.056-.54%202.004-1.494%202.625c.955.62%201.494%201.57%201.494%202.625c0%201.852-1.66%203.375-4.312%203.375a5.4%205.4%200%200%201-2.81-.763a5%205%200%200%201-.73-.534a4%204%200%200%201-.252-.247l-.018-.02l-.006-.006l-.002-.003l-.001-.001l-.001-.001l-.001-.002a.75.75%200%200%201%201.138-.977l.001.002l.002.002l-.002-.002l.023.024q.034.036.116.11c.109.097.278.232.506.369a3.9%203.9%200%200%200%202.037.549c2.098%200%202.812-1.102%202.812-1.875S11.85%2019.75%209.75%2019.75a.75.75%200%200%201%200-1.5m7.104-3.336C17.53%2013.739%2018.648%2013%2020.238%2013s2.708.739%203.384%201.914c.643%201.116.866%202.584.866%204.086s-.223%202.97-.866%204.087C22.946%2024.26%2021.828%2025%2020.238%2025s-2.708-.739-3.384-1.913c-.643-1.117-.866-2.585-.866-4.087s.223-2.97.866-4.086m1.3.748c-.451.783-.666%201.94-.666%203.338c0%201.397.215%202.555.666%203.338c.417.726%201.049%201.162%202.084%201.162s1.667-.436%202.084-1.162c.451-.783.666-1.94.666-3.338c0-1.397-.215-2.555-.666-3.338c-.417-.726-1.049-1.162-2.084-1.162s-1.667.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-forward-30-28-regular.svg?color=%231a73e8&size=48