globe video icon
globe-video-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- globe-video-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-warning-16-filled
Use the globe video icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 16c0-1.393.078-2.734.222-4h9.556c.144 1.266.222 2.607.222 4q0 .761-.03 1.5H18.5a4 4 0 0 0-3.71 2.5h-3.568A36 36 0 0 1 11 16m17.074 3.073a2.7 2.7 0 0 1 1.704-.576A14.1 14.1 0 0 0 29.42 12h-6.63a37.6 37.6 0 0 1 .181 5.5H24c1.492 0 2.794.817 3.481 2.029zM14.5 28.5V22h-2.985c.29 1.6.69 3.032 1.17 4.235c.516 1.288 1.104 2.262 1.706 2.9q.098.102.195.193a4 4 0 0 1-.086-.828M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.863 2h6.138c.314 1.86.771 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.347 22M19.314 5.765c.481 1.203.881 2.636 1.171 4.235h-8.97c.29-1.6.69-3.032 1.17-4.235c.516-1.288 1.104-2.263 1.706-2.9c.598-.631 1.14-.863 1.604-.865h.008c.464 0 1.007.233 1.606.866c.602.636 1.19 1.611 1.705 2.899M22.515 10h6.138a14.04 14.04 0 0 0-8.754-7.45c.479.714.903 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.344 4.978M3.347 10h6.138c.314-1.86.771-3.547 1.344-4.978c.369-.922.793-1.758 1.272-2.472A14.04 14.04 0 0 0 3.347 10M16 21.5a2.5 2.5 0 0 1 2.5-2.5H24a2.5 2.5 0 0 1 2.5 2.5v.676l2.489-1.915c.822-.632 2.012-.046 2.012.991v7.49c0 1.038-1.19 1.624-2.012.991L26.5 27.82v.681A2.5 2.5 0 0 1 24 31h-5.5a2.5 2.5 0 0 1-2.5-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeVideo32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 16c0-1.393.078-2.734.222-4h9.556c.144 1.266.222 2.607.222 4q0 .761-.03 1.5H18.5a4 4 0 0 0-3.71 2.5h-3.568A36 36 0 0 1 11 16m17.074 3.073a2.7 2.7 0 0 1 1.704-.576A14.1 14.1 0 0 0 29.42 12h-6.63a37.6 37.6 0 0 1 .181 5.5H24c1.492 0 2.794.817 3.481 2.029zM14.5 28.5V22h-2.985c.29 1.6.69 3.032 1.17 4.235c.516 1.288 1.104 2.262 1.706 2.9q.098.102.195.193a4 4 0 0 1-.086-.828M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.863 2h6.138c.314 1.86.771 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.347 22M19.314 5.765c.481 1.203.881 2.636 1.171 4.235h-8.97c.29-1.6.69-3.032 1.17-4.235c.516-1.288 1.104-2.263 1.706-2.9c.598-.631 1.14-.863 1.604-.865h.008c.464 0 1.007.233 1.606.866c.602.636 1.19 1.611 1.705 2.899M22.515 10h6.138a14.04 14.04 0 0 0-8.754-7.45c.479.714.903 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.344 4.978M3.347 10h6.138c.314-1.86.771-3.547 1.344-4.978c.369-.922.793-1.758 1.272-2.472A14.04 14.04 0 0 0 3.347 10M16 21.5a2.5 2.5 0 0 1 2.5-2.5H24a2.5 2.5 0 0 1 2.5 2.5v.676l2.489-1.915c.822-.632 2.012-.046 2.012.991v7.49c0 1.038-1.19 1.624-2.012.991L26.5 27.82v.681A2.5 2.5 0 0 1 24 31h-5.5a2.5 2.5 0 0 1-2.5-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 16c0-1.393.078-2.734.222-4h9.556c.144 1.266.222 2.607.222 4q0 .761-.03 1.5H18.5a4 4 0 0 0-3.71 2.5h-3.568A36 36 0 0 1 11 16m17.074 3.073a2.7 2.7 0 0 1 1.704-.576A14.1 14.1 0 0 0 29.42 12h-6.63a37.6 37.6 0 0 1 .181 5.5H24c1.492 0 2.794.817 3.481 2.029zM14.5 28.5V22h-2.985c.29 1.6.69 3.032 1.17 4.235c.516 1.288 1.104 2.262 1.706 2.9q.098.102.195.193a4 4 0 0 1-.086-.828M9.21 20A38 38 0 0 1 9 16c0-1.379.073-2.72.21-4H2.58A14 14 0 0 0 2 16c0 1.39.203 2.733.58 4zm-5.863 2h6.138c.314 1.86.771 3.547 1.344 4.978c.369.922.793 1.758 1.272 2.472A14.04 14.04 0 0 1 3.347 22M19.314 5.765c.481 1.203.881 2.636 1.171 4.235h-8.97c.29-1.6.69-3.032 1.17-4.235c.516-1.288 1.104-2.263 1.706-2.9c.598-.631 1.14-.863 1.604-.865h.008c.464 0 1.007.233 1.606.866c.602.636 1.19 1.611 1.705 2.899M22.515 10h6.138a14.04 14.04 0 0 0-8.754-7.45c.479.714.903 1.55 1.272 2.472c.573 1.431 1.03 3.118 1.344 4.978M3.347 10h6.138c.314-1.86.771-3.547 1.344-4.978c.369-.922.793-1.758 1.272-2.472A14.04 14.04 0 0 0 3.347 10M16 21.5a2.5 2.5 0 0 1 2.5-2.5H24a2.5 2.5 0 0 1 2.5 2.5v.676l2.489-1.915c.822-.632 2.012-.046 2.012.991v7.49c0 1.038-1.19 1.624-2.012.991L26.5 27.82v.681A2.5 2.5 0 0 1 24 31h-5.5a2.5 2.5 0 0 1-2.5-2.5z"/></svg> </template>
CSS
.icon-globe-video-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2016c0-1.393.078-2.734.222-4h9.556c.144%201.266.222%202.607.222%204q0%20.761-.03%201.5H18.5a4%204%200%200%200-3.71%202.5h-3.568A36%2036%200%200%201%2011%2016m17.074%203.073a2.7%202.7%200%200%201%201.704-.576A14.1%2014.1%200%200%200%2029.42%2012h-6.63a37.6%2037.6%200%200%201%20.181%205.5H24c1.492%200%202.794.817%203.481%202.029zM14.5%2028.5V22h-2.985c.29%201.6.69%203.032%201.17%204.235c.516%201.288%201.104%202.262%201.706%202.9q.098.102.195.193a4%204%200%200%201-.086-.828M9.21%2020A38%2038%200%200%201%209%2016c0-1.379.073-2.72.21-4H2.58A14%2014%200%200%200%202%2016c0%201.39.203%202.733.58%204zm-5.863%202h6.138c.314%201.86.771%203.547%201.344%204.978c.369.922.793%201.758%201.272%202.472A14.04%2014.04%200%200%201%203.347%2022M19.314%205.765c.481%201.203.881%202.636%201.171%204.235h-8.97c.29-1.6.69-3.032%201.17-4.235c.516-1.288%201.104-2.263%201.706-2.9c.598-.631%201.14-.863%201.604-.865h.008c.464%200%201.007.233%201.606.866c.602.636%201.19%201.611%201.705%202.899M22.515%2010h6.138a14.04%2014.04%200%200%200-8.754-7.45c.479.714.903%201.55%201.272%202.472c.573%201.431%201.03%203.118%201.344%204.978M3.347%2010h6.138c.314-1.86.771-3.547%201.344-4.978c.369-.922.793-1.758%201.272-2.472A14.04%2014.04%200%200%200%203.347%2010M16%2021.5a2.5%202.5%200%200%201%202.5-2.5H24a2.5%202.5%200%200%201%202.5%202.5v.676l2.489-1.915c.822-.632%202.012-.046%202.012.991v7.49c0%201.038-1.19%201.624-2.012.991L26.5%2027.82v.681A2.5%202.5%200%200%201%2024%2031h-5.5a2.5%202.5%200%200%201-2.5-2.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2016c0-1.393.078-2.734.222-4h9.556c.144%201.266.222%202.607.222%204q0%20.761-.03%201.5H18.5a4%204%200%200%200-3.71%202.5h-3.568A36%2036%200%200%201%2011%2016m17.074%203.073a2.7%202.7%200%200%201%201.704-.576A14.1%2014.1%200%200%200%2029.42%2012h-6.63a37.6%2037.6%200%200%201%20.181%205.5H24c1.492%200%202.794.817%203.481%202.029zM14.5%2028.5V22h-2.985c.29%201.6.69%203.032%201.17%204.235c.516%201.288%201.104%202.262%201.706%202.9q.098.102.195.193a4%204%200%200%201-.086-.828M9.21%2020A38%2038%200%200%201%209%2016c0-1.379.073-2.72.21-4H2.58A14%2014%200%200%200%202%2016c0%201.39.203%202.733.58%204zm-5.863%202h6.138c.314%201.86.771%203.547%201.344%204.978c.369.922.793%201.758%201.272%202.472A14.04%2014.04%200%200%201%203.347%2022M19.314%205.765c.481%201.203.881%202.636%201.171%204.235h-8.97c.29-1.6.69-3.032%201.17-4.235c.516-1.288%201.104-2.263%201.706-2.9c.598-.631%201.14-.863%201.604-.865h.008c.464%200%201.007.233%201.606.866c.602.636%201.19%201.611%201.705%202.899M22.515%2010h6.138a14.04%2014.04%200%200%200-8.754-7.45c.479.714.903%201.55%201.272%202.472c.573%201.431%201.03%203.118%201.344%204.978M3.347%2010h6.138c.314-1.86.771-3.547%201.344-4.978c.369-.922.793-1.758%201.272-2.472A14.04%2014.04%200%200%200%203.347%2010M16%2021.5a2.5%202.5%200%200%201%202.5-2.5H24a2.5%202.5%200%200%201%202.5%202.5v.676l2.489-1.915c.822-.632%202.012-.046%202.012.991v7.49c0%201.038-1.19%201.624-2.012.991L26.5%2027.82v.681A2.5%202.5%200%200%201%2024%2031h-5.5a2.5%202.5%200%200%201-2.5-2.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-32-filled.svg?color=%231a73e8&size=48