peertube from Material Line Icons by Vjacheslav Trushkin · Line · Social · MIT Free for personal and commercial use.

Name
peertube
Set
Material Line Icons
Style
Line
Category
Social
Viewbox
24×24
License
MIT

The same icon in other sets

More social icons from Material Line Icons

Use the peertube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGq1kMG5Ij"><path fill="#fff" d="M4 1.34l16 10.66l-16 10.67Z"><animate fill="freeze" attributeName="d" dur="0.4s" values="M12 12l0 0l0 0Z;M4 1.34l16 10.66l-16 10.67Z"/></path><path d="M12 6.67v10.67l-8 -5.34Z"/></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGq1kMG5Ij)"/></svg>

React

import type { SVGProps } from "react";

export function LineMdPeertube(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGq1kMG5Ij"><path fill="#fff" d="M4 1.34l16 10.66l-16 10.67Z"><animate fill="freeze" attributeName="d" dur="0.4s" values="M12 12l0 0l0 0Z;M4 1.34l16 10.66l-16 10.67Z"/></path><path d="M12 6.67v10.67l-8 -5.34Z"/></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGq1kMG5Ij)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGq1kMG5Ij"><path fill="#fff" d="M4 1.34l16 10.66l-16 10.67Z"><animate fill="freeze" attributeName="d" dur="0.4s" values="M12 12l0 0l0 0Z;M4 1.34l16 10.66l-16 10.67Z"/></path><path d="M12 6.67v10.67l-8 -5.34Z"/></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGq1kMG5Ij)"/></svg>
</template>

CSS

.icon-peertube {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGq1kMG5Ij%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%201.34l16%2010.66l-16%2010.67Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20dur%3D%220.4s%22%20values%3D%22M12%2012l0%200l0%200Z%3BM4%201.34l16%2010.66l-16%2010.67Z%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%206.67v10.67l-8%20-5.34Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGq1kMG5Ij)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGq1kMG5Ij%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%201.34l16%2010.66l-16%2010.67Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20dur%3D%220.4s%22%20values%3D%22M12%2012l0%200l0%200Z%3BM4%201.34l16%2010.66l-16%2010.67Z%22%2F%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%206.67v10.67l-8%20-5.34Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGq1kMG5Ij)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/peertube.svg?color=%231a73e8&size=48