voicemail shield icon
voicemail-shield-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- voicemail-shield-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M19.749 4a2.25 2.25 0 0 1 2.25 2.25v5.353a7.4 7.4 0 0 1-1.5-.857V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75h8.905a6.4 6.4 0 0 0 .528 1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zM16 9c.953 0 1.802.444 2.351 1.136a1.6 1.6 0 0 0-.386.244a8 8 0 0 1-.841.626A1.5 1.5 0 0 0 14.5 12v.003l-.09.01a1.57 1.57 0 0 0-1.273.886a3 3 0 0 1 .264-2.399H10.6a3 3 0 1 1-2.775-1.495L8 9h7.748l.082.004zm-8 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.385.64c.681.583 2.209 1.696 4.115 1.868c.276.025.5.246.5.522v3.496c0 4.217-4.093 5.709-4.872 5.954a.42.42 0 0 1-.255 0c-.78-.245-4.873-1.737-4.873-5.954V13.53c0-.276.225-.497.5-.522c1.906-.172 3.434-1.285 4.115-1.869a.6.6 0 0 1 .77 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentVoicemailShield24Regular(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="M19.749 4a2.25 2.25 0 0 1 2.25 2.25v5.353a7.4 7.4 0 0 1-1.5-.857V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75h8.905a6.4 6.4 0 0 0 .528 1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zM16 9c.953 0 1.802.444 2.351 1.136a1.6 1.6 0 0 0-.386.244a8 8 0 0 1-.841.626A1.5 1.5 0 0 0 14.5 12v.003l-.09.01a1.57 1.57 0 0 0-1.273.886a3 3 0 0 1 .264-2.399H10.6a3 3 0 1 1-2.775-1.495L8 9h7.748l.082.004zm-8 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.385.64c.681.583 2.209 1.696 4.115 1.868c.276.025.5.246.5.522v3.496c0 4.217-4.093 5.709-4.872 5.954a.42.42 0 0 1-.255 0c-.78-.245-4.873-1.737-4.873-5.954V13.53c0-.276.225-.497.5-.522c1.906-.172 3.434-1.285 4.115-1.869a.6.6 0 0 1 .77 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="M19.749 4a2.25 2.25 0 0 1 2.25 2.25v5.353a7.4 7.4 0 0 1-1.5-.857V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75h8.905a6.4 6.4 0 0 0 .528 1.5H4.25A2.25 2.25 0 0 1 2 17.755V6.25A2.25 2.25 0 0 1 4.25 4zM16 9c.953 0 1.802.444 2.351 1.136a1.6 1.6 0 0 0-.386.244a8 8 0 0 1-.841.626A1.5 1.5 0 0 0 14.5 12v.003l-.09.01a1.57 1.57 0 0 0-1.273.886a3 3 0 0 1 .264-2.399H10.6a3 3 0 1 1-2.775-1.495L8 9h7.748l.082.004zm-8 1.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m11.385.64c.681.583 2.209 1.696 4.115 1.868c.276.025.5.246.5.522v3.496c0 4.217-4.093 5.709-4.872 5.954a.42.42 0 0 1-.255 0c-.78-.245-4.873-1.737-4.873-5.954V13.53c0-.276.225-.497.5-.522c1.906-.172 3.434-1.285 4.115-1.869a.6.6 0 0 1 .77 0"/></svg> </template>
CSS
.icon-voicemail-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%22M19.749%204a2.25%202.25%200%200%201%202.25%202.25v5.353a7.4%207.4%200%200%201-1.5-.857V6.25a.75.75%200%200%200-.75-.75H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75h8.905a6.4%206.4%200%200%200%20.528%201.5H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zM16%209c.953%200%201.802.444%202.351%201.136a1.6%201.6%200%200%200-.386.244a8%208%200%200%201-.841.626A1.5%201.5%200%200%200%2014.5%2012v.003l-.09.01a1.57%201.57%200%200%200-1.273.886a3%203%200%200%201%20.264-2.399H10.6a3%203%200%201%201-2.775-1.495L8%209h7.748l.082.004zm-8%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11.385.64c.681.583%202.209%201.696%204.115%201.868c.276.025.5.246.5.522v3.496c0%204.217-4.093%205.709-4.872%205.954a.42.42%200%200%201-.255%200c-.78-.245-4.873-1.737-4.873-5.954V13.53c0-.276.225-.497.5-.522c1.906-.172%203.434-1.285%204.115-1.869a.6.6%200%200%201%20.77%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%22M19.749%204a2.25%202.25%200%200%201%202.25%202.25v5.353a7.4%207.4%200%200%201-1.5-.857V6.25a.75.75%200%200%200-.75-.75H4.25a.75.75%200%200%200-.75.75v11.505c0%20.414.336.75.75.75h8.905a6.4%206.4%200%200%200%20.528%201.5H4.25A2.25%202.25%200%200%201%202%2017.755V6.25A2.25%202.25%200%200%201%204.25%204zM16%209c.953%200%201.802.444%202.351%201.136a1.6%201.6%200%200%200-.386.244a8%208%200%200%201-.841.626A1.5%201.5%200%200%200%2014.5%2012v.003l-.09.01a1.57%201.57%200%200%200-1.273.886a3%203%200%200%201%20.264-2.399H10.6a3%203%200%201%201-2.775-1.495L8%209h7.748l.082.004zm-8%201.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m11.385.64c.681.583%202.209%201.696%204.115%201.868c.276.025.5.246.5.522v3.496c0%204.217-4.093%205.709-4.872%205.954a.42.42%200%200%201-.255%200c-.78-.245-4.873-1.737-4.873-5.954V13.53c0-.276.225-.497.5-.522c1.906-.172%203.434-1.285%204.115-1.869a.6.6%200%200%201%20.77%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/voicemail-shield-24-regular.svg?color=%231a73e8&size=48