communication shield icon

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

Name
communication-shield-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the communication shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a8.5 8.5 0 0 0-6.016 14.505a.75.75 0 0 1-1.061 1.06A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10q0 .487-.046.961a5.2 5.2 0 0 1-1.456-.777L20.5 12A8.5 8.5 0 0 0 12 3.5m1.056 10.767c.163-.584.655-.978 1.165-1.119a2.5 2.5 0 1 0-1.165 1.119m4.244-2.78a1.68 1.68 0 0 1 1.124-.486A6.502 6.502 0 0 0 5.5 12c0 1.796.73 3.423 1.906 4.598a.75.75 0 1 0 1.06-1.06a5 5 0 1 1 8.529-3.762q.174-.157.305-.289M11 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7.99.194c.652.651 1.907 1.686 3.449 1.899c.308.042.561.285.561.589v2.838c0 3.816-3.58 5.201-4.353 5.456a.46.46 0 0 1-.293 0C17.58 22.721 14 21.336 14 17.52v-2.838c0-.304.253-.547.561-.59c1.542-.212 2.797-1.247 3.45-1.898a.714.714 0 0 1 .979 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCommunicationShield24Regular(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="M12 3.5a8.5 8.5 0 0 0-6.016 14.505a.75.75 0 0 1-1.061 1.06A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10q0 .487-.046.961a5.2 5.2 0 0 1-1.456-.777L20.5 12A8.5 8.5 0 0 0 12 3.5m1.056 10.767c.163-.584.655-.978 1.165-1.119a2.5 2.5 0 1 0-1.165 1.119m4.244-2.78a1.68 1.68 0 0 1 1.124-.486A6.502 6.502 0 0 0 5.5 12c0 1.796.73 3.423 1.906 4.598a.75.75 0 1 0 1.06-1.06a5 5 0 1 1 8.529-3.762q.174-.157.305-.289M11 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7.99.194c.652.651 1.907 1.686 3.449 1.899c.308.042.561.285.561.589v2.838c0 3.816-3.58 5.201-4.353 5.456a.46.46 0 0 1-.293 0C17.58 22.721 14 21.336 14 17.52v-2.838c0-.304.253-.547.561-.59c1.542-.212 2.797-1.247 3.45-1.898a.714.714 0 0 1 .979 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a8.5 8.5 0 0 0-6.016 14.505a.75.75 0 0 1-1.061 1.06A9.97 9.97 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10q0 .487-.046.961a5.2 5.2 0 0 1-1.456-.777L20.5 12A8.5 8.5 0 0 0 12 3.5m1.056 10.767c.163-.584.655-.978 1.165-1.119a2.5 2.5 0 1 0-1.165 1.119m4.244-2.78a1.68 1.68 0 0 1 1.124-.486A6.502 6.502 0 0 0 5.5 12c0 1.796.73 3.423 1.906 4.598a.75.75 0 1 0 1.06-1.06a5 5 0 1 1 8.529-3.762q.174-.157.305-.289M11 12a1 1 0 1 1 2 0a1 1 0 0 1-2 0m7.99.194c.652.651 1.907 1.686 3.449 1.899c.308.042.561.285.561.589v2.838c0 3.816-3.58 5.201-4.353 5.456a.46.46 0 0 1-.293 0C17.58 22.721 14 21.336 14 17.52v-2.838c0-.304.253-.547.561-.59c1.542-.212 2.797-1.247 3.45-1.898a.714.714 0 0 1 .979 0"/></svg>
</template>

CSS

.icon-communication-shield-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.5a8.5%208.5%200%200%200-6.016%2014.505a.75.75%200%200%201-1.061%201.06A9.97%209.97%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010q0%20.487-.046.961a5.2%205.2%200%200%201-1.456-.777L20.5%2012A8.5%208.5%200%200%200%2012%203.5m1.056%2010.767c.163-.584.655-.978%201.165-1.119a2.5%202.5%200%201%200-1.165%201.119m4.244-2.78a1.68%201.68%200%200%201%201.124-.486A6.502%206.502%200%200%200%205.5%2012c0%201.796.73%203.423%201.906%204.598a.75.75%200%201%200%201.06-1.06a5%205%200%201%201%208.529-3.762q.174-.157.305-.289M11%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200m7.99.194c.652.651%201.907%201.686%203.449%201.899c.308.042.561.285.561.589v2.838c0%203.816-3.58%205.201-4.353%205.456a.46.46%200%200%201-.293%200C17.58%2022.721%2014%2021.336%2014%2017.52v-2.838c0-.304.253-.547.561-.59c1.542-.212%202.797-1.247%203.45-1.898a.714.714%200%200%201%20.979%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.5a8.5%208.5%200%200%200-6.016%2014.505a.75.75%200%200%201-1.061%201.06A9.97%209.97%200%200%201%202%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010q0%20.487-.046.961a5.2%205.2%200%200%201-1.456-.777L20.5%2012A8.5%208.5%200%200%200%2012%203.5m1.056%2010.767c.163-.584.655-.978%201.165-1.119a2.5%202.5%200%201%200-1.165%201.119m4.244-2.78a1.68%201.68%200%200%201%201.124-.486A6.502%206.502%200%200%200%205.5%2012c0%201.796.73%203.423%201.906%204.598a.75.75%200%201%200%201.06-1.06a5%205%200%201%201%208.529-3.762q.174-.157.305-.289M11%2012a1%201%200%201%201%202%200a1%201%200%200%201-2%200m7.99.194c.652.651%201.907%201.686%203.449%201.899c.308.042.561.285.561.589v2.838c0%203.816-3.58%205.201-4.353%205.456a.46.46%200%200%201-.293%200C17.58%2022.721%2014%2021.336%2014%2017.52v-2.838c0-.304.253-.547.561-.59c1.542-.212%202.797-1.247%203.45-1.898a.714.714%200%200%201%20.979%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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