globe-video-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
globe-video-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.999c5.523 0 10 4.478 10 10.002c0 .687-.07 1.358-.201 2.006a2 2 0 0 0-1.024.41l-.016.012a2.5 2.5 0 0 0-.445-.649a8.5 8.5 0 0 0-.05-3.78h-3.359a21 21 0 0 1 .072 3h-1.503a19 19 0 0 0-.079-3H8.604a19 19 0 0 0 .135 5h2.312q-.05.243-.05.5v1H9.06c.461 1.705 1.162 2.998 1.94 3.61v1.39q0 .234.042.457C5.967 21.475 1.998 17.2 1.998 12C1.998 6.477 6.476 1.999 12 1.999M7.508 16.501H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.499l-.116.005C10.618 3.62 9.396 5.622 8.828 8.5h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 15.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v.775l1.385-1.066a1 1 0 0 1 1.61.793v4.993a1 1 0 0 1-1.61.792L20 20.721v.779a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeVideo24Regular(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" d="M12 1.999c5.523 0 10 4.478 10 10.002c0 .687-.07 1.358-.201 2.006a2 2 0 0 0-1.024.41l-.016.012a2.5 2.5 0 0 0-.445-.649a8.5 8.5 0 0 0-.05-3.78h-3.359a21 21 0 0 1 .072 3h-1.503a19 19 0 0 0-.079-3H8.604a19 19 0 0 0 .135 5h2.312q-.05.243-.05.5v1H9.06c.461 1.705 1.162 2.998 1.94 3.61v1.39q0 .234.042.457C5.967 21.475 1.998 17.2 1.998 12C1.998 6.477 6.476 1.999 12 1.999M7.508 16.501H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.499l-.116.005C10.618 3.62 9.396 5.622 8.828 8.5h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 15.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v.775l1.385-1.066a1 1 0 0 1 1.61.793v4.993a1 1 0 0 1-1.61.792L20 20.721v.779a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.999c5.523 0 10 4.478 10 10.002c0 .687-.07 1.358-.201 2.006a2 2 0 0 0-1.024.41l-.016.012a2.5 2.5 0 0 0-.445-.649a8.5 8.5 0 0 0-.05-3.78h-3.359a21 21 0 0 1 .072 3h-1.503a19 19 0 0 0-.079-3H8.604a19 19 0 0 0 .135 5h2.312q-.05.243-.05.5v1H9.06c.461 1.705 1.162 2.998 1.94 3.61v1.39q0 .234.042.457C5.967 21.475 1.998 17.2 1.998 12C1.998 6.477 6.476 1.999 12 1.999M7.508 16.501H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.499l-.116.005C10.618 3.62 9.396 5.622 8.828 8.5h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 15.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v.775l1.385-1.066a1 1 0 0 1 1.61.793v4.993a1 1 0 0 1-1.61.792L20 20.721v.779a1.5 1.5 0 0 1-1.5 1.5h-5a1.5 1.5 0 0 1-1.5-1.5z"/></svg>
</template>

CSS

.icon-globe-video-24-regular {
  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%20d%3D%22M12%201.999c5.523%200%2010%204.478%2010%2010.002c0%20.687-.07%201.358-.201%202.006a2%202%200%200%200-1.024.41l-.016.012a2.5%202.5%200%200%200-.445-.649a8.5%208.5%200%200%200-.05-3.78h-3.359a21%2021%200%200%201%20.072%203h-1.503a19%2019%200%200%200-.079-3H8.604a19%2019%200%200%200%20.135%205h2.312q-.05.243-.05.5v1H9.06c.461%201.705%201.162%202.998%201.94%203.61v1.39q0%20.234.042.457C5.967%2021.475%201.998%2017.2%201.998%2012C1.998%206.477%206.476%201.999%2012%201.999M7.508%2016.501H4.785a8.53%208.53%200%200%200%204.095%203.41c-.523-.82-.954-1.846-1.27-3.015zM7.093%2010H3.735l-.004.017a8.5%208.5%200%200%200-.233%201.984c0%201.056.193%202.067.545%203h3.173a20%2020%200%200%201-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.313-1.752.86-3.278%201.583-4.41M12%203.499l-.116.005C10.618%203.62%209.396%205.622%208.828%208.5h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.178%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.338-4.29zM12%2015.5a1.5%201.5%200%200%201%201.5-1.5h5a1.5%201.5%200%200%201%201.5%201.5v.775l1.385-1.066a1%201%200%200%201%201.61.793v4.993a1%201%200%200%201-1.61.792L20%2020.721v.779a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5z%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%20d%3D%22M12%201.999c5.523%200%2010%204.478%2010%2010.002c0%20.687-.07%201.358-.201%202.006a2%202%200%200%200-1.024.41l-.016.012a2.5%202.5%200%200%200-.445-.649a8.5%208.5%200%200%200-.05-3.78h-3.359a21%2021%200%200%201%20.072%203h-1.503a19%2019%200%200%200-.079-3H8.604a19%2019%200%200%200%20.135%205h2.312q-.05.243-.05.5v1H9.06c.461%201.705%201.162%202.998%201.94%203.61v1.39q0%20.234.042.457C5.967%2021.475%201.998%2017.2%201.998%2012C1.998%206.477%206.476%201.999%2012%201.999M7.508%2016.501H4.785a8.53%208.53%200%200%200%204.095%203.41c-.523-.82-.954-1.846-1.27-3.015zM7.093%2010H3.735l-.004.017a8.5%208.5%200%200%200-.233%201.984c0%201.056.193%202.067.545%203h3.173a20%2020%200%200%201-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.313-1.752.86-3.278%201.583-4.41M12%203.499l-.116.005C10.618%203.62%209.396%205.622%208.828%208.5h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.178%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.338-4.29zM12%2015.5a1.5%201.5%200%200%201%201.5-1.5h5a1.5%201.5%200%200%201%201.5%201.5v.775l1.385-1.066a1%201%200%200%201%201.61.793v4.993a1%201%200%200%201-1.61.792L20%2020.721v.779a1.5%201.5%200%200%201-1.5%201.5h-5a1.5%201.5%200%200%201-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-video-24-regular.svg?color=%231a73e8&size=48