voicemail icon

voicemail from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
voicemail
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

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 -6.5 24 24"><path fill="currentColor" d="M9.743 9h4.514A5.5 5.5 0 1 1 19 10.978V11H6v-.022A5.5 5.5 0 1 1 9.743 9M5.5 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m13 0a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>

React

import type { SVGProps } from "react";

export function JamVoicemail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -6.5 24 24"><path fill="currentColor" d="M9.743 9h4.514A5.5 5.5 0 1 1 19 10.978V11H6v-.022A5.5 5.5 0 1 1 9.743 9M5.5 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m13 0a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 -6.5 24 24"><path fill="currentColor" d="M9.743 9h4.514A5.5 5.5 0 1 1 19 10.978V11H6v-.022A5.5 5.5 0 1 1 9.743 9M5.5 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m13 0a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></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%20-6.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.743%209h4.514A5.5%205.5%200%201%201%2019%2010.978V11H6v-.022A5.5%205.5%200%201%201%209.743%209M5.5%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m13%200a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%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%20-6.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.743%209h4.514A5.5%205.5%200%201%201%2019%2010.978V11H6v-.022A5.5%205.5%200%201%201%209.743%209M5.5%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m13%200a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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