play once icon
play-once from IconPark by ByteDance · Color · Arrows · Apache-2.0 Free for personal and commercial use.
- Name
- play-once
- Set
- IconPark
- Style
- Color
- Category
- Arrows
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More arrows icons from IconPark
afferent-fourafferent-threearrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-left-downarrow-left-uparrow-rightarrow-right-downarrow-right-uparrow-upback-onechangecircle-double-downcircle-double-leftcircle-double-rightcircle-double-upcircle-left-downcircle-left-upcircle-right-downcircle-right-up
Use the play once icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M43.8233 25.2305C43.7019 25.9889 43.5195 26.727 43.2814 27.4395C42.763 28.9914 41.9801 30.4222 40.9863 31.6785C38.4222 34.9201 34.454 37 30 37H16C9.39697 37 4 31.6785 4 25C4 18.3502 9.39624 13 16 13H44"/><path d="M38 7L44 13L38 19"/><path d="M24 19V31"/><path d="M24 19L21 22L19.5 23.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPlayOnce(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M43.8233 25.2305C43.7019 25.9889 43.5195 26.727 43.2814 27.4395C42.763 28.9914 41.9801 30.4222 40.9863 31.6785C38.4222 34.9201 34.454 37 30 37H16C9.39697 37 4 31.6785 4 25C4 18.3502 9.39624 13 16 13H44"/><path d="M38 7L44 13L38 19"/><path d="M24 19V31"/><path d="M24 19L21 22L19.5 23.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M43.8233 25.2305C43.7019 25.9889 43.5195 26.727 43.2814 27.4395C42.763 28.9914 41.9801 30.4222 40.9863 31.6785C38.4222 34.9201 34.454 37 30 37H16C9.39697 37 4 31.6785 4 25C4 18.3502 9.39624 13 16 13H44"/><path d="M38 7L44 13L38 19"/><path d="M24 19V31"/><path d="M24 19L21 22L19.5 23.5"/></g></svg> </template>
CSS
.icon-play-once {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M43.8233%2025.2305C43.7019%2025.9889%2043.5195%2026.727%2043.2814%2027.4395C42.763%2028.9914%2041.9801%2030.4222%2040.9863%2031.6785C38.4222%2034.9201%2034.454%2037%2030%2037H16C9.39697%2037%204%2031.6785%204%2025C4%2018.3502%209.39624%2013%2016%2013H44%22%2F%3E%3Cpath%20d%3D%22M38%207L44%2013L38%2019%22%2F%3E%3Cpath%20d%3D%22M24%2019V31%22%2F%3E%3Cpath%20d%3D%22M24%2019L21%2022L19.5%2023.5%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M43.8233%2025.2305C43.7019%2025.9889%2043.5195%2026.727%2043.2814%2027.4395C42.763%2028.9914%2041.9801%2030.4222%2040.9863%2031.6785C38.4222%2034.9201%2034.454%2037%2030%2037H16C9.39697%2037%204%2031.6785%204%2025C4%2018.3502%209.39624%2013%2016%2013H44%22%2F%3E%3Cpath%20d%3D%22M38%207L44%2013L38%2019%22%2F%3E%3Cpath%20d%3D%22M24%2019V31%22%2F%3E%3Cpath%20d%3D%22M24%2019L21%2022L19.5%2023.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/play-once.svg?color=%231a73e8&size=48