voicemail from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
voicemail
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the voicemail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 15a3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 18.5 8a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m-13 0A3.5 3.5 0 0 1 2 11.5A3.5 3.5 0 0 1 5.5 8A3.5 3.5 0 0 1 9 11.5A3.5 3.5 0 0 1 5.5 15m13-9a5.5 5.5 0 0 0-5.5 5.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5A5.5 5.5 0 0 0 5.5 6A5.5 5.5 0 0 0 0 11.5A5.5 5.5 0 0 0 5.5 17h13a5.5 5.5 0 0 0 5.5-5.5A5.5 5.5 0 0 0 18.5 6"/></svg>

React

import type { SVGProps } from "react";

export function MdiVoicemail(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="M18.5 15a3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 18.5 8a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m-13 0A3.5 3.5 0 0 1 2 11.5A3.5 3.5 0 0 1 5.5 8A3.5 3.5 0 0 1 9 11.5A3.5 3.5 0 0 1 5.5 15m13-9a5.5 5.5 0 0 0-5.5 5.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5A5.5 5.5 0 0 0 5.5 6A5.5 5.5 0 0 0 0 11.5A5.5 5.5 0 0 0 5.5 17h13a5.5 5.5 0 0 0 5.5-5.5A5.5 5.5 0 0 0 18.5 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 15a3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 18.5 8a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m-13 0A3.5 3.5 0 0 1 2 11.5A3.5 3.5 0 0 1 5.5 8A3.5 3.5 0 0 1 9 11.5A3.5 3.5 0 0 1 5.5 15m13-9a5.5 5.5 0 0 0-5.5 5.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5A5.5 5.5 0 0 0 5.5 6A5.5 5.5 0 0 0 0 11.5A5.5 5.5 0 0 0 5.5 17h13a5.5 5.5 0 0 0 5.5-5.5A5.5 5.5 0 0 0 18.5 6"/></svg>
</template>

CSS

.icon-voicemail {
  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%22M18.5%2015a3.5%203.5%200%200%201-3.5-3.5A3.5%203.5%200%200%201%2018.5%208a3.5%203.5%200%200%201%203.5%203.5a3.5%203.5%200%200%201-3.5%203.5m-13%200A3.5%203.5%200%200%201%202%2011.5A3.5%203.5%200%200%201%205.5%208A3.5%203.5%200%200%201%209%2011.5A3.5%203.5%200%200%201%205.5%2015m13-9a5.5%205.5%200%200%200-5.5%205.5c0%201.33.47%202.55%201.26%203.5H9.74c.79-.95%201.26-2.17%201.26-3.5A5.5%205.5%200%200%200%205.5%206A5.5%205.5%200%200%200%200%2011.5A5.5%205.5%200%200%200%205.5%2017h13a5.5%205.5%200%200%200%205.5-5.5A5.5%205.5%200%200%200%2018.5%206%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%22M18.5%2015a3.5%203.5%200%200%201-3.5-3.5A3.5%203.5%200%200%201%2018.5%208a3.5%203.5%200%200%201%203.5%203.5a3.5%203.5%200%200%201-3.5%203.5m-13%200A3.5%203.5%200%200%201%202%2011.5A3.5%203.5%200%200%201%205.5%208A3.5%203.5%200%200%201%209%2011.5A3.5%203.5%200%200%201%205.5%2015m13-9a5.5%205.5%200%200%200-5.5%205.5c0%201.33.47%202.55%201.26%203.5H9.74c.79-.95%201.26-2.17%201.26-3.5A5.5%205.5%200%200%200%205.5%206A5.5%205.5%200%200%200%200%2011.5A5.5%205.5%200%200%200%205.5%2017h13a5.5%205.5%200%200%200%205.5-5.5A5.5%205.5%200%200%200%2018.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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