voicemail icon

voicemail from IconPark by ByteDance · Color · Music · Apache-2.0 Free for personal and commercial use.

Name
voicemail
Set
IconPark
Style
Color
Category
Music
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More music icons from IconPark

Use the voicemail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M11 31C14.866 31 18 27.866 18 24C18 20.134 14.866 17 11 17C7.13401 17 4 20.134 4 24C4 27.866 7.13401 31 11 31Z"/><path fill="#2F88FF" d="M37 31C40.866 31 44 27.866 44 24C44 20.134 40.866 17 37 17C33.134 17 30 20.134 30 24C30 27.866 33.134 31 37 31Z"/><path stroke-linecap="round" d="M12 31H36"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkVoicemail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M11 31C14.866 31 18 27.866 18 24C18 20.134 14.866 17 11 17C7.13401 17 4 20.134 4 24C4 27.866 7.13401 31 11 31Z"/><path fill="#2F88FF" d="M37 31C40.866 31 44 27.866 44 24C44 20.134 40.866 17 37 17C33.134 17 30 20.134 30 24C30 27.866 33.134 31 37 31Z"/><path strokeLinecap="round" d="M12 31H36"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M11 31C14.866 31 18 27.866 18 24C18 20.134 14.866 17 11 17C7.13401 17 4 20.134 4 24C4 27.866 7.13401 31 11 31Z"/><path fill="#2F88FF" d="M37 31C40.866 31 44 27.866 44 24C44 20.134 40.866 17 37 17C33.134 17 30 20.134 30 24C30 27.866 33.134 31 37 31Z"/><path stroke-linecap="round" d="M12 31H36"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2031C14.866%2031%2018%2027.866%2018%2024C18%2020.134%2014.866%2017%2011%2017C7.13401%2017%204%2020.134%204%2024C4%2027.866%207.13401%2031%2011%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2031C40.866%2031%2044%2027.866%2044%2024C44%2020.134%2040.866%2017%2037%2017C33.134%2017%2030%2020.134%2030%2024C30%2027.866%2033.134%2031%2037%2031Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2031H36%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M11%2031C14.866%2031%2018%2027.866%2018%2024C18%2020.134%2014.866%2017%2011%2017C7.13401%2017%204%2020.134%204%2024C4%2027.866%207.13401%2031%2011%2031Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M37%2031C40.866%2031%2044%2027.866%2044%2024C44%2020.134%2040.866%2017%2037%2017C33.134%2017%2030%2020.134%2030%2024C30%2027.866%2033.134%2031%2037%2031Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2031H36%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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