leftthoughtbubble emoji

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

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

More objects icons from Firefox OS Emoji

Use the leftthoughtbubble emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="M379.62 364.925c16.326 0 29.561 13.251 29.561 29.597s-13.235 29.597-29.561 29.597s-29.561-13.251-29.561-29.597s13.235-29.597 29.561-29.597m32.29 91.526c0 12.907 10.45 23.37 23.342 23.37s23.342-10.463 23.342-23.37s-10.45-23.37-23.342-23.37s-23.342 10.464-23.342 23.37m32.214-296.508c6.295-11.255 9.898-24.223 9.898-38.039c0-43.071-34.874-77.988-77.894-77.988c-27.875 0-52.316 14.67-66.08 36.709c-11.044-41.023-48.458-71.216-92.922-71.216c-53.151 0-96.239 43.14-96.239 96.355c0 6.824.713 13.48 2.06 19.903a96.2 96.2 0 0 0-26.709-3.763C43.088 121.903 0 165.043 0 218.258s43.088 96.355 96.239 96.355a96.2 96.2 0 0 0 26.774-3.783c5.756 38.889 39.229 68.73 79.672 68.73c25.67 0 48.519-12.037 63.27-30.764a58.2 58.2 0 0 0 32.969 10.178c23.147 0 43.151-13.451 52.655-32.969c16.444 13.122 37.273 20.97 59.935 20.97c53.151 0 96.239-43.14 96.239-96.355c0-41.754-26.528-77.301-63.629-90.677"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiLeftthoughtbubble(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="M379.62 364.925c16.326 0 29.561 13.251 29.561 29.597s-13.235 29.597-29.561 29.597s-29.561-13.251-29.561-29.597s13.235-29.597 29.561-29.597m32.29 91.526c0 12.907 10.45 23.37 23.342 23.37s23.342-10.463 23.342-23.37s-10.45-23.37-23.342-23.37s-23.342 10.464-23.342 23.37m32.214-296.508c6.295-11.255 9.898-24.223 9.898-38.039c0-43.071-34.874-77.988-77.894-77.988c-27.875 0-52.316 14.67-66.08 36.709c-11.044-41.023-48.458-71.216-92.922-71.216c-53.151 0-96.239 43.14-96.239 96.355c0 6.824.713 13.48 2.06 19.903a96.2 96.2 0 0 0-26.709-3.763C43.088 121.903 0 165.043 0 218.258s43.088 96.355 96.239 96.355a96.2 96.2 0 0 0 26.774-3.783c5.756 38.889 39.229 68.73 79.672 68.73c25.67 0 48.519-12.037 63.27-30.764a58.2 58.2 0 0 0 32.969 10.178c23.147 0 43.151-13.451 52.655-32.969c16.444 13.122 37.273 20.97 59.935 20.97c53.151 0 96.239-43.14 96.239-96.355c0-41.754-26.528-77.301-63.629-90.677"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#E3E2DD" d="M379.62 364.925c16.326 0 29.561 13.251 29.561 29.597s-13.235 29.597-29.561 29.597s-29.561-13.251-29.561-29.597s13.235-29.597 29.561-29.597m32.29 91.526c0 12.907 10.45 23.37 23.342 23.37s23.342-10.463 23.342-23.37s-10.45-23.37-23.342-23.37s-23.342 10.464-23.342 23.37m32.214-296.508c6.295-11.255 9.898-24.223 9.898-38.039c0-43.071-34.874-77.988-77.894-77.988c-27.875 0-52.316 14.67-66.08 36.709c-11.044-41.023-48.458-71.216-92.922-71.216c-53.151 0-96.239 43.14-96.239 96.355c0 6.824.713 13.48 2.06 19.903a96.2 96.2 0 0 0-26.709-3.763C43.088 121.903 0 165.043 0 218.258s43.088 96.355 96.239 96.355a96.2 96.2 0 0 0 26.774-3.783c5.756 38.889 39.229 68.73 79.672 68.73c25.67 0 48.519-12.037 63.27-30.764a58.2 58.2 0 0 0 32.969 10.178c23.147 0 43.151-13.451 52.655-32.969c16.444 13.122 37.273 20.97 59.935 20.97c53.151 0 96.239-43.14 96.239-96.355c0-41.754-26.528-77.301-63.629-90.677"/></svg>
</template>

CSS

.icon-leftthoughtbubble {
  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%22M379.62%20364.925c16.326%200%2029.561%2013.251%2029.561%2029.597s-13.235%2029.597-29.561%2029.597s-29.561-13.251-29.561-29.597s13.235-29.597%2029.561-29.597m32.29%2091.526c0%2012.907%2010.45%2023.37%2023.342%2023.37s23.342-10.463%2023.342-23.37s-10.45-23.37-23.342-23.37s-23.342%2010.464-23.342%2023.37m32.214-296.508c6.295-11.255%209.898-24.223%209.898-38.039c0-43.071-34.874-77.988-77.894-77.988c-27.875%200-52.316%2014.67-66.08%2036.709c-11.044-41.023-48.458-71.216-92.922-71.216c-53.151%200-96.239%2043.14-96.239%2096.355c0%206.824.713%2013.48%202.06%2019.903a96.2%2096.2%200%200%200-26.709-3.763C43.088%20121.903%200%20165.043%200%20218.258s43.088%2096.355%2096.239%2096.355a96.2%2096.2%200%200%200%2026.774-3.783c5.756%2038.889%2039.229%2068.73%2079.672%2068.73c25.67%200%2048.519-12.037%2063.27-30.764a58.2%2058.2%200%200%200%2032.969%2010.178c23.147%200%2043.151-13.451%2052.655-32.969c16.444%2013.122%2037.273%2020.97%2059.935%2020.97c53.151%200%2096.239-43.14%2096.239-96.355c0-41.754-26.528-77.301-63.629-90.677%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%22M379.62%20364.925c16.326%200%2029.561%2013.251%2029.561%2029.597s-13.235%2029.597-29.561%2029.597s-29.561-13.251-29.561-29.597s13.235-29.597%2029.561-29.597m32.29%2091.526c0%2012.907%2010.45%2023.37%2023.342%2023.37s23.342-10.463%2023.342-23.37s-10.45-23.37-23.342-23.37s-23.342%2010.464-23.342%2023.37m32.214-296.508c6.295-11.255%209.898-24.223%209.898-38.039c0-43.071-34.874-77.988-77.894-77.988c-27.875%200-52.316%2014.67-66.08%2036.709c-11.044-41.023-48.458-71.216-92.922-71.216c-53.151%200-96.239%2043.14-96.239%2096.355c0%206.824.713%2013.48%202.06%2019.903a96.2%2096.2%200%200%200-26.709-3.763C43.088%20121.903%200%20165.043%200%20218.258s43.088%2096.355%2096.239%2096.355a96.2%2096.2%200%200%200%2026.774-3.783c5.756%2038.889%2039.229%2068.73%2079.672%2068.73c25.67%200%2048.519-12.037%2063.27-30.764a58.2%2058.2%200%200%200%2032.969%2010.178c23.147%200%2043.151-13.451%2052.655-32.969c16.444%2013.122%2037.273%2020.97%2059.935%2020.97c53.151%200%2096.239-43.14%2096.239-96.355c0-41.754-26.528-77.301-63.629-90.677%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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