round phone in talk icon
round-phone-in-talk from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- round-phone-in-talk
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryption
Use the round phone in talk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07c.06.51.49.88.99.88c.04 0 .08 0 .12-.01c.55-.07.94-.57.87-1.12a8.98 8.98 0 0 0-7.81-7.81c-.55-.06-1.05.33-1.11.88c-.07.55.32 1.05.87 1.11m.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22a3 3 0 0 1 2.15 2.15a1.003 1.003 0 0 0 1.22.72c.53-.14.85-.69.72-1.22a5.02 5.02 0 0 0-3.59-3.59m5.97 8.1l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2 2 0 0 0-1.99-1.77H5.03c-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.01-.75-1.86-1.76-1.98"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundPhoneInTalk(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="M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07c.06.51.49.88.99.88c.04 0 .08 0 .12-.01c.55-.07.94-.57.87-1.12a8.98 8.98 0 0 0-7.81-7.81c-.55-.06-1.05.33-1.11.88c-.07.55.32 1.05.87 1.11m.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22a3 3 0 0 1 2.15 2.15a1.003 1.003 0 0 0 1.22.72c.53-.14.85-.69.72-1.22a5.02 5.02 0 0 0-3.59-3.59m5.97 8.1l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2 2 0 0 0-1.99-1.77H5.03c-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.01-.75-1.86-1.76-1.98"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07c.06.51.49.88.99.88c.04 0 .08 0 .12-.01c.55-.07.94-.57.87-1.12a8.98 8.98 0 0 0-7.81-7.81c-.55-.06-1.05.33-1.11.88c-.07.55.32 1.05.87 1.11m.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22a3 3 0 0 1 2.15 2.15a1.003 1.003 0 0 0 1.22.72c.53-.14.85-.69.72-1.22a5.02 5.02 0 0 0-3.59-3.59m5.97 8.1l-2.54-.29a1.99 1.99 0 0 0-1.64.57l-1.84 1.84a15.05 15.05 0 0 1-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2 2 0 0 0-1.99-1.77H5.03c-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.01-.75-1.86-1.76-1.98"/></svg> </template>
CSS
.icon-round-phone-in-talk {
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%22M12.88%205.05c3.18.4%205.67%202.89%206.07%206.07c.06.51.49.88.99.88c.04%200%20.08%200%20.12-.01c.55-.07.94-.57.87-1.12a8.98%208.98%200%200%200-7.81-7.81c-.55-.06-1.05.33-1.11.88c-.07.55.32%201.05.87%201.11m.38%202.11c-.53-.14-1.08.18-1.22.72s.18%201.08.72%201.22a3%203%200%200%201%202.15%202.15a1.003%201.003%200%200%200%201.22.72c.53-.14.85-.69.72-1.22a5.02%205.02%200%200%200-3.59-3.59m5.97%208.1l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84a15.05%2015.05%200%200%201-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2%202%200%200%200-1.99-1.77H5.03c-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.01-.75-1.86-1.76-1.98%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%22M12.88%205.05c3.18.4%205.67%202.89%206.07%206.07c.06.51.49.88.99.88c.04%200%20.08%200%20.12-.01c.55-.07.94-.57.87-1.12a8.98%208.98%200%200%200-7.81-7.81c-.55-.06-1.05.33-1.11.88c-.07.55.32%201.05.87%201.11m.38%202.11c-.53-.14-1.08.18-1.22.72s.18%201.08.72%201.22a3%203%200%200%201%202.15%202.15a1.003%201.003%200%200%200%201.22.72c.53-.14.85-.69.72-1.22a5.02%205.02%200%200%200-3.59-3.59m5.97%208.1l-2.54-.29a1.99%201.99%200%200%200-1.64.57l-1.84%201.84a15.05%2015.05%200%200%201-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a2%202%200%200%200-1.99-1.77H5.03c-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.01-.75-1.86-1.76-1.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-phone-in-talk.svg?color=%231a73e8&size=48