play stream icon

play-stream-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.

Name
play-stream-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More video icons from Reicon

Use the play stream 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="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.06" clip-rule="evenodd" opacity=".5"/><path d="M13.656 10.451C14.552 11.11 15 11.438 15 12s-.448.891-1.344 1.549a13 13 0 0 1-.718.495a12 12 0 0 1-.653.38c-.894.49-1.34.735-1.741.464s-.437-.838-.51-1.971c-.02-.321-.034-.635-.034-.917s.013-.596.034-.917c.072-1.133.109-1.7.51-1.97c.4-.272.847-.027 1.74.462c.233.127.457.256.654.381c.226.143.471.314.718.495"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPlayStreamDuotone(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="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.06" clipRule="evenodd" opacity=".5"/><path d="M13.656 10.451C14.552 11.11 15 11.438 15 12s-.448.891-1.344 1.549a13 13 0 0 1-.718.495a12 12 0 0 1-.653.38c-.894.49-1.34.735-1.741.464s-.437-.838-.51-1.971c-.02-.321-.034-.635-.034-.917s.013-.596.034-.917c.072-1.133.109-1.7.51-1.97c.4-.272.847-.027 1.74.462c.233.127.457.256.654.381c.226.143.471.314.718.495"/></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="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.06" clip-rule="evenodd" opacity=".5"/><path d="M13.656 10.451C14.552 11.11 15 11.438 15 12s-.448.891-1.344 1.549a13 13 0 0 1-.718.495a12 12 0 0 1-.653.38c-.894.49-1.34.735-1.741.464s-.437-.838-.51-1.971c-.02-.321-.034-.635-.034-.917s.013-.596.034-.917c.072-1.133.109-1.7.51-1.97c.4-.272.847-.027 1.74.462c.233.127.457.256.654.381c.226.143.471.314.718.495"/></g></svg>
</template>

CSS

.icon-play-stream-duotone {
  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%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.06%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.656%2010.451C14.552%2011.11%2015%2011.438%2015%2012s-.448.891-1.344%201.549a13%2013%200%200%201-.718.495a12%2012%200%200%201-.653.38c-.894.49-1.34.735-1.741.464s-.437-.838-.51-1.971c-.02-.321-.034-.635-.034-.917s.013-.596.034-.917c.072-1.133.109-1.7.51-1.97c.4-.272.847-.027%201.74.462c.233.127.457.256.654.381c.226.143.471.314.718.495%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%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.06%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.656%2010.451C14.552%2011.11%2015%2011.438%2015%2012s-.448.891-1.344%201.549a13%2013%200%200%201-.718.495a12%2012%200%200%201-.653.38c-.894.49-1.34.735-1.741.464s-.437-.838-.51-1.971c-.02-.321-.034-.635-.034-.917s.013-.596.034-.917c.072-1.133.109-1.7.51-1.97c.4-.272.847-.027%201.74.462c.233.127.457.256.654.381c.226.143.471.314.718.495%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/play-stream-duotone.svg?color=%231a73e8&size=48