skip next icon
skip-next from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- skip-next
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All skip next icons →More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the skip next icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.278 1.756c-1.143-.739-2.438-.622-3.417.048c-.967.66-1.611 1.841-1.611 3.229v13.934c0 1.388.644 2.568 1.61 3.23c.98.669 2.275.786 3.418.048l10.789-6.968c1.15-.742 1.683-2.043 1.683-3.277s-.533-2.535-1.683-3.277zM2.75 5.033c0-.921.423-1.625.958-1.991c.522-.358 1.162-.41 1.756-.026l10.789 6.967c.637.41.997 1.18.997 2.017c0 .836-.36 1.606-.997 2.017L5.464 20.985c-.594.383-1.234.33-1.756-.027c-.535-.365-.958-1.07-.958-1.99z" clip-rule="evenodd"/><path d="M22.75 5a.75.75 0 0 0-1.5 0v14a.75.75 0 0 0 1.5 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSkipNext(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M6.278 1.756c-1.143-.739-2.438-.622-3.417.048c-.967.66-1.611 1.841-1.611 3.229v13.934c0 1.388.644 2.568 1.61 3.23c.98.669 2.275.786 3.418.048l10.789-6.968c1.15-.742 1.683-2.043 1.683-3.277s-.533-2.535-1.683-3.277zM2.75 5.033c0-.921.423-1.625.958-1.991c.522-.358 1.162-.41 1.756-.026l10.789 6.967c.637.41.997 1.18.997 2.017c0 .836-.36 1.606-.997 2.017L5.464 20.985c-.594.383-1.234.33-1.756-.027c-.535-.365-.958-1.07-.958-1.99z" clipRule="evenodd"/><path d="M22.75 5a.75.75 0 0 0-1.5 0v14a.75.75 0 0 0 1.5 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.278 1.756c-1.143-.739-2.438-.622-3.417.048c-.967.66-1.611 1.841-1.611 3.229v13.934c0 1.388.644 2.568 1.61 3.23c.98.669 2.275.786 3.418.048l10.789-6.968c1.15-.742 1.683-2.043 1.683-3.277s-.533-2.535-1.683-3.277zM2.75 5.033c0-.921.423-1.625.958-1.991c.522-.358 1.162-.41 1.756-.026l10.789 6.967c.637.41.997 1.18.997 2.017c0 .836-.36 1.606-.997 2.017L5.464 20.985c-.594.383-1.234.33-1.756-.027c-.535-.365-.958-1.07-.958-1.99z" clip-rule="evenodd"/><path d="M22.75 5a.75.75 0 0 0-1.5 0v14a.75.75 0 0 0 1.5 0z"/></g></svg> </template>
CSS
.icon-skip-next {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.278%201.756c-1.143-.739-2.438-.622-3.417.048c-.967.66-1.611%201.841-1.611%203.229v13.934c0%201.388.644%202.568%201.61%203.23c.98.669%202.275.786%203.418.048l10.789-6.968c1.15-.742%201.683-2.043%201.683-3.277s-.533-2.535-1.683-3.277zM2.75%205.033c0-.921.423-1.625.958-1.991c.522-.358%201.162-.41%201.756-.026l10.789%206.967c.637.41.997%201.18.997%202.017c0%20.836-.36%201.606-.997%202.017L5.464%2020.985c-.594.383-1.234.33-1.756-.027c-.535-.365-.958-1.07-.958-1.99z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.75%205a.75.75%200%200%200-1.5%200v14a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.278%201.756c-1.143-.739-2.438-.622-3.417.048c-.967.66-1.611%201.841-1.611%203.229v13.934c0%201.388.644%202.568%201.61%203.23c.98.669%202.275.786%203.418.048l10.789-6.968c1.15-.742%201.683-2.043%201.683-3.277s-.533-2.535-1.683-3.277zM2.75%205.033c0-.921.423-1.625.958-1.991c.522-.358%201.162-.41%201.756-.026l10.789%206.967c.637.41.997%201.18.997%202.017c0%20.836-.36%201.606-.997%202.017L5.464%2020.985c-.594.383-1.234.33-1.756-.027c-.535-.365-.958-1.07-.958-1.99z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.75%205a.75.75%200%200%200-1.5%200v14a.75.75%200%200%200%201.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/skip-next.svg?color=%231a73e8&size=48