dialer-sip-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
dialer-sip-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the dialer sip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.93 20q-2.528 0-5.184-1.266t-4.944-3.555q-2.27-2.288-3.536-4.935T4 5.07q0-.45.3-.76T5.05 4h2.473q.408 0 .712.257t.411.659L9.142 7.3q.07.42-.025.733t-.333.513L6.59 10.592q.616 1.117 1.361 2.076t1.59 1.817q.87.87 1.874 1.62q1.004.749 2.204 1.414l2.139-2.177q.244-.263.549-.347q.304-.083.674-.033l2.103.43q.408.1.662.411t.254.712v2.435q0 .45-.31.75t-.76.3M12.809 8.039q-.162 0-.274-.112q-.111-.111-.111-.273t.111-.273q.112-.112.274-.112h1.423v-.884h-1.423q-.162 0-.274-.112q-.111-.111-.111-.273V4.384q0-.161.111-.273q.112-.111.274-.111h1.807q.162 0 .273.112t.112.273t-.112.273t-.273.111h-1.423v.847h1.423q.162 0 .273.111T15 6v1.654q0 .162-.111.273t-.273.112zm3.111-.112q-.111-.111-.111-.273v-3.27q0-.161.111-.273T16.192 4t.273.112t.112.273v3.269q0 .162-.112.273q-.111.112-.273.112t-.273-.112m1.577 0q-.112-.111-.112-.273v-3.27q0-.161.112-.273Q17.608 4 17.77 4h1.847q.161 0 .273.112t.111.273V6q0 .162-.111.273t-.273.112h-1.462v1.269q0 .162-.112.273t-.273.112t-.273-.112m.658-2.311h1.077v-.847h-1.077z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDialerSipRounded(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.93 20q-2.528 0-5.184-1.266t-4.944-3.555q-2.27-2.288-3.536-4.935T4 5.07q0-.45.3-.76T5.05 4h2.473q.408 0 .712.257t.411.659L9.142 7.3q.07.42-.025.733t-.333.513L6.59 10.592q.616 1.117 1.361 2.076t1.59 1.817q.87.87 1.874 1.62q1.004.749 2.204 1.414l2.139-2.177q.244-.263.549-.347q.304-.083.674-.033l2.103.43q.408.1.662.411t.254.712v2.435q0 .45-.31.75t-.76.3M12.809 8.039q-.162 0-.274-.112q-.111-.111-.111-.273t.111-.273q.112-.112.274-.112h1.423v-.884h-1.423q-.162 0-.274-.112q-.111-.111-.111-.273V4.384q0-.161.111-.273q.112-.111.274-.111h1.807q.162 0 .273.112t.112.273t-.112.273t-.273.111h-1.423v.847h1.423q.162 0 .273.111T15 6v1.654q0 .162-.111.273t-.273.112zm3.111-.112q-.111-.111-.111-.273v-3.27q0-.161.111-.273T16.192 4t.273.112t.112.273v3.269q0 .162-.112.273q-.111.112-.273.112t-.273-.112m1.577 0q-.112-.111-.112-.273v-3.27q0-.161.112-.273Q17.608 4 17.77 4h1.847q.161 0 .273.112t.111.273V6q0 .162-.111.273t-.273.112h-1.462v1.269q0 .162-.112.273t-.273.112t-.273-.112m.658-2.311h1.077v-.847h-1.077z"/></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.93 20q-2.528 0-5.184-1.266t-4.944-3.555q-2.27-2.288-3.536-4.935T4 5.07q0-.45.3-.76T5.05 4h2.473q.408 0 .712.257t.411.659L9.142 7.3q.07.42-.025.733t-.333.513L6.59 10.592q.616 1.117 1.361 2.076t1.59 1.817q.87.87 1.874 1.62q1.004.749 2.204 1.414l2.139-2.177q.244-.263.549-.347q.304-.083.674-.033l2.103.43q.408.1.662.411t.254.712v2.435q0 .45-.31.75t-.76.3M12.809 8.039q-.162 0-.274-.112q-.111-.111-.111-.273t.111-.273q.112-.112.274-.112h1.423v-.884h-1.423q-.162 0-.274-.112q-.111-.111-.111-.273V4.384q0-.161.111-.273q.112-.111.274-.111h1.807q.162 0 .273.112t.112.273t-.112.273t-.273.111h-1.423v.847h1.423q.162 0 .273.111T15 6v1.654q0 .162-.111.273t-.273.112zm3.111-.112q-.111-.111-.111-.273v-3.27q0-.161.111-.273T16.192 4t.273.112t.112.273v3.269q0 .162-.112.273q-.111.112-.273.112t-.273-.112m1.577 0q-.112-.111-.112-.273v-3.27q0-.161.112-.273Q17.608 4 17.77 4h1.847q.161 0 .273.112t.111.273V6q0 .162-.111.273t-.273.112h-1.462v1.269q0 .162-.112.273t-.273.112t-.273-.112m.658-2.311h1.077v-.847h-1.077z"/></svg>
</template>

CSS

.icon-dialer-sip-rounded {
  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.93%2020q-2.528%200-5.184-1.266t-4.944-3.555q-2.27-2.288-3.536-4.935T4%205.07q0-.45.3-.76T5.05%204h2.473q.408%200%20.712.257t.411.659L9.142%207.3q.07.42-.025.733t-.333.513L6.59%2010.592q.616%201.117%201.361%202.076t1.59%201.817q.87.87%201.874%201.62q1.004.749%202.204%201.414l2.139-2.177q.244-.263.549-.347q.304-.083.674-.033l2.103.43q.408.1.662.411t.254.712v2.435q0%20.45-.31.75t-.76.3M12.809%208.039q-.162%200-.274-.112q-.111-.111-.111-.273t.111-.273q.112-.112.274-.112h1.423v-.884h-1.423q-.162%200-.274-.112q-.111-.111-.111-.273V4.384q0-.161.111-.273q.112-.111.274-.111h1.807q.162%200%20.273.112t.112.273t-.112.273t-.273.111h-1.423v.847h1.423q.162%200%20.273.111T15%206v1.654q0%20.162-.111.273t-.273.112zm3.111-.112q-.111-.111-.111-.273v-3.27q0-.161.111-.273T16.192%204t.273.112t.112.273v3.269q0%20.162-.112.273q-.111.112-.273.112t-.273-.112m1.577%200q-.112-.111-.112-.273v-3.27q0-.161.112-.273Q17.608%204%2017.77%204h1.847q.161%200%20.273.112t.111.273V6q0%20.162-.111.273t-.273.112h-1.462v1.269q0%20.162-.112.273t-.273.112t-.273-.112m.658-2.311h1.077v-.847h-1.077z%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.93%2020q-2.528%200-5.184-1.266t-4.944-3.555q-2.27-2.288-3.536-4.935T4%205.07q0-.45.3-.76T5.05%204h2.473q.408%200%20.712.257t.411.659L9.142%207.3q.07.42-.025.733t-.333.513L6.59%2010.592q.616%201.117%201.361%202.076t1.59%201.817q.87.87%201.874%201.62q1.004.749%202.204%201.414l2.139-2.177q.244-.263.549-.347q.304-.083.674-.033l2.103.43q.408.1.662.411t.254.712v2.435q0%20.45-.31.75t-.76.3M12.809%208.039q-.162%200-.274-.112q-.111-.111-.111-.273t.111-.273q.112-.112.274-.112h1.423v-.884h-1.423q-.162%200-.274-.112q-.111-.111-.111-.273V4.384q0-.161.111-.273q.112-.111.274-.111h1.807q.162%200%20.273.112t.112.273t-.112.273t-.273.111h-1.423v.847h1.423q.162%200%20.273.111T15%206v1.654q0%20.162-.111.273t-.273.112zm3.111-.112q-.111-.111-.111-.273v-3.27q0-.161.111-.273T16.192%204t.273.112t.112.273v3.269q0%20.162-.112.273q-.111.112-.273.112t-.273-.112m1.577%200q-.112-.111-.112-.273v-3.27q0-.161.112-.273Q17.608%204%2017.77%204h1.847q.161%200%20.273.112t.111.273V6q0%20.162-.111.273t-.273.112h-1.462v1.269q0%20.162-.112.273t-.273.112t-.273-.112m.658-2.311h1.077v-.847h-1.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dialer-sip-rounded.svg?color=%231a73e8&size=48