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

Name
shield-globe-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the shield globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5m6.324 10.507c-.29-.77-.487-1.718-.551-2.757H8.07a4 4 0 0 0 2.004 2.757m1.524-.239c-.28-.614-.498-1.488-.572-2.518h1.948c-.074 1.03-.292 1.904-.572 2.518c-.169.372-.311.561-.402.655c-.09-.094-.233-.283-.402-.655m0-6.536c-.28.614-.498 1.488-.572 2.518h1.948c-.074-1.03-.292-1.904-.572-2.518c-.169-.372-.311-.561-.402-.655c-.09.094-.233.283-.402.655m2.328 6.775c.29-.77.486-1.718.55-2.757h1.454a4 4 0 0 1-2.004 2.757m.55-4.257h1.454a4 4 0 0 0-2.004-2.757c.29.77.486 1.718.55 2.757m-6.406 0h1.453c.064-1.04.26-1.986.55-2.757A4 4 0 0 0 8.07 11.25M12 6.5a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldGlobe24Filled(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="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5m6.324 10.507c-.29-.77-.487-1.718-.551-2.757H8.07a4 4 0 0 0 2.004 2.757m1.524-.239c-.28-.614-.498-1.488-.572-2.518h1.948c-.074 1.03-.292 1.904-.572 2.518c-.169.372-.311.561-.402.655c-.09-.094-.233-.283-.402-.655m0-6.536c-.28.614-.498 1.488-.572 2.518h1.948c-.074-1.03-.292-1.904-.572-2.518c-.169-.372-.311-.561-.402-.655c-.09.094-.233.283-.402.655m2.328 6.775c.29-.77.486-1.718.55-2.757h1.454a4 4 0 0 1-2.004 2.757m.55-4.257h1.454a4 4 0 0 0-2.004-2.757c.29.77.486 1.718.55 2.757m-6.406 0h1.453c.064-1.04.26-1.986.55-2.757A4 4 0 0 0 8.07 11.25M12 6.5a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5m6.324 10.507c-.29-.77-.487-1.718-.551-2.757H8.07a4 4 0 0 0 2.004 2.757m1.524-.239c-.28-.614-.498-1.488-.572-2.518h1.948c-.074 1.03-.292 1.904-.572 2.518c-.169.372-.311.561-.402.655c-.09-.094-.233-.283-.402-.655m0-6.536c-.28.614-.498 1.488-.572 2.518h1.948c-.074-1.03-.292-1.904-.572-2.518c-.169-.372-.311-.561-.402-.655c-.09.094-.233.283-.402.655m2.328 6.775c.29-.77.486-1.718.55-2.757h1.454a4 4 0 0 1-2.004 2.757m.55-4.257h1.454a4 4 0 0 0-2.004-2.757c.29.77.486 1.718.55 2.757m-6.406 0h1.453c.064-1.04.26-1.986.55-2.757A4 4 0 0 0 8.07 11.25M12 6.5a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11"/></svg>
</template>

CSS

.icon-shield-globe-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%205a.75.75%200%200%200-.75.75V11c0%205.001%202.958%208.676%208.725%2010.948a.75.75%200%200%200%20.55%200C18.042%2019.676%2021%2016%2021%2011V5.75a.75.75%200%200%200-.75-.75c-2.663%200-5.258-.943-7.8-2.85a.75.75%200%200%200-.9%200C9.008%204.057%206.413%205%203.75%205m6.324%2010.507c-.29-.77-.487-1.718-.551-2.757H8.07a4%204%200%200%200%202.004%202.757m1.524-.239c-.28-.614-.498-1.488-.572-2.518h1.948c-.074%201.03-.292%201.904-.572%202.518c-.169.372-.311.561-.402.655c-.09-.094-.233-.283-.402-.655m0-6.536c-.28.614-.498%201.488-.572%202.518h1.948c-.074-1.03-.292-1.904-.572-2.518c-.169-.372-.311-.561-.402-.655c-.09.094-.233.283-.402.655m2.328%206.775c.29-.77.486-1.718.55-2.757h1.454a4%204%200%200%201-2.004%202.757m.55-4.257h1.454a4%204%200%200%200-2.004-2.757c.29.77.486%201.718.55%202.757m-6.406%200h1.453c.064-1.04.26-1.986.55-2.757A4%204%200%200%200%208.07%2011.25M12%206.5a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11%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%22M3.75%205a.75.75%200%200%200-.75.75V11c0%205.001%202.958%208.676%208.725%2010.948a.75.75%200%200%200%20.55%200C18.042%2019.676%2021%2016%2021%2011V5.75a.75.75%200%200%200-.75-.75c-2.663%200-5.258-.943-7.8-2.85a.75.75%200%200%200-.9%200C9.008%204.057%206.413%205%203.75%205m6.324%2010.507c-.29-.77-.487-1.718-.551-2.757H8.07a4%204%200%200%200%202.004%202.757m1.524-.239c-.28-.614-.498-1.488-.572-2.518h1.948c-.074%201.03-.292%201.904-.572%202.518c-.169.372-.311.561-.402.655c-.09-.094-.233-.283-.402-.655m0-6.536c-.28.614-.498%201.488-.572%202.518h1.948c-.074-1.03-.292-1.904-.572-2.518c-.169-.372-.311-.561-.402-.655c-.09.094-.233.283-.402.655m2.328%206.775c.29-.77.486-1.718.55-2.757h1.454a4%204%200%200%201-2.004%202.757m.55-4.257h1.454a4%204%200%200%200-2.004-2.757c.29.77.486%201.718.55%202.757m-6.406%200h1.453c.064-1.04.26-1.986.55-2.757A4%204%200%200%200%208.07%2011.25M12%206.5a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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