skip forward icon
skip-forward-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- skip-forward-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
skip-forwardBootstrap Iconsskip-forwardCarbonskip-forward-fillEva Iconsskip-forwardFeather Iconsskip-forwardHuge Iconsskip-forwardHumbleiconsskip-forwardIonIconsskip-forwardLucideskip-forwardMaterial Design Iconsskip-forwardMyna UI Iconsskip-forwardPhosphorskip-forward-fillRemix Iconskip-forwardTabler Iconsskip-forwardUnicons
Related icons in MingCute Icon
Use the skip forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.569 5.863A1.332 1.332 0 0 1 5.414 4.8c.848.36 2.88 1.271 5.479 2.771s4.404 2.806 5.14 3.36c.71.536.71 1.594 0 2.13c-.728.55-2.51 1.838-5.141 3.357s-4.639 2.419-5.48 2.775a1.332 1.332 0 0 1-1.843-1.065c-.113-.911-.341-3.12-.341-6.133c0-3.01.228-5.218.34-6.13M19 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSkipForwardFill(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="M3.569 5.863A1.332 1.332 0 0 1 5.414 4.8c.848.36 2.88 1.271 5.479 2.771s4.404 2.806 5.14 3.36c.71.536.71 1.594 0 2.13c-.728.55-2.51 1.838-5.141 3.357s-4.639 2.419-5.48 2.775a1.332 1.332 0 0 1-1.843-1.065c-.113-.911-.341-3.12-.341-6.133c0-3.01.228-5.218.34-6.13M19 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.569 5.863A1.332 1.332 0 0 1 5.414 4.8c.848.36 2.88 1.271 5.479 2.771s4.404 2.806 5.14 3.36c.71.536.71 1.594 0 2.13c-.728.55-2.51 1.838-5.141 3.357s-4.639 2.419-5.48 2.775a1.332 1.332 0 0 1-1.843-1.065c-.113-.911-.341-3.12-.341-6.133c0-3.01.228-5.218.34-6.13M19 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z"/></svg> </template>
CSS
.icon-skip-forward-fill {
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%22M3.569%205.863A1.332%201.332%200%200%201%205.414%204.8c.848.36%202.88%201.271%205.479%202.771s4.404%202.806%205.14%203.36c.71.536.71%201.594%200%202.13c-.728.55-2.51%201.838-5.141%203.357s-4.639%202.419-5.48%202.775a1.332%201.332%200%200%201-1.843-1.065c-.113-.911-.341-3.12-.341-6.133c0-3.01.228-5.218.34-6.13M19%205a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1z%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%22M3.569%205.863A1.332%201.332%200%200%201%205.414%204.8c.848.36%202.88%201.271%205.479%202.771s4.404%202.806%205.14%203.36c.71.536.71%201.594%200%202.13c-.728.55-2.51%201.838-5.141%203.357s-4.639%202.419-5.48%202.775a1.332%201.332%200%200%201-1.843-1.065c-.113-.911-.341-3.12-.341-6.133c0-3.01.228-5.218.34-6.13M19%205a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201h-1a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/skip-forward-fill.svg?color=%231a73e8&size=48