baseline voicemail icon

baseline-voicemail from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
baseline-voicemail
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0
Aliases
voicemail

More communication icons from Google Material Icons

Use the baseline 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 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5S2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6m-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8S9 9.57 9 11.5S7.43 15 5.5 15m13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8S22 9.57 22 11.5S20.43 15 18.5 15"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineVoicemail(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 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5S2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6m-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8S9 9.57 9 11.5S7.43 15 5.5 15m13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8S22 9.57 22 11.5S20.43 15 18.5 15"/></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 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5S2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6m-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8S9 9.57 9 11.5S7.43 15 5.5 15m13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8S22 9.57 22 11.5S20.43 15 18.5 15"/></svg>
</template>

CSS

.icon-baseline-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%206C15.46%206%2013%208.46%2013%2011.5c0%201.33.47%202.55%201.26%203.5H9.74c.79-.95%201.26-2.17%201.26-3.5C11%208.46%208.54%206%205.5%206S0%208.46%200%2011.5S2.46%2017%205.5%2017h13c3.04%200%205.5-2.46%205.5-5.5S21.54%206%2018.5%206m-13%209C3.57%2015%202%2013.43%202%2011.5S3.57%208%205.5%208S9%209.57%209%2011.5S7.43%2015%205.5%2015m13%200c-1.93%200-3.5-1.57-3.5-3.5S16.57%208%2018.5%208S22%209.57%2022%2011.5S20.43%2015%2018.5%2015%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%206C15.46%206%2013%208.46%2013%2011.5c0%201.33.47%202.55%201.26%203.5H9.74c.79-.95%201.26-2.17%201.26-3.5C11%208.46%208.54%206%205.5%206S0%208.46%200%2011.5S2.46%2017%205.5%2017h13c3.04%200%205.5-2.46%205.5-5.5S21.54%206%2018.5%206m-13%209C3.57%2015%202%2013.43%202%2011.5S3.57%208%205.5%208S9%209.57%209%2011.5S7.43%2015%205.5%2015m13%200c-1.93%200-3.5-1.57-3.5-3.5S16.57%208%2018.5%208S22%209.57%2022%2011.5S20.43%2015%2018.5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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