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

Name
shield-globe-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M4 4.98c1.48-.112 2.814-.726 4-1.792c1.185 1.066 2.52 1.68 4 1.792V7.5c0 1.434-.363 2.565-1.021 3.444c-.638.852-1.609 1.543-2.979 2.027c-1.37-.483-2.341-1.175-2.979-2.027C4.363 10.065 4 8.935 4 7.501zM9.937 8.5h-.45c-.02.344-.06.67-.119.959c.272-.256.473-.586.569-.959m0-1a2 2 0 0 0-.569-.959c.059.29.099.615.118.959zm-1.453 0a6 6 0 0 0-.068-.607C8.326 6.355 8.174 6 8 6s-.327.355-.416.893a6 6 0 0 0-.068.607zm-.968 1q.021.331.068.607c.09.538.242.893.416.893s.327-.355.416-.893a6 6 0 0 0 .068-.607zm-1.002 0h-.451c.096.373.297.703.569.959a7 7 0 0 1-.118-.959m0-1c.02-.344.059-.67.118-.959a2 2 0 0 0-.569.959zM11 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentShieldGlobe16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M4 4.98c1.48-.112 2.814-.726 4-1.792c1.185 1.066 2.52 1.68 4 1.792V7.5c0 1.434-.363 2.565-1.021 3.444c-.638.852-1.609 1.543-2.979 2.027c-1.37-.483-2.341-1.175-2.979-2.027C4.363 10.065 4 8.935 4 7.501zM9.937 8.5h-.45c-.02.344-.06.67-.119.959c.272-.256.473-.586.569-.959m0-1a2 2 0 0 0-.569-.959c.059.29.099.615.118.959zm-1.453 0a6 6 0 0 0-.068-.607C8.326 6.355 8.174 6 8 6s-.327.355-.416.893a6 6 0 0 0-.068.607zm-.968 1q.021.331.068.607c.09.538.242.893.416.893s.327-.355.416-.893a6 6 0 0 0 .068-.607zm-1.002 0h-.451c.096.373.297.703.569.959a7 7 0 0 1-.118-.959m0-1c.02-.344.059-.67.118-.959a2 2 0 0 0-.569.959zM11 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.355 2.147a.5.5 0 0 0-.708 0C6.404 3.388 5.03 4 3.5 4a.5.5 0 0 0-.5.5v3.001c0 3.219 1.641 5.407 4.842 6.473a.5.5 0 0 0 .316 0C11.358 12.908 13 10.72 13 7.501V4.5a.5.5 0 0 0-.5-.5c-1.531 0-2.905-.61-4.145-1.853M4 4.98c1.48-.112 2.814-.726 4-1.792c1.185 1.066 2.52 1.68 4 1.792V7.5c0 1.434-.363 2.565-1.021 3.444c-.638.852-1.609 1.543-2.979 2.027c-1.37-.483-2.341-1.175-2.979-2.027C4.363 10.065 4 8.935 4 7.501zM9.937 8.5h-.45c-.02.344-.06.67-.119.959c.272-.256.473-.586.569-.959m0-1a2 2 0 0 0-.569-.959c.059.29.099.615.118.959zm-1.453 0a6 6 0 0 0-.068-.607C8.326 6.355 8.174 6 8 6s-.327.355-.416.893a6 6 0 0 0-.068.607zm-.968 1q.021.331.068.607c.09.538.242.893.416.893s.327-.355.416-.893a6 6 0 0 0 .068-.607zm-1.002 0h-.451c.096.373.297.703.569.959a7 7 0 0 1-.118-.959m0-1c.02-.344.059-.67.118-.959a2 2 0 0 0-.569.959zM11 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-shield-globe-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%203.219%201.641%205.407%204.842%206.473a.5.5%200%200%200%20.316%200C11.358%2012.908%2013%2010.72%2013%207.501V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M4%204.98c1.48-.112%202.814-.726%204-1.792c1.185%201.066%202.52%201.68%204%201.792V7.5c0%201.434-.363%202.565-1.021%203.444c-.638.852-1.609%201.543-2.979%202.027c-1.37-.483-2.341-1.175-2.979-2.027C4.363%2010.065%204%208.935%204%207.501zM9.937%208.5h-.45c-.02.344-.06.67-.119.959c.272-.256.473-.586.569-.959m0-1a2%202%200%200%200-.569-.959c.059.29.099.615.118.959zm-1.453%200a6%206%200%200%200-.068-.607C8.326%206.355%208.174%206%208%206s-.327.355-.416.893a6%206%200%200%200-.068.607zm-.968%201q.021.331.068.607c.09.538.242.893.416.893s.327-.355.416-.893a6%206%200%200%200%20.068-.607zm-1.002%200h-.451c.096.373.297.703.569.959a7%207%200%200%201-.118-.959m0-1c.02-.344.059-.67.118-.959a2%202%200%200%200-.569.959zM11%208a3%203%200%201%201-6%200a3%203%200%200%201%206%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.355%202.147a.5.5%200%200%200-.708%200C6.404%203.388%205.03%204%203.5%204a.5.5%200%200%200-.5.5v3.001c0%203.219%201.641%205.407%204.842%206.473a.5.5%200%200%200%20.316%200C11.358%2012.908%2013%2010.72%2013%207.501V4.5a.5.5%200%200%200-.5-.5c-1.531%200-2.905-.61-4.145-1.853M4%204.98c1.48-.112%202.814-.726%204-1.792c1.185%201.066%202.52%201.68%204%201.792V7.5c0%201.434-.363%202.565-1.021%203.444c-.638.852-1.609%201.543-2.979%202.027c-1.37-.483-2.341-1.175-2.979-2.027C4.363%2010.065%204%208.935%204%207.501zM9.937%208.5h-.45c-.02.344-.06.67-.119.959c.272-.256.473-.586.569-.959m0-1a2%202%200%200%200-.569-.959c.059.29.099.615.118.959zm-1.453%200a6%206%200%200%200-.068-.607C8.326%206.355%208.174%206%208%206s-.327.355-.416.893a6%206%200%200%200-.068.607zm-.968%201q.021.331.068.607c.09.538.242.893.416.893s.327-.355.416-.893a6%206%200%200%200%20.068-.607zm-1.002%200h-.451c.096.373.297.703.569.959a7%207%200%200%201-.118-.959m0-1c.02-.344.059-.67.118-.959a2%202%200%200%200-.569.959zM11%208a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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