twospeechbubbles emoji

twospeechbubbles from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
twospeechbubbles
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the twospeechbubbles emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="M193.283 126.96c-93.138 0-168.641 75.594-168.641 168.845c0 21.825 4.137 42.682 11.667 61.83L7.73 451.016a9.6 9.6 0 0 0-.542 1.815l-.037.169h.021c-.522 3 .216 5.716 2.301 7.936c2.083 2.22 5.008 3.122 7.814 2.774c-.002.006 0 .002 0 .002l.118-.028a9.3 9.3 0 0 0 1.826-.44l89.36-21.407c24.889 14.501 53.819 22.812 84.691 22.812c93.138 0 168.641-75.595 168.641-168.845S286.421 126.96 193.283 126.96"/><path fill="#6B8DA1" d="m504.312 361.012l-.02-.108a8.4 8.4 0 0 0-.398-1.662l-19.482-81.329c13.198-22.652 20.763-48.982 20.763-77.079c0-84.767-68.8-153.484-153.669-153.484s-153.669 68.717-153.669 153.484s68.8 153.484 153.669 153.484c19.863 0 38.846-3.765 56.272-10.618l84.989 26.01c.522.221.817.382 1.366.493l-.133.035v-.02c3 .475 5.488-.197 7.509-2.094s2.984-4.558 2.668-7.112c.006.002.135 0 .135 0"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiTwospeechbubbles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="M193.283 126.96c-93.138 0-168.641 75.594-168.641 168.845c0 21.825 4.137 42.682 11.667 61.83L7.73 451.016a9.6 9.6 0 0 0-.542 1.815l-.037.169h.021c-.522 3 .216 5.716 2.301 7.936c2.083 2.22 5.008 3.122 7.814 2.774c-.002.006 0 .002 0 .002l.118-.028a9.3 9.3 0 0 0 1.826-.44l89.36-21.407c24.889 14.501 53.819 22.812 84.691 22.812c93.138 0 168.641-75.595 168.641-168.845S286.421 126.96 193.283 126.96"/><path fill="#6B8DA1" d="m504.312 361.012l-.02-.108a8.4 8.4 0 0 0-.398-1.662l-19.482-81.329c13.198-22.652 20.763-48.982 20.763-77.079c0-84.767-68.8-153.484-153.669-153.484s-153.669 68.717-153.669 153.484s68.8 153.484 153.669 153.484c19.863 0 38.846-3.765 56.272-10.618l84.989 26.01c.522.221.817.382 1.366.493l-.133.035v-.02c3 .475 5.488-.197 7.509-2.094s2.984-4.558 2.668-7.112c.006.002.135 0 .135 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="M193.283 126.96c-93.138 0-168.641 75.594-168.641 168.845c0 21.825 4.137 42.682 11.667 61.83L7.73 451.016a9.6 9.6 0 0 0-.542 1.815l-.037.169h.021c-.522 3 .216 5.716 2.301 7.936c2.083 2.22 5.008 3.122 7.814 2.774c-.002.006 0 .002 0 .002l.118-.028a9.3 9.3 0 0 0 1.826-.44l89.36-21.407c24.889 14.501 53.819 22.812 84.691 22.812c93.138 0 168.641-75.595 168.641-168.845S286.421 126.96 193.283 126.96"/><path fill="#6B8DA1" d="m504.312 361.012l-.02-.108a8.4 8.4 0 0 0-.398-1.662l-19.482-81.329c13.198-22.652 20.763-48.982 20.763-77.079c0-84.767-68.8-153.484-153.669-153.484s-153.669 68.717-153.669 153.484s68.8 153.484 153.669 153.484c19.863 0 38.846-3.765 56.272-10.618l84.989 26.01c.522.221.817.382 1.366.493l-.133.035v-.02c3 .475 5.488-.197 7.509-2.094s2.984-4.558 2.668-7.112c.006.002.135 0 .135 0"/></svg>
</template>

CSS

.icon-twospeechbubbles {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E3E2DD%22%20d%3D%22M193.283%20126.96c-93.138%200-168.641%2075.594-168.641%20168.845c0%2021.825%204.137%2042.682%2011.667%2061.83L7.73%20451.016a9.6%209.6%200%200%200-.542%201.815l-.037.169h.021c-.522%203%20.216%205.716%202.301%207.936c2.083%202.22%205.008%203.122%207.814%202.774c-.002.006%200%20.002%200%20.002l.118-.028a9.3%209.3%200%200%200%201.826-.44l89.36-21.407c24.889%2014.501%2053.819%2022.812%2084.691%2022.812c93.138%200%20168.641-75.595%20168.641-168.845S286.421%20126.96%20193.283%20126.96%22%2F%3E%3Cpath%20fill%3D%22%236B8DA1%22%20d%3D%22m504.312%20361.012l-.02-.108a8.4%208.4%200%200%200-.398-1.662l-19.482-81.329c13.198-22.652%2020.763-48.982%2020.763-77.079c0-84.767-68.8-153.484-153.669-153.484s-153.669%2068.717-153.669%20153.484s68.8%20153.484%20153.669%20153.484c19.863%200%2038.846-3.765%2056.272-10.618l84.989%2026.01c.522.221.817.382%201.366.493l-.133.035v-.02c3%20.475%205.488-.197%207.509-2.094s2.984-4.558%202.668-7.112c.006.002.135%200%20.135%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23E3E2DD%22%20d%3D%22M193.283%20126.96c-93.138%200-168.641%2075.594-168.641%20168.845c0%2021.825%204.137%2042.682%2011.667%2061.83L7.73%20451.016a9.6%209.6%200%200%200-.542%201.815l-.037.169h.021c-.522%203%20.216%205.716%202.301%207.936c2.083%202.22%205.008%203.122%207.814%202.774c-.002.006%200%20.002%200%20.002l.118-.028a9.3%209.3%200%200%200%201.826-.44l89.36-21.407c24.889%2014.501%2053.819%2022.812%2084.691%2022.812c93.138%200%20168.641-75.595%20168.641-168.845S286.421%20126.96%20193.283%20126.96%22%2F%3E%3Cpath%20fill%3D%22%236B8DA1%22%20d%3D%22m504.312%20361.012l-.02-.108a8.4%208.4%200%200%200-.398-1.662l-19.482-81.329c13.198-22.652%2020.763-48.982%2020.763-77.079c0-84.767-68.8-153.484-153.669-153.484s-153.669%2068.717-153.669%20153.484s68.8%20153.484%20153.669%20153.484c19.863%200%2038.846-3.765%2056.272-10.618l84.989%2026.01c.522.221.817.382%201.366.493l-.133.035v-.02c3%20.475%205.488-.197%207.509-2.094s2.984-4.558%202.668-7.112c.006.002.135%200%20.135%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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