skip forward icon
skip-forward-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- skip-forward-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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-forward-fillRemix Iconskip-forwardTabler Iconsskip-forwardUnicons
Related icons in Phosphor
Use the skip forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 36a4 4 0 0 0-4 4v76.44L70.31 37.84a12 12 0 0 0-12.18-.32A11.69 11.69 0 0 0 52 47.88v160.24a11.69 11.69 0 0 0 6.13 10.36a12 12 0 0 0 12.18-.32L196 139.56V216a4 4 0 0 0 8 0V40a4 4 0 0 0-4-4m-5.82 95.26L66.06 211.38a4 4 0 0 1-4.06.11a3.8 3.8 0 0 1-2-3.37V47.88a3.8 3.8 0 0 1 2-3.37a4 4 0 0 1 2-.51a4 4 0 0 1 2.11.62l128.12 80.12a3.83 3.83 0 0 1 0 6.52Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSkipForwardThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 36a4 4 0 0 0-4 4v76.44L70.31 37.84a12 12 0 0 0-12.18-.32A11.69 11.69 0 0 0 52 47.88v160.24a11.69 11.69 0 0 0 6.13 10.36a12 12 0 0 0 12.18-.32L196 139.56V216a4 4 0 0 0 8 0V40a4 4 0 0 0-4-4m-5.82 95.26L66.06 211.38a4 4 0 0 1-4.06.11a3.8 3.8 0 0 1-2-3.37V47.88a3.8 3.8 0 0 1 2-3.37a4 4 0 0 1 2-.51a4 4 0 0 1 2.11.62l128.12 80.12a3.83 3.83 0 0 1 0 6.52Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 36a4 4 0 0 0-4 4v76.44L70.31 37.84a12 12 0 0 0-12.18-.32A11.69 11.69 0 0 0 52 47.88v160.24a11.69 11.69 0 0 0 6.13 10.36a12 12 0 0 0 12.18-.32L196 139.56V216a4 4 0 0 0 8 0V40a4 4 0 0 0-4-4m-5.82 95.26L66.06 211.38a4 4 0 0 1-4.06.11a3.8 3.8 0 0 1-2-3.37V47.88a3.8 3.8 0 0 1 2-3.37a4 4 0 0 1 2-.51a4 4 0 0 1 2.11.62l128.12 80.12a3.83 3.83 0 0 1 0 6.52Z"/></svg> </template>
CSS
.icon-skip-forward-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2036a4%204%200%200%200-4%204v76.44L70.31%2037.84a12%2012%200%200%200-12.18-.32A11.69%2011.69%200%200%200%2052%2047.88v160.24a11.69%2011.69%200%200%200%206.13%2010.36a12%2012%200%200%200%2012.18-.32L196%20139.56V216a4%204%200%200%200%208%200V40a4%204%200%200%200-4-4m-5.82%2095.26L66.06%20211.38a4%204%200%200%201-4.06.11a3.8%203.8%200%200%201-2-3.37V47.88a3.8%203.8%200%200%201%202-3.37a4%204%200%200%201%202-.51a4%204%200%200%201%202.11.62l128.12%2080.12a3.83%203.83%200%200%201%200%206.52Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2036a4%204%200%200%200-4%204v76.44L70.31%2037.84a12%2012%200%200%200-12.18-.32A11.69%2011.69%200%200%200%2052%2047.88v160.24a11.69%2011.69%200%200%200%206.13%2010.36a12%2012%200%200%200%2012.18-.32L196%20139.56V216a4%204%200%200%200%208%200V40a4%204%200%200%200-4-4m-5.82%2095.26L66.06%20211.38a4%204%200%200%201-4.06.11a3.8%203.8%200%200%201-2-3.37V47.88a3.8%203.8%200%200%201%202-3.37a4%204%200%200%201%202-.51a4%204%200%200%201%202.11.62l128.12%2080.12a3.83%203.83%200%200%201%200%206.52Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/skip-forward-thin.svg?color=%231a73e8&size=48