play forward icon
play-forward from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- play-forward
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the play forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m481.29 229.47l-188.87-113a30.54 30.54 0 0 0-31.09-.39a33.74 33.74 0 0 0-16.76 29.47v79.05L63.85 116.44a30.54 30.54 0 0 0-31.09-.39A33.74 33.74 0 0 0 16 145.52v221A33.74 33.74 0 0 0 32.76 396a30.54 30.54 0 0 0 31.09-.39L244.57 287.4v79.08A33.74 33.74 0 0 0 261.33 396a30.54 30.54 0 0 0 31.09-.39l188.87-113a31.27 31.27 0 0 0 0-53Z"/></svg>
React
import type { SVGProps } from "react";
export function IonPlayForward(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m481.29 229.47l-188.87-113a30.54 30.54 0 0 0-31.09-.39a33.74 33.74 0 0 0-16.76 29.47v79.05L63.85 116.44a30.54 30.54 0 0 0-31.09-.39A33.74 33.74 0 0 0 16 145.52v221A33.74 33.74 0 0 0 32.76 396a30.54 30.54 0 0 0 31.09-.39L244.57 287.4v79.08A33.74 33.74 0 0 0 261.33 396a30.54 30.54 0 0 0 31.09-.39l188.87-113a31.27 31.27 0 0 0 0-53Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m481.29 229.47l-188.87-113a30.54 30.54 0 0 0-31.09-.39a33.74 33.74 0 0 0-16.76 29.47v79.05L63.85 116.44a30.54 30.54 0 0 0-31.09-.39A33.74 33.74 0 0 0 16 145.52v221A33.74 33.74 0 0 0 32.76 396a30.54 30.54 0 0 0 31.09-.39L244.57 287.4v79.08A33.74 33.74 0 0 0 261.33 396a30.54 30.54 0 0 0 31.09-.39l188.87-113a31.27 31.27 0 0 0 0-53Z"/></svg> </template>
CSS
.icon-play-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m481.29%20229.47l-188.87-113a30.54%2030.54%200%200%200-31.09-.39a33.74%2033.74%200%200%200-16.76%2029.47v79.05L63.85%20116.44a30.54%2030.54%200%200%200-31.09-.39A33.74%2033.74%200%200%200%2016%20145.52v221A33.74%2033.74%200%200%200%2032.76%20396a30.54%2030.54%200%200%200%2031.09-.39L244.57%20287.4v79.08A33.74%2033.74%200%200%200%20261.33%20396a30.54%2030.54%200%200%200%2031.09-.39l188.87-113a31.27%2031.27%200%200%200%200-53Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m481.29%20229.47l-188.87-113a30.54%2030.54%200%200%200-31.09-.39a33.74%2033.74%200%200%200-16.76%2029.47v79.05L63.85%20116.44a30.54%2030.54%200%200%200-31.09-.39A33.74%2033.74%200%200%200%2016%20145.52v221A33.74%2033.74%200%200%200%2032.76%20396a30.54%2030.54%200%200%200%2031.09-.39L244.57%20287.4v79.08A33.74%2033.74%200%200%200%20261.33%20396a30.54%2030.54%200%200%200%2031.09-.39l188.87-113a31.27%2031.27%200%200%200%200-53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/play-forward.svg?color=%231a73e8&size=48