skip forward 30 icon
skip-forward-30-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- skip-forward-30-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.908c-1.058-1.398-2.428-2.536-4.13-3.062a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.007a.75.75 0 1 1-1.315-.72c1.142-2.083 3.33-3.832 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.879.581 3.375 1.756 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M8.75 15.25c.763 0 1.253-.221 1.538-.475c.284-.252.405-.57.395-.875c-.018-.547-.54-1.4-2.183-1.4c-.719 0-1.28.217-1.662.434a3 3 0 0 0-.527.378l-.018.018h-.001a.75.75 0 0 1-1.088-1.03v-.002h.002l.002-.003l.006-.006l.016-.017l.051-.05q.064-.06.176-.154c.15-.123.364-.281.642-.438A4.85 4.85 0 0 1 8.5 11c2.208 0 3.63 1.272 3.682 2.85a2.61 2.61 0 0 1-1.02 2.15q.063.051.123.105c.612.544.923 1.288.897 2.046C12.13 19.728 10.708 21 8.5 21a4.85 4.85 0 0 1-2.401-.629a4.5 4.5 0 0 1-.818-.593l-.05-.05l-.017-.016l-.006-.006l-.002-.003h-.001l-.001-.002s-.466-.592.032-1.06a.75.75 0 0 1 1.056.028l.001.001l.018.018q.03.028.1.086c.092.077.236.184.427.292c.382.216.943.434 1.662.434c1.643 0 2.165-.854 2.183-1.4a1.11 1.11 0 0 0-.395-.876c-.285-.253-.775-.474-1.538-.474a.75.75 0 1 1 0-1.5m5.449-2.621c.554-.992 1.483-1.63 2.803-1.63s2.25.638 2.803 1.63c.522.933.697 2.147.697 3.37c0 1.225-.175 2.438-.697 3.372c-.554.991-1.483 1.629-2.803 1.629s-2.25-.638-2.803-1.63c-.522-.933-.697-2.146-.697-3.37s.175-2.438.697-3.371m1.31.731c-.339.605-.507 1.516-.507 2.64c0 1.123.168 2.035.506 2.64c.306.546.751.86 1.494.86s1.188-.314 1.494-.86c.338-.605.506-1.517.506-2.64s-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.313-1.494.86"/></svg>
React
import type { SVGProps } from "react";
export function FluentSkipForward3024Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.908c-1.058-1.398-2.428-2.536-4.13-3.062a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.007a.75.75 0 1 1-1.315-.72c1.142-2.083 3.33-3.832 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.879.581 3.375 1.756 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M8.75 15.25c.763 0 1.253-.221 1.538-.475c.284-.252.405-.57.395-.875c-.018-.547-.54-1.4-2.183-1.4c-.719 0-1.28.217-1.662.434a3 3 0 0 0-.527.378l-.018.018h-.001a.75.75 0 0 1-1.088-1.03v-.002h.002l.002-.003l.006-.006l.016-.017l.051-.05q.064-.06.176-.154c.15-.123.364-.281.642-.438A4.85 4.85 0 0 1 8.5 11c2.208 0 3.63 1.272 3.682 2.85a2.61 2.61 0 0 1-1.02 2.15q.063.051.123.105c.612.544.923 1.288.897 2.046C12.13 19.728 10.708 21 8.5 21a4.85 4.85 0 0 1-2.401-.629a4.5 4.5 0 0 1-.818-.593l-.05-.05l-.017-.016l-.006-.006l-.002-.003h-.001l-.001-.002s-.466-.592.032-1.06a.75.75 0 0 1 1.056.028l.001.001l.018.018q.03.028.1.086c.092.077.236.184.427.292c.382.216.943.434 1.662.434c1.643 0 2.165-.854 2.183-1.4a1.11 1.11 0 0 0-.395-.876c-.285-.253-.775-.474-1.538-.474a.75.75 0 1 1 0-1.5m5.449-2.621c.554-.992 1.483-1.63 2.803-1.63s2.25.638 2.803 1.63c.522.933.697 2.147.697 3.37c0 1.225-.175 2.438-.697 3.372c-.554.991-1.483 1.629-2.803 1.629s-2.25-.638-2.803-1.63c-.522-.933-.697-2.146-.697-3.37s.175-2.438.697-3.371m1.31.731c-.339.605-.507 1.516-.507 2.64c0 1.123.168 2.035.506 2.64c.306.546.751.86 1.494.86s1.188-.314 1.494-.86c.338-.605.506-1.517.506-2.64s-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.313-1.494.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.25 2.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h3.908c-1.058-1.398-2.428-2.536-4.13-3.062a9.7 9.7 0 0 0-6.266.165c-2.03.755-3.91 2.285-4.854 4.007a.75.75 0 1 1-1.315-.72c1.142-2.083 3.33-3.832 5.646-4.693a11.2 11.2 0 0 1 7.233-.192c1.879.581 3.375 1.756 4.528 3.144V3.25a.75.75 0 0 1 .75-.75M8.75 15.25c.763 0 1.253-.221 1.538-.475c.284-.252.405-.57.395-.875c-.018-.547-.54-1.4-2.183-1.4c-.719 0-1.28.217-1.662.434a3 3 0 0 0-.527.378l-.018.018h-.001a.75.75 0 0 1-1.088-1.03v-.002h.002l.002-.003l.006-.006l.016-.017l.051-.05q.064-.06.176-.154c.15-.123.364-.281.642-.438A4.85 4.85 0 0 1 8.5 11c2.208 0 3.63 1.272 3.682 2.85a2.61 2.61 0 0 1-1.02 2.15q.063.051.123.105c.612.544.923 1.288.897 2.046C12.13 19.728 10.708 21 8.5 21a4.85 4.85 0 0 1-2.401-.629a4.5 4.5 0 0 1-.818-.593l-.05-.05l-.017-.016l-.006-.006l-.002-.003h-.001l-.001-.002s-.466-.592.032-1.06a.75.75 0 0 1 1.056.028l.001.001l.018.018q.03.028.1.086c.092.077.236.184.427.292c.382.216.943.434 1.662.434c1.643 0 2.165-.854 2.183-1.4a1.11 1.11 0 0 0-.395-.876c-.285-.253-.775-.474-1.538-.474a.75.75 0 1 1 0-1.5m5.449-2.621c.554-.992 1.483-1.63 2.803-1.63s2.25.638 2.803 1.63c.522.933.697 2.147.697 3.37c0 1.225-.175 2.438-.697 3.372c-.554.991-1.483 1.629-2.803 1.629s-2.25-.638-2.803-1.63c-.522-.933-.697-2.146-.697-3.37s.175-2.438.697-3.371m1.31.731c-.339.605-.507 1.516-.507 2.64c0 1.123.168 2.035.506 2.64c.306.546.751.86 1.494.86s1.188-.314 1.494-.86c.338-.605.506-1.517.506-2.64s-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.313-1.494.86"/></svg> </template>
CSS
.icon-skip-forward-30-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%202.5a.75.75%200%200%201%20.75.75v5.5a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.908c-1.058-1.398-2.428-2.536-4.13-3.062a9.7%209.7%200%200%200-6.266.165c-2.03.755-3.91%202.285-4.854%204.007a.75.75%200%201%201-1.315-.72c1.142-2.083%203.33-3.832%205.646-4.693a11.2%2011.2%200%200%201%207.233-.192c1.879.581%203.375%201.756%204.528%203.144V3.25a.75.75%200%200%201%20.75-.75M8.75%2015.25c.763%200%201.253-.221%201.538-.475c.284-.252.405-.57.395-.875c-.018-.547-.54-1.4-2.183-1.4c-.719%200-1.28.217-1.662.434a3%203%200%200%200-.527.378l-.018.018h-.001a.75.75%200%200%201-1.088-1.03v-.002h.002l.002-.003l.006-.006l.016-.017l.051-.05q.064-.06.176-.154c.15-.123.364-.281.642-.438A4.85%204.85%200%200%201%208.5%2011c2.208%200%203.63%201.272%203.682%202.85a2.61%202.61%200%200%201-1.02%202.15q.063.051.123.105c.612.544.923%201.288.897%202.046C12.13%2019.728%2010.708%2021%208.5%2021a4.85%204.85%200%200%201-2.401-.629a4.5%204.5%200%200%201-.818-.593l-.05-.05l-.017-.016l-.006-.006l-.002-.003h-.001l-.001-.002s-.466-.592.032-1.06a.75.75%200%200%201%201.056.028l.001.001l.018.018q.03.028.1.086c.092.077.236.184.427.292c.382.216.943.434%201.662.434c1.643%200%202.165-.854%202.183-1.4a1.11%201.11%200%200%200-.395-.876c-.285-.253-.775-.474-1.538-.474a.75.75%200%201%201%200-1.5m5.449-2.621c.554-.992%201.483-1.63%202.803-1.63s2.25.638%202.803%201.63c.522.933.697%202.147.697%203.37c0%201.225-.175%202.438-.697%203.372c-.554.991-1.483%201.629-2.803%201.629s-2.25-.638-2.803-1.63c-.522-.933-.697-2.146-.697-3.37s.175-2.438.697-3.371m1.31.731c-.339.605-.507%201.516-.507%202.64c0%201.123.168%202.035.506%202.64c.306.546.751.86%201.494.86s1.188-.314%201.494-.86c.338-.605.506-1.517.506-2.64s-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.313-1.494.86%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.25%202.5a.75.75%200%200%201%20.75.75v5.5a.75.75%200%200%201-.75.75h-5.5a.75.75%200%200%201%200-1.5h3.908c-1.058-1.398-2.428-2.536-4.13-3.062a9.7%209.7%200%200%200-6.266.165c-2.03.755-3.91%202.285-4.854%204.007a.75.75%200%201%201-1.315-.72c1.142-2.083%203.33-3.832%205.646-4.693a11.2%2011.2%200%200%201%207.233-.192c1.879.581%203.375%201.756%204.528%203.144V3.25a.75.75%200%200%201%20.75-.75M8.75%2015.25c.763%200%201.253-.221%201.538-.475c.284-.252.405-.57.395-.875c-.018-.547-.54-1.4-2.183-1.4c-.719%200-1.28.217-1.662.434a3%203%200%200%200-.527.378l-.018.018h-.001a.75.75%200%200%201-1.088-1.03v-.002h.002l.002-.003l.006-.006l.016-.017l.051-.05q.064-.06.176-.154c.15-.123.364-.281.642-.438A4.85%204.85%200%200%201%208.5%2011c2.208%200%203.63%201.272%203.682%202.85a2.61%202.61%200%200%201-1.02%202.15q.063.051.123.105c.612.544.923%201.288.897%202.046C12.13%2019.728%2010.708%2021%208.5%2021a4.85%204.85%200%200%201-2.401-.629a4.5%204.5%200%200%201-.818-.593l-.05-.05l-.017-.016l-.006-.006l-.002-.003h-.001l-.001-.002s-.466-.592.032-1.06a.75.75%200%200%201%201.056.028l.001.001l.018.018q.03.028.1.086c.092.077.236.184.427.292c.382.216.943.434%201.662.434c1.643%200%202.165-.854%202.183-1.4a1.11%201.11%200%200%200-.395-.876c-.285-.253-.775-.474-1.538-.474a.75.75%200%201%201%200-1.5m5.449-2.621c.554-.992%201.483-1.63%202.803-1.63s2.25.638%202.803%201.63c.522.933.697%202.147.697%203.37c0%201.225-.175%202.438-.697%203.372c-.554.991-1.483%201.629-2.803%201.629s-2.25-.638-2.803-1.63c-.522-.933-.697-2.146-.697-3.37s.175-2.438.697-3.371m1.31.731c-.339.605-.507%201.516-.507%202.64c0%201.123.168%202.035.506%202.64c.306.546.751.86%201.494.86s1.188-.314%201.494-.86c.338-.605.506-1.517.506-2.64s-.168-2.035-.506-2.64c-.306-.546-.751-.86-1.494-.86s-1.188.313-1.494.86%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-24-regular.svg?color=%231a73e8&size=48