globe-video-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
globe-video-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M21 41.99V32.5h-3.718c.471 2.437 1.135 4.603 1.931 6.395c.565 1.27 1.174 2.3 1.787 3.095M26 27h5.407a48 48 0 0 0-.224-8.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h4.536A5 5 0 0 1 26 27m9 0a5 5 0 0 1 4.584 3h.132l1.653-1.271a3.45 3.45 0 0 1 2.231-.73c.262-1.293.4-2.63.4-3.999a20 20 0 0 0-.766-5.5H33.7a51 51 0 0 1 .213 8.5zm-20.64 3a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M23 32a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v1.843l4.589-3.53c.986-.758 2.414-.055 2.414 1.19v10.991c0 1.245-1.428 1.948-2.414 1.19L38 40.153V42a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeVideo48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21 41.99V32.5h-3.718c.471 2.437 1.135 4.603 1.931 6.395c.565 1.27 1.174 2.3 1.787 3.095M26 27h5.407a48 48 0 0 0-.224-8.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h4.536A5 5 0 0 1 26 27m9 0a5 5 0 0 1 4.584 3h.132l1.653-1.271a3.45 3.45 0 0 1 2.231-.73c.262-1.293.4-2.63.4-3.999a20 20 0 0 0-.766-5.5H33.7a51 51 0 0 1 .213 8.5zm-20.64 3a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M23 32a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v1.843l4.589-3.53c.986-.758 2.414-.055 2.414 1.19v10.991c0 1.245-1.428 1.948-2.414 1.19L38 40.153V42a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21 41.99V32.5h-3.718c.471 2.437 1.135 4.603 1.931 6.395c.565 1.27 1.174 2.3 1.787 3.095M26 27h5.407a48 48 0 0 0-.224-8.5H16.817A47 47 0 0 0 16.5 24c0 2.098.134 4.111.38 6h4.536A5 5 0 0 1 26 27m9 0a5 5 0 0 1 4.584 3h.132l1.653-1.271a3.45 3.45 0 0 1 2.231-.73c.262-1.293.4-2.63.4-3.999a20 20 0 0 0-.766-5.5H33.7a51 51 0 0 1 .213 8.5zm-20.64 3a49 49 0 0 1-.36-6c0-1.897.104-3.74.3-5.5H4.767A20 20 0 0 0 4 24c0 2.09.32 4.106.916 6zm-8.47 2.5c2.49 5.295 7.235 9.321 12.997 10.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788 9.105c.85 1.914 1.55 4.254 2.025 6.895H17.188c.476-2.64 1.175-4.981 2.026-6.895c.82-1.844 1.731-3.183 2.617-4.026C22.704 4.25 23.433 4 24 4s1.296.248 2.169 1.08c.886.842 1.798 2.18 2.617 4.025M33.349 16h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924 2.58 3.43 6.572 4.236 11.34M5.664 16h8.987c.806-4.768 2.312-8.76 4.236-11.34C12.945 6.226 8.085 10.459 5.664 16M23 32a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v1.843l4.589-3.53c.986-.758 2.414-.055 2.414 1.19v10.991c0 1.245-1.428 1.948-2.414 1.19L38 40.153V42a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3z"/></svg>
</template>

CSS

.icon-globe-video-48-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2041.99V32.5h-3.718c.471%202.437%201.135%204.603%201.931%206.395c.565%201.27%201.174%202.3%201.787%203.095M26%2027h5.407a48%2048%200%200%200-.224-8.5H16.817A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206h4.536A5%205%200%200%201%2026%2027m9%200a5%205%200%200%201%204.584%203h.132l1.653-1.271a3.45%203.45%200%200%201%202.231-.73c.262-1.293.4-2.63.4-3.999a20%2020%200%200%200-.766-5.5H33.7a51%2051%200%200%201%20.213%208.5zm-20.64%203a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016M23%2032a3%203%200%200%201%203-3h9a3%203%200%200%201%203%203v1.843l4.589-3.53c.986-.758%202.414-.055%202.414%201.19v10.991c0%201.245-1.428%201.948-2.414%201.19L38%2040.153V42a3%203%200%200%201-3%203h-9a3%203%200%200%201-3-3z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2041.99V32.5h-3.718c.471%202.437%201.135%204.603%201.931%206.395c.565%201.27%201.174%202.3%201.787%203.095M26%2027h5.407a48%2048%200%200%200-.224-8.5H16.817A47%2047%200%200%200%2016.5%2024c0%202.098.134%204.111.38%206h4.536A5%205%200%200%201%2026%2027m9%200a5%205%200%200%201%204.584%203h.132l1.653-1.271a3.45%203.45%200%200%201%202.231-.73c.262-1.293.4-2.63.4-3.999a20%2020%200%200%200-.766-5.5H33.7a51%2051%200%200%201%20.213%208.5zm-20.64%203a49%2049%200%200%201-.36-6c0-1.897.104-3.74.3-5.5H4.767A20%2020%200%200%200%204%2024c0%202.09.32%204.106.916%206zm-8.47%202.5c2.49%205.295%207.235%209.321%2012.997%2010.84c-1.856-2.49-3.324-6.293-4.149-10.84zM28.788%209.105c.85%201.914%201.55%204.254%202.025%206.895H17.188c.476-2.64%201.175-4.981%202.026-6.895c.82-1.844%201.731-3.183%202.617-4.026C22.704%204.25%2023.433%204%2024%204s1.296.248%202.169%201.08c.886.842%201.798%202.18%202.617%204.025M33.349%2016h8.987c-2.421-5.541-7.281-9.774-13.223-11.34c1.924%202.58%203.43%206.572%204.236%2011.34M5.664%2016h8.987c.806-4.768%202.312-8.76%204.236-11.34C12.945%206.226%208.085%2010.459%205.664%2016M23%2032a3%203%200%200%201%203-3h9a3%203%200%200%201%203%203v1.843l4.589-3.53c.986-.758%202.414-.055%202.414%201.19v10.991c0%201.245-1.428%201.948-2.414%201.19L38%2040.153V42a3%203%200%200%201-3%203h-9a3%203%200%200%201-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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