round dialer sip icon
round-dialer-sip from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- round-dialer-sip
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the round 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="M16.5 8c.28 0 .5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0 .28.22.5.5.5m-4-1c-.28 0-.5.22-.5.5s.22.5.5.5h1.95c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3 0-.55.25-.55.55v1.89c0 .31.25.56.55.56H14v1zm7.95-4h-1.89c-.31 0-.56.25-.56.55V7.5c0 .28.22.5.5.5s.5-.22.5-.5V6h1.45c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55M20 5h-1V4h1zm-.79 10.27l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84A15.05 15.05 0 0 1 6.6 10.8l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52a2 2 0 0 0-1.98-1.78H5.02c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1-.76-1.86-1.77-1.97"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDialerSip(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="M16.5 8c.28 0 .5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0 .28.22.5.5.5m-4-1c-.28 0-.5.22-.5.5s.22.5.5.5h1.95c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3 0-.55.25-.55.55v1.89c0 .31.25.56.55.56H14v1zm7.95-4h-1.89c-.31 0-.56.25-.56.55V7.5c0 .28.22.5.5.5s.5-.22.5-.5V6h1.45c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55M20 5h-1V4h1zm-.79 10.27l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84A15.05 15.05 0 0 1 6.6 10.8l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52a2 2 0 0 0-1.98-1.78H5.02c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1-.76-1.86-1.77-1.97"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 8c.28 0 .5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0 .28.22.5.5.5m-4-1c-.28 0-.5.22-.5.5s.22.5.5.5h1.95c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3 0-.55.25-.55.55v1.89c0 .31.25.56.55.56H14v1zm7.95-4h-1.89c-.31 0-.56.25-.56.55V7.5c0 .28.22.5.5.5s.5-.22.5-.5V6h1.45c.3 0 .55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55M20 5h-1V4h1zm-.79 10.27l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84A15.05 15.05 0 0 1 6.6 10.8l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52a2 2 0 0 0-1.98-1.78H5.02c-1.13 0-2.07.94-2 2.07c.53 8.54 7.36 15.36 15.89 15.89c1.13.07 2.07-.87 2.07-2v-1.73c.01-1-.76-1.86-1.77-1.97"/></svg> </template>
CSS
.icon-round-dialer-sip {
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%22M16.5%208c.28%200%20.5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0%20.28.22.5.5.5m-4-1c-.28%200-.5.22-.5.5s.22.5.5.5h1.95c.3%200%20.55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3%200-.55.25-.55.55v1.89c0%20.31.25.56.55.56H14v1zm7.95-4h-1.89c-.31%200-.56.25-.56.55V7.5c0%20.28.22.5.5.5s.5-.22.5-.5V6h1.45c.3%200%20.55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55M20%205h-1V4h1zm-.79%2010.27l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84A15.05%2015.05%200%200%201%206.6%2010.8l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52a2%202%200%200%200-1.98-1.78H5.02c-1.13%200-2.07.94-2%202.07c.53%208.54%207.36%2015.36%2015.89%2015.89c1.13.07%202.07-.87%202.07-2v-1.73c.01-1-.76-1.86-1.77-1.97%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%22M16.5%208c.28%200%20.5-.22.5-.5v-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5v4c0%20.28.22.5.5.5m-4-1c-.28%200-.5.22-.5.5s.22.5.5.5h1.95c.3%200%20.55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55H13V4h1.5c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5h-1.95c-.3%200-.55.25-.55.55v1.89c0%20.31.25.56.55.56H14v1zm7.95-4h-1.89c-.31%200-.56.25-.56.55V7.5c0%20.28.22.5.5.5s.5-.22.5-.5V6h1.45c.3%200%20.55-.25.55-.55v-1.9c0-.3-.25-.55-.55-.55M20%205h-1V4h1zm-.79%2010.27l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84A15.05%2015.05%200%200%201%206.6%2010.8l1.85-1.85c.43-.43.64-1.04.57-1.64l-.29-2.52a2%202%200%200%200-1.98-1.78H5.02c-1.13%200-2.07.94-2%202.07c.53%208.54%207.36%2015.36%2015.89%2015.89c1.13.07%202.07-.87%202.07-2v-1.73c.01-1-.76-1.86-1.77-1.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-dialer-sip.svg?color=%231a73e8&size=48