globe video icon
globe-video-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- globe-video-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20c0 1.37-.138 2.706-.4 3.998a3.45 3.45 0 0 0-2.23.73l-.669.514A17.5 17.5 0 0 0 41.5 24c0-1.921-.31-3.77-.882-5.5h-7a40 40 0 0 1 .271 8.5H31.38q.118-1.46.119-3a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6h4.426A5 5 0 0 0 21 32v.5h-3.48c.437 1.702.997 3.228 1.645 4.524c.6 1.2 1.223 2.115 1.835 2.794V42c0 .644.122 1.26.344 1.825C11.554 42.525 4 34.145 4 24C4 12.954 12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589M23 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 FluentGlobeVideo48Regular(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="M24 4c11.046 0 20 8.954 20 20c0 1.37-.138 2.706-.4 3.998a3.45 3.45 0 0 0-2.23.73l-.669.514A17.5 17.5 0 0 0 41.5 24c0-1.921-.31-3.77-.882-5.5h-7a40 40 0 0 1 .271 8.5H31.38q.118-1.46.119-3a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6h4.426A5 5 0 0 0 21 32v.5h-3.48c.437 1.702.997 3.228 1.645 4.524c.6 1.2 1.223 2.115 1.835 2.794V42c0 .644.122 1.26.344 1.825C11.554 42.525 4 34.145 4 24C4 12.954 12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589M23 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="M24 4c11.046 0 20 8.954 20 20c0 1.37-.138 2.706-.4 3.998a3.45 3.45 0 0 0-2.23.73l-.669.514A17.5 17.5 0 0 0 41.5 24c0-1.921-.31-3.77-.882-5.5h-7a40 40 0 0 1 .271 8.5H31.38q.118-1.46.119-3a36 36 0 0 0-.41-5.5H16.91a36 36 0 0 0-.41 5.5c0 2.12.175 4.137.49 6h4.426A5 5 0 0 0 21 32v.5h-3.48c.437 1.702.997 3.228 1.645 4.524c.6 1.2 1.223 2.115 1.835 2.794V42c0 .644.122 1.26.344 1.825C11.554 42.525 4 34.145 4 24C4 12.954 12.954 4 24 4m-9.542 26A39 39 0 0 1 14 24c0-1.907.133-3.753.383-5.5H7.382A17.5 17.5 0 0 0 6.5 24c0 2.108.373 4.129 1.056 6zm-5.759 2.5a17.55 17.55 0 0 0 9.713 8.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604 16c-.453-1.905-1.058-3.602-1.769-5.024C27.158 7.622 25.305 6.5 24 6.5c-1.304 0-3.158 1.122-4.835 4.476c-.711 1.422-1.316 3.12-1.769 5.024zm2.564 0h6.4a17.55 17.55 0 0 0-9.98-8.589c1.565 2.114 2.816 5.09 3.58 8.589M18.412 7.411A17.55 17.55 0 0 0 8.432 16h6.4c.764-3.499 2.015-6.475 3.58-8.589M23 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020c0%201.37-.138%202.706-.4%203.998a3.45%203.45%200%200%200-2.23.73l-.669.514A17.5%2017.5%200%200%200%2041.5%2024c0-1.921-.31-3.77-.882-5.5h-7a40%2040%200%200%201%20.271%208.5H31.38q.118-1.46.119-3a36%2036%200%200%200-.41-5.5H16.91a36%2036%200%200%200-.41%205.5c0%202.12.175%204.137.49%206h4.426A5%205%200%200%200%2021%2032v.5h-3.48c.437%201.702.997%203.228%201.645%204.524c.6%201.2%201.223%202.115%201.835%202.794V42c0%20.644.122%201.26.344%201.825C11.554%2042.525%204%2034.145%204%2024C4%2012.954%2012.954%204%2024%204m-9.542%2026A39%2039%200%200%201%2014%2024c0-1.907.133-3.753.383-5.5H7.382A17.5%2017.5%200%200%200%206.5%2024c0%202.108.373%204.129%201.056%206zm-5.759%202.5a17.55%2017.55%200%200%200%209.713%208.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604%2016c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.711%201.422-1.316%203.12-1.769%205.024zm2.564%200h6.4a17.55%2017.55%200%200%200-9.98-8.589c1.565%202.114%202.816%205.09%203.58%208.589M18.412%207.411A17.55%2017.55%200%200%200%208.432%2016h6.4c.764-3.499%202.015-6.475%203.58-8.589M23%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%22M24%204c11.046%200%2020%208.954%2020%2020c0%201.37-.138%202.706-.4%203.998a3.45%203.45%200%200%200-2.23.73l-.669.514A17.5%2017.5%200%200%200%2041.5%2024c0-1.921-.31-3.77-.882-5.5h-7a40%2040%200%200%201%20.271%208.5H31.38q.118-1.46.119-3a36%2036%200%200%200-.41-5.5H16.91a36%2036%200%200%200-.41%205.5c0%202.12.175%204.137.49%206h4.426A5%205%200%200%200%2021%2032v.5h-3.48c.437%201.702.997%203.228%201.645%204.524c.6%201.2%201.223%202.115%201.835%202.794V42c0%20.644.122%201.26.344%201.825C11.554%2042.525%204%2034.145%204%2024C4%2012.954%2012.954%204%2024%204m-9.542%2026A39%2039%200%200%201%2014%2024c0-1.907.133-3.753.383-5.5H7.382A17.5%2017.5%200%200%200%206.5%2024c0%202.108.373%204.129%201.056%206zm-5.759%202.5a17.55%2017.55%200%200%200%209.713%208.089c-1.49-2.012-2.695-4.807-3.466-8.089zM30.604%2016c-.453-1.905-1.058-3.602-1.769-5.024C27.158%207.622%2025.305%206.5%2024%206.5c-1.304%200-3.158%201.122-4.835%204.476c-.711%201.422-1.316%203.12-1.769%205.024zm2.564%200h6.4a17.55%2017.55%200%200%200-9.98-8.589c1.565%202.114%202.816%205.09%203.58%208.589M18.412%207.411A17.55%2017.55%200%200%200%208.432%2016h6.4c.764-3.499%202.015-6.475%203.58-8.589M23%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-regular.svg?color=%231a73e8&size=48