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

Name
voicemail-shield-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the voicemail shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.332 5A1.75 1.75 0 1 1 4.75 4h4.5a1.75 1.75 0 0 1 1.643 1.147a1.4 1.4 0 0 0-.37.28a4.3 4.3 0 0 1-.543.496A.752.752 0 0 0 9.25 5a.75.75 0 0 0-.312 1.432a2.5 2.5 0 0 1-.588.068c-.224 0-.428.052-.605.143A1.74 1.74 0 0 1 7.668 5zM12 2.5v2.599c.177.072.34.183.476.328q.263.28.524.482V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5h4.508q-.006-.183-.008-.366V9.5H2.5A.5.5 0 0 1 2 9V2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5M4 5.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M11.499 15a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L9.627 14a4.3 4.3 0 0 1-.877-.999L8.749 13q-.694-1.093-.745-2.635L8 10.125v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 11.5 6c.09 0 .178.037.246.11c.87.932 1.833 1.39 2.903 1.39c.193 0 .35.168.35.375v2.25l-.004.24q-.05 1.542-.745 2.635v.001q-.357.56-.878.999v.001q-.724.61-1.762.98a.3.3 0 0 1-.11.019"/></svg>

React

import type { SVGProps } from "react";

export function FluentVoicemailShield16Regular(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="M6.332 5A1.75 1.75 0 1 1 4.75 4h4.5a1.75 1.75 0 0 1 1.643 1.147a1.4 1.4 0 0 0-.37.28a4.3 4.3 0 0 1-.543.496A.752.752 0 0 0 9.25 5a.75.75 0 0 0-.312 1.432a2.5 2.5 0 0 1-.588.068c-.224 0-.428.052-.605.143A1.74 1.74 0 0 1 7.668 5zM12 2.5v2.599c.177.072.34.183.476.328q.263.28.524.482V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5h4.508q-.006-.183-.008-.366V9.5H2.5A.5.5 0 0 1 2 9V2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5M4 5.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M11.499 15a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L9.627 14a4.3 4.3 0 0 1-.877-.999L8.749 13q-.694-1.093-.745-2.635L8 10.125v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 11.5 6c.09 0 .178.037.246.11c.87.932 1.833 1.39 2.903 1.39c.193 0 .35.168.35.375v2.25l-.004.24q-.05 1.542-.745 2.635v.001q-.357.56-.878.999v.001q-.724.61-1.762.98a.3.3 0 0 1-.11.019"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.332 5A1.75 1.75 0 1 1 4.75 4h4.5a1.75 1.75 0 0 1 1.643 1.147a1.4 1.4 0 0 0-.37.28a4.3 4.3 0 0 1-.543.496A.752.752 0 0 0 9.25 5a.75.75 0 0 0-.312 1.432a2.5 2.5 0 0 1-.588.068c-.224 0-.428.052-.605.143A1.74 1.74 0 0 1 7.668 5zM12 2.5v2.599c.177.072.34.183.476.328q.263.28.524.482V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5h4.508q-.006-.183-.008-.366V9.5H2.5A.5.5 0 0 1 2 9V2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5M4 5.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M11.499 15a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L9.627 14a4.3 4.3 0 0 1-.877-.999L8.749 13q-.694-1.093-.745-2.635L8 10.125v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 11.5 6c.09 0 .178.037.246.11c.87.932 1.833 1.39 2.903 1.39c.193 0 .35.168.35.375v2.25l-.004.24q-.05 1.542-.745 2.635v.001q-.357.56-.878.999v.001q-.724.61-1.762.98a.3.3 0 0 1-.11.019"/></svg>
</template>

CSS

.icon-voicemail-shield-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%22M6.332%205A1.75%201.75%200%201%201%204.75%204h4.5a1.75%201.75%200%200%201%201.643%201.147a1.4%201.4%200%200%200-.37.28a4.3%204.3%200%200%201-.543.496A.752.752%200%200%200%209.25%205a.75.75%200%200%200-.312%201.432a2.5%202.5%200%200%201-.588.068c-.224%200-.428.052-.605.143A1.74%201.74%200%200%201%207.668%205zM12%202.5v2.599c.177.072.34.183.476.328q.263.28.524.482V2.5A1.5%201.5%200%200%200%2011.5%201h-9A1.5%201.5%200%200%200%201%202.5V9a1.5%201.5%200%200%200%201.5%201.5h4.508q-.006-.183-.008-.366V9.5H2.5A.5.5%200%200%201%202%209V2.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5M4%205.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M11.499%2015a.3.3%200%200%201-.11-.02q-1.038-.37-1.761-.979L9.627%2014a4.3%204.3%200%200%201-.877-.999L8.749%2013q-.694-1.093-.745-2.635L8%2010.125v-2.25c0-.207.157-.375.35-.375c1.07%200%202.033-.458%202.903-1.39A.34.34%200%200%201%2011.5%206c.09%200%20.178.037.246.11c.87.932%201.833%201.39%202.903%201.39c.193%200%20.35.168.35.375v2.25l-.004.24q-.05%201.542-.745%202.635v.001q-.357.56-.878.999v.001q-.724.61-1.762.98a.3.3%200%200%201-.11.019%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%22M6.332%205A1.75%201.75%200%201%201%204.75%204h4.5a1.75%201.75%200%200%201%201.643%201.147a1.4%201.4%200%200%200-.37.28a4.3%204.3%200%200%201-.543.496A.752.752%200%200%200%209.25%205a.75.75%200%200%200-.312%201.432a2.5%202.5%200%200%201-.588.068c-.224%200-.428.052-.605.143A1.74%201.74%200%200%201%207.668%205zM12%202.5v2.599c.177.072.34.183.476.328q.263.28.524.482V2.5A1.5%201.5%200%200%200%2011.5%201h-9A1.5%201.5%200%200%200%201%202.5V9a1.5%201.5%200%200%200%201.5%201.5h4.508q-.006-.183-.008-.366V9.5H2.5A.5.5%200%200%201%202%209V2.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5M4%205.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M11.499%2015a.3.3%200%200%201-.11-.02q-1.038-.37-1.761-.979L9.627%2014a4.3%204.3%200%200%201-.877-.999L8.749%2013q-.694-1.093-.745-2.635L8%2010.125v-2.25c0-.207.157-.375.35-.375c1.07%200%202.033-.458%202.903-1.39A.34.34%200%200%201%2011.5%206c.09%200%20.178.037.246.11c.87.932%201.833%201.39%202.903%201.39c.193%200%20.35.168.35.375v2.25l-.004.24q-.05%201.542-.745%202.635v.001q-.357.56-.878.999v.001q-.724.61-1.762.98a.3.3%200%200%201-.11.019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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