intercom-alt from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
intercom-alt
Set
Unicons Monochrome
Style
Monochrome
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons Monochrome

Use the intercom alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 23H4a3.003 3.003 0 0 1-3-3V4a3.003 3.003 0 0 1 3-3h16a3.003 3.003 0 0 1 3 3v16a3.003 3.003 0 0 1-3 3" opacity=".5"/><path fill="currentColor" d="M12 19a10.8 10.8 0 0 1-6.644-2.06a1 1 0 0 1 1.288-1.532A9 9 0 0 0 12 17a9 9 0 0 0 5.361-1.595a1 1 0 0 1 1.282 1.535A10.8 10.8 0 0 1 12 19m-6-6a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1m4 2a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4 0a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4-2a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1"/></svg>

React

import type { SVGProps } from "react";

export function UimIntercomAlt(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="M20 23H4a3.003 3.003 0 0 1-3-3V4a3.003 3.003 0 0 1 3-3h16a3.003 3.003 0 0 1 3 3v16a3.003 3.003 0 0 1-3 3" opacity=".5"/><path fill="currentColor" d="M12 19a10.8 10.8 0 0 1-6.644-2.06a1 1 0 0 1 1.288-1.532A9 9 0 0 0 12 17a9 9 0 0 0 5.361-1.595a1 1 0 0 1 1.282 1.535A10.8 10.8 0 0 1 12 19m-6-6a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1m4 2a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4 0a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4-2a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 23H4a3.003 3.003 0 0 1-3-3V4a3.003 3.003 0 0 1 3-3h16a3.003 3.003 0 0 1 3 3v16a3.003 3.003 0 0 1-3 3" opacity=".5"/><path fill="currentColor" d="M12 19a10.8 10.8 0 0 1-6.644-2.06a1 1 0 0 1 1.288-1.532A9 9 0 0 0 12 17a9 9 0 0 0 5.361-1.595a1 1 0 0 1 1.282 1.535A10.8 10.8 0 0 1 12 19m-6-6a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1m4 2a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4 0a1 1 0 0 1-1-1V6a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1m4-2a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1"/></svg>
</template>

CSS

.icon-intercom-alt {
  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%22M20%2023H4a3.003%203.003%200%200%201-3-3V4a3.003%203.003%200%200%201%203-3h16a3.003%203.003%200%200%201%203%203v16a3.003%203.003%200%200%201-3%203%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a10.8%2010.8%200%200%201-6.644-2.06a1%201%200%200%201%201.288-1.532A9%209%200%200%200%2012%2017a9%209%200%200%200%205.361-1.595a1%201%200%200%201%201.282%201.535A10.8%2010.8%200%200%201%2012%2019m-6-6a1%201%200%200%201-1-1V8a1%201%200%200%201%202%200v4a1%201%200%200%201-1%201m4%202a1%201%200%200%201-1-1V6a1%201%200%200%201%202%200v8a1%201%200%200%201-1%201m4%200a1%201%200%200%201-1-1V6a1%201%200%200%201%202%200v8a1%201%200%200%201-1%201m4-2a1%201%200%200%201-1-1V8a1%201%200%200%201%202%200v4a1%201%200%200%201-1%201%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%22M20%2023H4a3.003%203.003%200%200%201-3-3V4a3.003%203.003%200%200%201%203-3h16a3.003%203.003%200%200%201%203%203v16a3.003%203.003%200%200%201-3%203%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2019a10.8%2010.8%200%200%201-6.644-2.06a1%201%200%200%201%201.288-1.532A9%209%200%200%200%2012%2017a9%209%200%200%200%205.361-1.595a1%201%200%200%201%201.282%201.535A10.8%2010.8%200%200%201%2012%2019m-6-6a1%201%200%200%201-1-1V8a1%201%200%200%201%202%200v4a1%201%200%200%201-1%201m4%202a1%201%200%200%201-1-1V6a1%201%200%200%201%202%200v8a1%201%200%200%201-1%201m4%200a1%201%200%200%201-1-1V6a1%201%200%200%201%202%200v8a1%201%200%200%201-1%201m4-2a1%201%200%200%201-1-1V8a1%201%200%200%201%202%200v4a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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