voicemail icon

voicemail from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
voicemail
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-voicemail

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="M17.5 8a4.505 4.505 0 0 0-4.5 4.5c0 .925.281 1.784.762 2.5h-3.523c.48-.716.761-1.575.761-2.5C11 10.019 8.981 8 6.5 8S2 10.019 2 12.5S4.019 17 6.5 17c.171 0 .334-.032.5-.051V17h11v-.051c2.244-.252 4-2.139 4-4.449c0-2.481-2.019-4.5-4.5-4.5M4 12.5C4 11.121 5.121 10 6.5 10S9 11.121 9 12.5S7.879 15 6.5 15S4 13.879 4 12.5M17.5 15c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function BxVoicemail(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="M17.5 8a4.505 4.505 0 0 0-4.5 4.5c0 .925.281 1.784.762 2.5h-3.523c.48-.716.761-1.575.761-2.5C11 10.019 8.981 8 6.5 8S2 10.019 2 12.5S4.019 17 6.5 17c.171 0 .334-.032.5-.051V17h11v-.051c2.244-.252 4-2.139 4-4.449c0-2.481-2.019-4.5-4.5-4.5M4 12.5C4 11.121 5.121 10 6.5 10S9 11.121 9 12.5S7.879 15 6.5 15S4 13.879 4 12.5M17.5 15c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 8a4.505 4.505 0 0 0-4.5 4.5c0 .925.281 1.784.762 2.5h-3.523c.48-.716.761-1.575.761-2.5C11 10.019 8.981 8 6.5 8S2 10.019 2 12.5S4.019 17 6.5 17c.171 0 .334-.032.5-.051V17h11v-.051c2.244-.252 4-2.139 4-4.449c0-2.481-2.019-4.5-4.5-4.5M4 12.5C4 11.121 5.121 10 6.5 10S9 11.121 9 12.5S7.879 15 6.5 15S4 13.879 4 12.5M17.5 15c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5s2.5 1.121 2.5 2.5s-1.121 2.5-2.5 2.5"/></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%22M17.5%208a4.505%204.505%200%200%200-4.5%204.5c0%20.925.281%201.784.762%202.5h-3.523c.48-.716.761-1.575.761-2.5C11%2010.019%208.981%208%206.5%208S2%2010.019%202%2012.5S4.019%2017%206.5%2017c.171%200%20.334-.032.5-.051V17h11v-.051c2.244-.252%204-2.139%204-4.449c0-2.481-2.019-4.5-4.5-4.5M4%2012.5C4%2011.121%205.121%2010%206.5%2010S9%2011.121%209%2012.5S7.879%2015%206.5%2015S4%2013.879%204%2012.5M17.5%2015c-1.379%200-2.5-1.121-2.5-2.5s1.121-2.5%202.5-2.5s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5%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%22M17.5%208a4.505%204.505%200%200%200-4.5%204.5c0%20.925.281%201.784.762%202.5h-3.523c.48-.716.761-1.575.761-2.5C11%2010.019%208.981%208%206.5%208S2%2010.019%202%2012.5S4.019%2017%206.5%2017c.171%200%20.334-.032.5-.051V17h11v-.051c2.244-.252%204-2.139%204-4.449c0-2.481-2.019-4.5-4.5-4.5M4%2012.5C4%2011.121%205.121%2010%206.5%2010S9%2011.121%209%2012.5S7.879%2015%206.5%2015S4%2013.879%204%2012.5M17.5%2015c-1.379%200-2.5-1.121-2.5-2.5s1.121-2.5%202.5-2.5s2.5%201.121%202.5%202.5s-1.121%202.5-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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