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

Name
tongueout
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
512×512
License
Apache 2.0

More people icons from Firefox OS Emoji

Use the tongueout emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M174.5 150.1c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-1.5 1.4-3.3 2-5.1 2m222.7 0c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2"/><path fill="#2B3B47" d="M147.3 170.4c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m217.2 0c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m42.8 144c-.6-1.1-1.4-2-2.7-2.2c-12.4-1.2-284-1.2-296.3 0c-.5 0-1.1.3-1.6.6c-.1 0-.2 0-.2.1c-1.7 1.3-2.1 3.8-.9 5.7l2.7 4.3c6.2 9.8 12.3 18.2 18.5 25.3c6.2 7.3 12.3 13.5 18.5 19.3c12.3 11.4 24.7 19.8 37 26.9c3.3 1.8 6.7 3.2 10.1 4.8c.2-.1.5-.3.7-.4c20.1 9.8 41.6 15.4 64.2 15.4c22.1 0 43.3-5.4 63-14.8c3.3-1.5 6.7-2.9 10-4.7c12.3-7.1 24.7-15.5 37-27c6.2-5.9 12.3-12 18.5-19.4c6.2-7.1 12.3-15.5 18.5-25.4l2.7-4.3c.3-.6.6-1.2.6-2c.4-.7.1-1.5-.3-2.2"/><path fill="#FF473E" d="M188.6 311.4v85c0 37.5 30.4 67.9 67.9 67.9c37.4 0 67.8-30.4 67.8-67.9v-85z"/><path fill="#C44747" d="M188.6 311.5h135.7V336H188.6zm67.9 132.8c-5.8 0-10.5-4.7-10.5-10.5v-71.4c0-5.8 4.7-10.5 10.5-10.5s10.5 4.7 10.5 10.5v71.4c0 5.8-4.7 10.5-10.5 10.5"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiTongueout(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M174.5 150.1c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-1.5 1.4-3.3 2-5.1 2m222.7 0c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2"/><path fill="#2B3B47" d="M147.3 170.4c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m217.2 0c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m42.8 144c-.6-1.1-1.4-2-2.7-2.2c-12.4-1.2-284-1.2-296.3 0c-.5 0-1.1.3-1.6.6c-.1 0-.2 0-.2.1c-1.7 1.3-2.1 3.8-.9 5.7l2.7 4.3c6.2 9.8 12.3 18.2 18.5 25.3c6.2 7.3 12.3 13.5 18.5 19.3c12.3 11.4 24.7 19.8 37 26.9c3.3 1.8 6.7 3.2 10.1 4.8c.2-.1.5-.3.7-.4c20.1 9.8 41.6 15.4 64.2 15.4c22.1 0 43.3-5.4 63-14.8c3.3-1.5 6.7-2.9 10-4.7c12.3-7.1 24.7-15.5 37-27c6.2-5.9 12.3-12 18.5-19.4c6.2-7.1 12.3-15.5 18.5-25.4l2.7-4.3c.3-.6.6-1.2.6-2c.4-.7.1-1.5-.3-2.2"/><path fill="#FF473E" d="M188.6 311.4v85c0 37.5 30.4 67.9 67.9 67.9c37.4 0 67.8-30.4 67.8-67.9v-85z"/><path fill="#C44747" d="M188.6 311.5h135.7V336H188.6zm67.9 132.8c-5.8 0-10.5-4.7-10.5-10.5v-71.4c0-5.8 4.7-10.5 10.5-10.5s10.5 4.7 10.5 10.5v71.4c0 5.8-4.7 10.5-10.5 10.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M174.5 150.1c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-1.5 1.4-3.3 2-5.1 2m222.7 0c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2"/><path fill="#2B3B47" d="M147.3 170.4c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m217.2 0c13.2 0 24 10.7 24 24V248c0 13.2-10.7 24-24 24c-13.2 0-24-10.7-24-24v-53.7c0-13.2 10.7-23.9 24-23.9m42.8 144c-.6-1.1-1.4-2-2.7-2.2c-12.4-1.2-284-1.2-296.3 0c-.5 0-1.1.3-1.6.6c-.1 0-.2 0-.2.1c-1.7 1.3-2.1 3.8-.9 5.7l2.7 4.3c6.2 9.8 12.3 18.2 18.5 25.3c6.2 7.3 12.3 13.5 18.5 19.3c12.3 11.4 24.7 19.8 37 26.9c3.3 1.8 6.7 3.2 10.1 4.8c.2-.1.5-.3.7-.4c20.1 9.8 41.6 15.4 64.2 15.4c22.1 0 43.3-5.4 63-14.8c3.3-1.5 6.7-2.9 10-4.7c12.3-7.1 24.7-15.5 37-27c6.2-5.9 12.3-12 18.5-19.4c6.2-7.1 12.3-15.5 18.5-25.4l2.7-4.3c.3-.6.6-1.2.6-2c.4-.7.1-1.5-.3-2.2"/><path fill="#FF473E" d="M188.6 311.4v85c0 37.5 30.4 67.9 67.9 67.9c37.4 0 67.8-30.4 67.8-67.9v-85z"/><path fill="#C44747" d="M188.6 311.5h135.7V336H188.6zm67.9 132.8c-5.8 0-10.5-4.7-10.5-10.5v-71.4c0-5.8 4.7-10.5 10.5-10.5s10.5 4.7 10.5 10.5v71.4c0 5.8-4.7 10.5-10.5 10.5"/></svg>
</template>

