voicemail shield icon
voicemail-shield-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- voicemail-shield-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8.732 9A2 2 0 1 1 7 8h6a2 2 0 0 1 1.826 1.184q-.166.097-.304.243q-.262.282-.526.483a1 1 0 1 0-1.853.605c-.362.055-.658.25-.857.515A2 2 0 0 1 11 10c0-.364.097-.706.268-1zM6 10a1 1 0 1 0 2 0a1 1 0 0 0-2 0m11-4v3.909c.332.255.664.42 1 .508V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h7.235a7 7 0 0 1-.188-1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m-1.501 13a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L13.627 18a4.3 4.3 0 0 1-.877-.999L12.749 17q-.694-1.093-.745-2.635l-.004-.24v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 15.5 10c.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-.356.56-.877.999l-.002.001q-.724.61-1.761.98a.3.3 0 0 1-.11.019"/></svg>
React
import type { SVGProps } from "react";
export function FluentVoicemailShield20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.732 9A2 2 0 1 1 7 8h6a2 2 0 0 1 1.826 1.184q-.166.097-.304.243q-.262.282-.526.483a1 1 0 1 0-1.853.605c-.362.055-.658.25-.857.515A2 2 0 0 1 11 10c0-.364.097-.706.268-1zM6 10a1 1 0 1 0 2 0a1 1 0 0 0-2 0m11-4v3.909c.332.255.664.42 1 .508V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h7.235a7 7 0 0 1-.188-1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m-1.501 13a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L13.627 18a4.3 4.3 0 0 1-.877-.999L12.749 17q-.694-1.093-.745-2.635l-.004-.24v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 15.5 10c.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-.356.56-.877.999l-.002.001q-.724.61-1.761.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 20 20"><path fill="currentColor" d="M8.732 9A2 2 0 1 1 7 8h6a2 2 0 0 1 1.826 1.184q-.166.097-.304.243q-.262.282-.526.483a1 1 0 1 0-1.853.605c-.362.055-.658.25-.857.515A2 2 0 0 1 11 10c0-.364.097-.706.268-1zM6 10a1 1 0 1 0 2 0a1 1 0 0 0-2 0m11-4v3.909c.332.255.664.42 1 .508V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h7.235a7 7 0 0 1-.188-1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1m-1.501 13a.3.3 0 0 1-.11-.02q-1.038-.37-1.761-.979L13.627 18a4.3 4.3 0 0 1-.877-.999L12.749 17q-.694-1.093-.745-2.635l-.004-.24v-2.25c0-.207.157-.375.35-.375c1.07 0 2.033-.458 2.903-1.39A.34.34 0 0 1 15.5 10c.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-.356.56-.877.999l-.002.001q-.724.61-1.761.98a.3.3 0 0 1-.11.019"/></svg> </template>
CSS
.icon-voicemail-shield-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.732%209A2%202%200%201%201%207%208h6a2%202%200%200%201%201.826%201.184q-.166.097-.304.243q-.262.282-.526.483a1%201%200%201%200-1.853.605c-.362.055-.658.25-.857.515A2%202%200%200%201%2011%2010c0-.364.097-.706.268-1zM6%2010a1%201%200%201%200%202%200a1%201%200%200%200-2%200m11-4v3.909c.332.255.664.42%201%20.508V6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h7.235a7%207%200%200%201-.188-1H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201m-1.501%2013a.3.3%200%200%201-.11-.02q-1.038-.37-1.761-.979L13.627%2018a4.3%204.3%200%200%201-.877-.999L12.749%2017q-.694-1.093-.745-2.635l-.004-.24v-2.25c0-.207.157-.375.35-.375c1.07%200%202.033-.458%202.903-1.39A.34.34%200%200%201%2015.5%2010c.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-.356.56-.877.999l-.002.001q-.724.61-1.761.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.732%209A2%202%200%201%201%207%208h6a2%202%200%200%201%201.826%201.184q-.166.097-.304.243q-.262.282-.526.483a1%201%200%201%200-1.853.605c-.362.055-.658.25-.857.515A2%202%200%200%201%2011%2010c0-.364.097-.706.268-1zM6%2010a1%201%200%201%200%202%200a1%201%200%200%200-2%200m11-4v3.909c.332.255.664.42%201%20.508V6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h7.235a7%207%200%200%201-.188-1H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h12a1%201%200%200%201%201%201m-1.501%2013a.3.3%200%200%201-.11-.02q-1.038-.37-1.761-.979L13.627%2018a4.3%204.3%200%200%201-.877-.999L12.749%2017q-.694-1.093-.745-2.635l-.004-.24v-2.25c0-.207.157-.375.35-.375c1.07%200%202.033-.458%202.903-1.39A.34.34%200%200%201%2015.5%2010c.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-.356.56-.877.999l-.002.001q-.724.61-1.761.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-20-regular.svg?color=%231a73e8&size=48