skip forward icon
skip-forward from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- skip-forward
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
skip-forwardBootstrap Iconsskip-forwardCarbonskip-forward-fillEva Iconsskip-forwardFeather Iconsskip-forwardHuge Iconsskip-forwardHumbleiconsskip-forwardIonIconsskip-forwardLucideskip-forwardMaterial Design Iconsskip-forward-fillMingCute Iconskip-forwardMyna UI Iconsskip-forwardPhosphorskip-forward-fillRemix Iconskip-forwardTabler Icons
More multimedia icons from Unicons
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="M19 3a3 3 0 0 0-3 3v2.84L7 3.47a3.21 3.21 0 0 0-3.29 0A3.38 3.38 0 0 0 2 6.42v11.16a3.38 3.38 0 0 0 1.72 3a3.24 3.24 0 0 0 1.61.42A3.3 3.3 0 0 0 7 20.53l9-5.37V18a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3m-3.68 10.23L6 18.81a1.23 1.23 0 0 1-1.28 0A1.4 1.4 0 0 1 4 17.58V6.42a1.4 1.4 0 0 1 .71-1.25A1.3 1.3 0 0 1 5.33 5a1.23 1.23 0 0 1 .67.19l9.33 5.58a1.45 1.45 0 0 1 0 2.46ZM20 18a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0Z"/></svg>
React
import type { SVGProps } from "react";
export function UilSkipForward(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="M19 3a3 3 0 0 0-3 3v2.84L7 3.47a3.21 3.21 0 0 0-3.29 0A3.38 3.38 0 0 0 2 6.42v11.16a3.38 3.38 0 0 0 1.72 3a3.24 3.24 0 0 0 1.61.42A3.3 3.3 0 0 0 7 20.53l9-5.37V18a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3m-3.68 10.23L6 18.81a1.23 1.23 0 0 1-1.28 0A1.4 1.4 0 0 1 4 17.58V6.42a1.4 1.4 0 0 1 .71-1.25A1.3 1.3 0 0 1 5.33 5a1.23 1.23 0 0 1 .67.19l9.33 5.58a1.45 1.45 0 0 1 0 2.46ZM20 18a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a3 3 0 0 0-3 3v2.84L7 3.47a3.21 3.21 0 0 0-3.29 0A3.38 3.38 0 0 0 2 6.42v11.16a3.38 3.38 0 0 0 1.72 3a3.24 3.24 0 0 0 1.61.42A3.3 3.3 0 0 0 7 20.53l9-5.37V18a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3m-3.68 10.23L6 18.81a1.23 1.23 0 0 1-1.28 0A1.4 1.4 0 0 1 4 17.58V6.42a1.4 1.4 0 0 1 .71-1.25A1.3 1.3 0 0 1 5.33 5a1.23 1.23 0 0 1 .67.19l9.33 5.58a1.45 1.45 0 0 1 0 2.46ZM20 18a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0Z"/></svg> </template>
CSS
.icon-skip-forward {
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%22M19%203a3%203%200%200%200-3%203v2.84L7%203.47a3.21%203.21%200%200%200-3.29%200A3.38%203.38%200%200%200%202%206.42v11.16a3.38%203.38%200%200%200%201.72%203a3.24%203.24%200%200%200%201.61.42A3.3%203.3%200%200%200%207%2020.53l9-5.37V18a3%203%200%200%200%206%200V6a3%203%200%200%200-3-3m-3.68%2010.23L6%2018.81a1.23%201.23%200%200%201-1.28%200A1.4%201.4%200%200%201%204%2017.58V6.42a1.4%201.4%200%200%201%20.71-1.25A1.3%201.3%200%200%201%205.33%205a1.23%201.23%200%200%201%20.67.19l9.33%205.58a1.45%201.45%200%200%201%200%202.46ZM20%2018a1%201%200%200%201-2%200V6a1%201%200%200%201%202%200Z%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%22M19%203a3%203%200%200%200-3%203v2.84L7%203.47a3.21%203.21%200%200%200-3.29%200A3.38%203.38%200%200%200%202%206.42v11.16a3.38%203.38%200%200%200%201.72%203a3.24%203.24%200%200%200%201.61.42A3.3%203.3%200%200%200%207%2020.53l9-5.37V18a3%203%200%200%200%206%200V6a3%203%200%200%200-3-3m-3.68%2010.23L6%2018.81a1.23%201.23%200%200%201-1.28%200A1.4%201.4%200%200%201%204%2017.58V6.42a1.4%201.4%200%200%201%20.71-1.25A1.3%201.3%200%200%201%205.33%205a1.23%201.23%200%200%201%20.67.19l9.33%205.58a1.45%201.45%200%200%201%200%202.46ZM20%2018a1%201%200%200%201-2%200V6a1%201%200%200%201%202%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/skip-forward.svg?color=%231a73e8&size=48