CSS

.icon-tongueout {
  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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M174.5%20150.1c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.7%2010.7c-1.5%201.4-3.3%202-5.1%202m222.7%200c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.6%2010.7c-1.6%201.4-3.4%202-5.2%202%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M147.3%20170.4c13.2%200%2024%2010.7%2024%2024V248c0%2013.2-10.7%2024-24%2024c-13.2%200-24-10.7-24-24v-53.7c0-13.2%2010.7-23.9%2024-23.9m217.2%200c13.2%200%2024%2010.7%2024%2024V248c0%2013.2-10.7%2024-24%2024c-13.2%200-24-10.7-24-24v-53.7c0-13.2%2010.7-23.9%2024-23.9m42.8%20144c-.6-1.1-1.4-2-2.7-2.2c-12.4-1.2-284-1.2-296.3%200c-.5%200-1.1.3-1.6.6c-.1%200-.2%200-.2.1c-1.7%201.3-2.1%203.8-.9%205.7l2.7%204.3c6.2%209.8%2012.3%2018.2%2018.5%2025.3c6.2%207.3%2012.3%2013.5%2018.5%2019.3c12.3%2011.4%2024.7%2019.8%2037%2026.9c3.3%201.8%206.7%203.2%2010.1%204.8c.2-.1.5-.3.7-.4c20.1%209.8%2041.6%2015.4%2064.2%2015.4c22.1%200%2043.3-5.4%2063-14.8c3.3-1.5%206.7-2.9%2010-4.7c12.3-7.1%2024.7-15.5%2037-27c6.2-5.9%2012.3-12%2018.5-19.4c6.2-7.1%2012.3-15.5%2018.5-25.4l2.7-4.3c.3-.6.6-1.2.6-2c.4-.7.1-1.5-.3-2.2%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M188.6%20311.4v85c0%2037.5%2030.4%2067.9%2067.9%2067.9c37.4%200%2067.8-30.4%2067.8-67.9v-85z%22%2F%3E%3Cpath%20fill%3D%22%23C44747%22%20d%3D%22M188.6%20311.5h135.7V336H188.6zm67.9%20132.8c-5.8%200-10.5-4.7-10.5-10.5v-71.4c0-5.8%204.7-10.5%2010.5-10.5s10.5%204.7%2010.5%2010.5v71.4c0%205.8-4.7%2010.5-10.5%2010.5%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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M174.5%20150.1c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.7%2010.7c-1.5%201.4-3.3%202-5.1%202m222.7%200c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.6%2010.7c-1.6%201.4-3.4%202-5.2%202%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M147.3%20170.4c13.2%200%2024%2010.7%2024%2024V248c0%2013.2-10.7%2024-24%2024c-13.2%200-24-10.7-24-24v-53.7c0-13.2%2010.7-23.9%2024-23.9m217.2%200c13.2%200%2024%2010.7%2024%2024V248c0%2013.2-10.7%2024-24%2024c-13.2%200-24-10.7-24-24v-53.7c0-13.2%2010.7-23.9%2024-23.9m42.8%20144c-.6-1.1-1.4-2-2.7-2.2c-12.4-1.2-284-1.2-296.3%200c-.5%200-1.1.3-1.6.6c-.1%200-.2%200-.2.1c-1.7%201.3-2.1%203.8-.9%205.7l2.7%204.3c6.2%209.8%2012.3%2018.2%2018.5%2025.3c6.2%207.3%2012.3%2013.5%2018.5%2019.3c12.3%2011.4%2024.7%2019.8%2037%2026.9c3.3%201.8%206.7%203.2%2010.1%204.8c.2-.1.5-.3.7-.4c20.1%209.8%2041.6%2015.4%2064.2%2015.4c22.1%200%2043.3-5.4%2063-14.8c3.3-1.5%206.7-2.9%2010-4.7c12.3-7.1%2024.7-15.5%2037-27c6.2-5.9%2012.3-12%2018.5-19.4c6.2-7.1%2012.3-15.5%2018.5-25.4l2.7-4.3c.3-.6.6-1.2.6-2c.4-.7.1-1.5-.3-2.2%22%2F%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M188.6%20311.4v85c0%2037.5%2030.4%2067.9%2067.9%2067.9c37.4%200%2067.8-30.4%2067.8-67.9v-85z%22%2F%3E%3Cpath%20fill%3D%22%23C44747%22%20d%3D%22M188.6%20311.5h135.7V336H188.6zm67.9%20132.8c-5.8%200-10.5-4.7-10.5-10.5v-71.4c0-5.8%204.7-10.5%2010.5-10.5s10.5%204.7%2010.5%2010.5v71.4c0%205.8-4.7%2010.5-10.5%2010.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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