play stream icon
play-stream from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- play-stream
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
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 play stream icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.06.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06M8.308 7.488a.75.75 0 0 1-.035 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 1 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.434.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 1 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06m-3.15 1.362l.052.03a13 13 0 0 1 .694.404c.245.155.505.337.761.525l.046.033c.408.3.79.58 1.06.864c.314.328.544.727.544 1.256c0 .53-.23.928-.543 1.257c-.27.283-.653.563-1.061.863a18 18 0 0 1-.807.558c-.215.136-.453.273-.694.405l-.053.029c-.4.22-.79.432-1.132.543c-.409.132-.882.161-1.336-.146c-.428-.289-.604-.717-.692-1.125c-.08-.373-.11-.845-.143-1.367l-.004-.052c-.021-.33-.035-.662-.035-.965s.014-.634.035-.965l.004-.052c.033-.522.063-.994.143-1.367c.088-.408.264-.836.692-1.125c.454-.307.927-.278 1.336-.146c.342.11.732.324 1.132.543m-1.642.87a1 1 0 0 0-.052.174c-.054.25-.079.608-.117 1.2c-.02.31-.032.608-.032.868s.012.558.032.869c.038.59.063.95.117 1.199a1 1 0 0 0 .052.174l.048-.014c.19-.062.451-.201.926-.46a12 12 0 0 0 .613-.358c.205-.13.436-.29.675-.466c.47-.345.74-.547.908-.723c.13-.135.13-.184.129-.217v-.008c0-.033 0-.082-.129-.217c-.167-.175-.438-.378-.909-.723a12 12 0 0 0-.674-.466c-.18-.114-.39-.235-.613-.357c-.475-.26-.736-.4-.926-.46z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPlayStream(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" fillRule="evenodd" d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.06.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06M8.308 7.488a.75.75 0 0 1-.035 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 1 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.434.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 1 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06m-3.15 1.362l.052.03a13 13 0 0 1 .694.404c.245.155.505.337.761.525l.046.033c.408.3.79.58 1.06.864c.314.328.544.727.544 1.256c0 .53-.23.928-.543 1.257c-.27.283-.653.563-1.061.863a18 18 0 0 1-.807.558c-.215.136-.453.273-.694.405l-.053.029c-.4.22-.79.432-1.132.543c-.409.132-.882.161-1.336-.146c-.428-.289-.604-.717-.692-1.125c-.08-.373-.11-.845-.143-1.367l-.004-.052c-.021-.33-.035-.662-.035-.965s.014-.634.035-.965l.004-.052c.033-.522.063-.994.143-1.367c.088-.408.264-.836.692-1.125c.454-.307.927-.278 1.336-.146c.342.11.732.324 1.132.543m-1.642.87a1 1 0 0 0-.052.174c-.054.25-.079.608-.117 1.2c-.02.31-.032.608-.032.868s.012.558.032.869c.038.59.063.95.117 1.199a1 1 0 0 0 .052.174l.048-.014c.19-.062.451-.201.926-.46a12 12 0 0 0 .613-.358c.205-.13.436-.29.675-.466c.47-.345.74-.547.908-.723c.13-.135.13-.184.129-.217v-.008c0-.033 0-.082-.129-.217c-.167-.175-.438-.378-.909-.723a12 12 0 0 0-.674-.466c-.18-.114-.39-.235-.613-.357c-.475-.26-.736-.4-.926-.46z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.467 4.392a.75.75 0 0 1-.001 1.06A9.22 9.22 0 0 0 2.75 12a9.22 9.22 0 0 0 2.775 6.606a.75.75 0 1 1-1.05 1.071A10.72 10.72 0 0 1 1.25 12c0-2.972 1.207-5.664 3.156-7.609a.75.75 0 0 1 1.06.001m13.15.072a.75.75 0 0 1 1.06.011A10.72 10.72 0 0 1 22.75 12c0 2.964-1.2 5.65-3.141 7.594a.75.75 0 1 1-1.062-1.06A9.22 9.22 0 0 0 21.25 12a9.22 9.22 0 0 0-2.644-6.475a.75.75 0 0 1 .01-1.06M8.308 7.488a.75.75 0 0 1-.035 1.06c-.949.888-1.524 2.102-1.524 3.434c0 1.348.589 2.575 1.558 3.466a.75.75 0 1 1-1.016 1.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38 2-4.53a.75.75 0 0 1 1.06.036m7.434.038a.75.75 0 0 1 1.06-.024c1.197 1.145 1.947 2.727 1.947 4.48c0 1.775-.767 3.373-1.99 4.521a.75.75 0 1 1-1.027-1.093c.945-.887 1.517-2.1 1.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75 0 0 1-.023-1.06m-3.15 1.362l.052.03a13 13 0 0 1 .694.404c.245.155.505.337.761.525l.046.033c.408.3.79.58 1.06.864c.314.328.544.727.544 1.256c0 .53-.23.928-.543 1.257c-.27.283-.653.563-1.061.863a18 18 0 0 1-.807.558c-.215.136-.453.273-.694.405l-.053.029c-.4.22-.79.432-1.132.543c-.409.132-.882.161-1.336-.146c-.428-.289-.604-.717-.692-1.125c-.08-.373-.11-.845-.143-1.367l-.004-.052c-.021-.33-.035-.662-.035-.965s.014-.634.035-.965l.004-.052c.033-.522.063-.994.143-1.367c.088-.408.264-.836.692-1.125c.454-.307.927-.278 1.336-.146c.342.11.732.324 1.132.543m-1.642.87a1 1 0 0 0-.052.174c-.054.25-.079.608-.117 1.2c-.02.31-.032.608-.032.868s.012.558.032.869c.038.59.063.95.117 1.199a1 1 0 0 0 .052.174l.048-.014c.19-.062.451-.201.926-.46a12 12 0 0 0 .613-.358c.205-.13.436-.29.675-.466c.47-.345.74-.547.908-.723c.13-.135.13-.184.129-.217v-.008c0-.033 0-.082-.129-.217c-.167-.175-.438-.378-.909-.723a12 12 0 0 0-.674-.466c-.18-.114-.39-.235-.613-.357c-.475-.26-.736-.4-.926-.46z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-play-stream {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.467%204.392a.75.75%200%200%201-.001%201.06A9.22%209.22%200%200%200%202.75%2012a9.22%209.22%200%200%200%202.775%206.606a.75.75%200%201%201-1.05%201.071A10.72%2010.72%200%200%201%201.25%2012c0-2.972%201.207-5.664%203.156-7.609a.75.75%200%200%201%201.06.001m13.15.072a.75.75%200%200%201%201.06.011A10.72%2010.72%200%200%201%2022.75%2012c0%202.964-1.2%205.65-3.141%207.594a.75.75%200%201%201-1.062-1.06A9.22%209.22%200%200%200%2021.25%2012a9.22%209.22%200%200%200-2.644-6.475a.75.75%200%200%201%20.01-1.06M8.308%207.488a.75.75%200%200%201-.035%201.06c-.949.888-1.524%202.102-1.524%203.434c0%201.348.589%202.575%201.558%203.466a.75.75%200%201%201-1.016%201.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38%202-4.53a.75.75%200%200%201%201.06.036m7.434.038a.75.75%200%200%201%201.06-.024c1.197%201.145%201.947%202.727%201.947%204.48c0%201.775-.767%203.373-1.99%204.521a.75.75%200%201%201-1.027-1.093c.945-.887%201.517-2.1%201.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75%200%200%201-.023-1.06m-3.15%201.362l.052.03a13%2013%200%200%201%20.694.404c.245.155.505.337.761.525l.046.033c.408.3.79.58%201.06.864c.314.328.544.727.544%201.256c0%20.53-.23.928-.543%201.257c-.27.283-.653.563-1.061.863a18%2018%200%200%201-.807.558c-.215.136-.453.273-.694.405l-.053.029c-.4.22-.79.432-1.132.543c-.409.132-.882.161-1.336-.146c-.428-.289-.604-.717-.692-1.125c-.08-.373-.11-.845-.143-1.367l-.004-.052c-.021-.33-.035-.662-.035-.965s.014-.634.035-.965l.004-.052c.033-.522.063-.994.143-1.367c.088-.408.264-.836.692-1.125c.454-.307.927-.278%201.336-.146c.342.11.732.324%201.132.543m-1.642.87a1%201%200%200%200-.052.174c-.054.25-.079.608-.117%201.2c-.02.31-.032.608-.032.868s.012.558.032.869c.038.59.063.95.117%201.199a1%201%200%200%200%20.052.174l.048-.014c.19-.062.451-.201.926-.46a12%2012%200%200%200%20.613-.358c.205-.13.436-.29.675-.466c.47-.345.74-.547.908-.723c.13-.135.13-.184.129-.217v-.008c0-.033%200-.082-.129-.217c-.167-.175-.438-.378-.909-.723a12%2012%200%200%200-.674-.466c-.18-.114-.39-.235-.613-.357c-.475-.26-.736-.4-.926-.46z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.467%204.392a.75.75%200%200%201-.001%201.06A9.22%209.22%200%200%200%202.75%2012a9.22%209.22%200%200%200%202.775%206.606a.75.75%200%201%201-1.05%201.071A10.72%2010.72%200%200%201%201.25%2012c0-2.972%201.207-5.664%203.156-7.609a.75.75%200%200%201%201.06.001m13.15.072a.75.75%200%200%201%201.06.011A10.72%2010.72%200%200%201%2022.75%2012c0%202.964-1.2%205.65-3.141%207.594a.75.75%200%201%201-1.062-1.06A9.22%209.22%200%200%200%2021.25%2012a9.22%209.22%200%200%200-2.644-6.475a.75.75%200%200%201%20.01-1.06M8.308%207.488a.75.75%200%200%201-.035%201.06c-.949.888-1.524%202.102-1.524%203.434c0%201.348.589%202.575%201.558%203.466a.75.75%200%201%201-1.016%201.104c-1.252-1.151-2.042-2.77-2.042-4.57c0-1.779.771-3.38%202-4.53a.75.75%200%200%201%201.06.036m7.434.038a.75.75%200%200%201%201.06-.024c1.197%201.145%201.947%202.727%201.947%204.48c0%201.775-.767%203.373-1.99%204.521a.75.75%200%201%201-1.027-1.093c.945-.887%201.517-2.1%201.517-3.428c0-1.313-.559-2.512-1.484-3.396a.75.75%200%200%201-.023-1.06m-3.15%201.362l.052.03a13%2013%200%200%201%20.694.404c.245.155.505.337.761.525l.046.033c.408.3.79.58%201.06.864c.314.328.544.727.544%201.256c0%20.53-.23.928-.543%201.257c-.27.283-.653.563-1.061.863a18%2018%200%200%201-.807.558c-.215.136-.453.273-.694.405l-.053.029c-.4.22-.79.432-1.132.543c-.409.132-.882.161-1.336-.146c-.428-.289-.604-.717-.692-1.125c-.08-.373-.11-.845-.143-1.367l-.004-.052c-.021-.33-.035-.662-.035-.965s.014-.634.035-.965l.004-.052c.033-.522.063-.994.143-1.367c.088-.408.264-.836.692-1.125c.454-.307.927-.278%201.336-.146c.342.11.732.324%201.132.543m-1.642.87a1%201%200%200%200-.052.174c-.054.25-.079.608-.117%201.2c-.02.31-.032.608-.032.868s.012.558.032.869c.038.59.063.95.117%201.199a1%201%200%200%200%20.052.174l.048-.014c.19-.062.451-.201.926-.46a12%2012%200%200%200%20.613-.358c.205-.13.436-.29.675-.466c.47-.345.74-.547.908-.723c.13-.135.13-.184.129-.217v-.008c0-.033%200-.082-.129-.217c-.167-.175-.438-.378-.909-.723a12%2012%200%200%200-.674-.466c-.18-.114-.39-.235-.613-.357c-.475-.26-.736-.4-.926-.46z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/play-stream.svg?color=%231a73e8&size=48