lift to talk icon
lift-to-talk from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- lift-to-talk
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lift-to-talk-outline
2 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the lift to talk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.927 21.596q-.136 0-.292-.028q-.156-.027-.293-.077L6.075 19.51q-.504-.206-.796-.632t-.292-.93q0-.067.105-.565l2.64-7.421H6.49l2.169-3.225q.163-.227.116-.498q-.047-.272-.23-.454l-.157-.158L4.6 8.912q-.444.388-.685.914t-.242 1.115v5.155h-.904v-5.155q0-.78.324-1.49t.916-1.228l4.433-3.838l.937.956l.46-1.285q.186-.523.621-.818q.436-.296.946-.296q.142 0 .304.035q.163.035.305.09l5.268 1.981q.503.206.786.635t.283.933q0 .169-.106.559l-.671 1.908q.783.048 1.248.54q.466.493.466 1.108q0 .202-.052.394t-.158.375h.498q.69 0 1.172.482t.482 1.172q0 .58-.342.988q-.341.408-.86.6q.127.194.174.415t.047.42q0 .69-.472 1.172t-1.162.482h-.518q.108.163.168.375q.061.211.061.394q0 .69-.482 1.172q-.481.482-1.172.482h-2.89l-.283.848q-.18.529-.612.812t-.961.282m1.015-2.594L16.87 8.023l-6.478-2.442L6.464 16.56zm1.154-.233h2.577q.316 0 .543-.227q.226-.226.226-.542t-.227-.542q-.227-.227-.542-.227h-2.01zm.862-2.423h3.657q.316 0 .533-.227t.217-.542t-.217-.542t-.533-.227h-3.07zm.88-2.423h3.739q.315 0 .542-.227t.227-.542t-.227-.542t-.542-.227h-3.196zm.881-2.423h.915q.316 0 .543-.227t.227-.542t-.227-.542t-.542-.227h-.374z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLiftToTalk(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="M11.927 21.596q-.136 0-.292-.028q-.156-.027-.293-.077L6.075 19.51q-.504-.206-.796-.632t-.292-.93q0-.067.105-.565l2.64-7.421H6.49l2.169-3.225q.163-.227.116-.498q-.047-.272-.23-.454l-.157-.158L4.6 8.912q-.444.388-.685.914t-.242 1.115v5.155h-.904v-5.155q0-.78.324-1.49t.916-1.228l4.433-3.838l.937.956l.46-1.285q.186-.523.621-.818q.436-.296.946-.296q.142 0 .304.035q.163.035.305.09l5.268 1.981q.503.206.786.635t.283.933q0 .169-.106.559l-.671 1.908q.783.048 1.248.54q.466.493.466 1.108q0 .202-.052.394t-.158.375h.498q.69 0 1.172.482t.482 1.172q0 .58-.342.988q-.341.408-.86.6q.127.194.174.415t.047.42q0 .69-.472 1.172t-1.162.482h-.518q.108.163.168.375q.061.211.061.394q0 .69-.482 1.172q-.481.482-1.172.482h-2.89l-.283.848q-.18.529-.612.812t-.961.282m1.015-2.594L16.87 8.023l-6.478-2.442L6.464 16.56zm1.154-.233h2.577q.316 0 .543-.227q.226-.226.226-.542t-.227-.542q-.227-.227-.542-.227h-2.01zm.862-2.423h3.657q.316 0 .533-.227t.217-.542t-.217-.542t-.533-.227h-3.07zm.88-2.423h3.739q.315 0 .542-.227t.227-.542t-.227-.542t-.542-.227h-3.196zm.881-2.423h.915q.316 0 .543-.227t.227-.542t-.227-.542t-.542-.227h-.374z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.927 21.596q-.136 0-.292-.028q-.156-.027-.293-.077L6.075 19.51q-.504-.206-.796-.632t-.292-.93q0-.067.105-.565l2.64-7.421H6.49l2.169-3.225q.163-.227.116-.498q-.047-.272-.23-.454l-.157-.158L4.6 8.912q-.444.388-.685.914t-.242 1.115v5.155h-.904v-5.155q0-.78.324-1.49t.916-1.228l4.433-3.838l.937.956l.46-1.285q.186-.523.621-.818q.436-.296.946-.296q.142 0 .304.035q.163.035.305.09l5.268 1.981q.503.206.786.635t.283.933q0 .169-.106.559l-.671 1.908q.783.048 1.248.54q.466.493.466 1.108q0 .202-.052.394t-.158.375h.498q.69 0 1.172.482t.482 1.172q0 .58-.342.988q-.341.408-.86.6q.127.194.174.415t.047.42q0 .69-.472 1.172t-1.162.482h-.518q.108.163.168.375q.061.211.061.394q0 .69-.482 1.172q-.481.482-1.172.482h-2.89l-.283.848q-.18.529-.612.812t-.961.282m1.015-2.594L16.87 8.023l-6.478-2.442L6.464 16.56zm1.154-.233h2.577q.316 0 .543-.227q.226-.226.226-.542t-.227-.542q-.227-.227-.542-.227h-2.01zm.862-2.423h3.657q.316 0 .533-.227t.217-.542t-.217-.542t-.533-.227h-3.07zm.88-2.423h3.739q.315 0 .542-.227t.227-.542t-.227-.542t-.542-.227h-3.196zm.881-2.423h.915q.316 0 .543-.227t.227-.542t-.227-.542t-.542-.227h-.374z"/></svg> </template>
CSS
.icon-lift-to-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%22M11.927%2021.596q-.136%200-.292-.028q-.156-.027-.293-.077L6.075%2019.51q-.504-.206-.796-.632t-.292-.93q0-.067.105-.565l2.64-7.421H6.49l2.169-3.225q.163-.227.116-.498q-.047-.272-.23-.454l-.157-.158L4.6%208.912q-.444.388-.685.914t-.242%201.115v5.155h-.904v-5.155q0-.78.324-1.49t.916-1.228l4.433-3.838l.937.956l.46-1.285q.186-.523.621-.818q.436-.296.946-.296q.142%200%20.304.035q.163.035.305.09l5.268%201.981q.503.206.786.635t.283.933q0%20.169-.106.559l-.671%201.908q.783.048%201.248.54q.466.493.466%201.108q0%20.202-.052.394t-.158.375h.498q.69%200%201.172.482t.482%201.172q0%20.58-.342.988q-.341.408-.86.6q.127.194.174.415t.047.42q0%20.69-.472%201.172t-1.162.482h-.518q.108.163.168.375q.061.211.061.394q0%20.69-.482%201.172q-.481.482-1.172.482h-2.89l-.283.848q-.18.529-.612.812t-.961.282m1.015-2.594L16.87%208.023l-6.478-2.442L6.464%2016.56zm1.154-.233h2.577q.316%200%20.543-.227q.226-.226.226-.542t-.227-.542q-.227-.227-.542-.227h-2.01zm.862-2.423h3.657q.316%200%20.533-.227t.217-.542t-.217-.542t-.533-.227h-3.07zm.88-2.423h3.739q.315%200%20.542-.227t.227-.542t-.227-.542t-.542-.227h-3.196zm.881-2.423h.915q.316%200%20.543-.227t.227-.542t-.227-.542t-.542-.227h-.374z%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%22M11.927%2021.596q-.136%200-.292-.028q-.156-.027-.293-.077L6.075%2019.51q-.504-.206-.796-.632t-.292-.93q0-.067.105-.565l2.64-7.421H6.49l2.169-3.225q.163-.227.116-.498q-.047-.272-.23-.454l-.157-.158L4.6%208.912q-.444.388-.685.914t-.242%201.115v5.155h-.904v-5.155q0-.78.324-1.49t.916-1.228l4.433-3.838l.937.956l.46-1.285q.186-.523.621-.818q.436-.296.946-.296q.142%200%20.304.035q.163.035.305.09l5.268%201.981q.503.206.786.635t.283.933q0%20.169-.106.559l-.671%201.908q.783.048%201.248.54q.466.493.466%201.108q0%20.202-.052.394t-.158.375h.498q.69%200%201.172.482t.482%201.172q0%20.58-.342.988q-.341.408-.86.6q.127.194.174.415t.047.42q0%20.69-.472%201.172t-1.162.482h-.518q.108.163.168.375q.061.211.061.394q0%20.69-.482%201.172q-.481.482-1.172.482h-2.89l-.283.848q-.18.529-.612.812t-.961.282m1.015-2.594L16.87%208.023l-6.478-2.442L6.464%2016.56zm1.154-.233h2.577q.316%200%20.543-.227q.226-.226.226-.542t-.227-.542q-.227-.227-.542-.227h-2.01zm.862-2.423h3.657q.316%200%20.533-.227t.217-.542t-.217-.542t-.533-.227h-3.07zm.88-2.423h3.739q.315%200%20.542-.227t.227-.542t-.227-.542t-.542-.227h-3.196zm.881-2.423h.915q.316%200%20.543-.227t.227-.542t-.227-.542t-.542-.227h-.374z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lift-to-talk.svg?color=%231a73e8&size=48