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

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

More people icons from Firefox OS Emoji

Use the sweatsplash emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M142.3 150.8L336.5 228c61.2 18.6 126-16 144.5-77.3c18.6-61.2-16-126-77.3-144.5c-22.8-6.9-46.1-6.5-67.3 0L142.3 83.3c-18.6 5.6-29.2 25.4-23.5 44c3.6 11.6 12.8 20.2 23.5 23.5"/><path fill="#00B1FF" d="M336.5 228L308 216.7c63.6 17.8 130-18.3 149.3-81.8C470 93.1 459.1 50 432.4 19.4c42.7 27.2 64.1 80.4 48.6 131.3c-18.6 61.3-83.3 95.8-144.5 77.3"/><path fill="#76DFFF" d="M68.7 248.6L184.9 360c32.6 37 29.1 93.4-7.9 126s-93.4 29.1-126.1-7.9C38.8 464.4 31.7 448 29.4 431l-8.1-160.8c-2-14.9 8.4-28.6 23.3-30.6c9.4-1.2 18.3 2.5 24.1 9"/><path fill="#59CAFC" d="m207.3 425.9l-.5-23.6c-4.3 50.7-48.2 89-99.3 85.8C74 486 45.8 466.5 30.9 439c8.2 38.2 40.8 67.9 81.7 70.5c49.2 3.1 91.6-34.3 94.7-83.6"/><path fill="#B0E9FF" d="m260.5 364.7l52.7 105c18.8 30.7 58.9 40.4 89.6 21.6s40.4-58.9 21.6-89.6c-7-11.4-16.9-19.9-28.2-25.1l-110.4-40.2c-9.9-4.6-21.7-.3-26.3 9.7c-3 6.1-2.3 13.1 1 18.6"/><path fill="#76DFFF" d="m313.1 469.7l-7.7-15.4c20 31.2 61.4 40.9 93.3 21.5c20.9-12.8 32.5-35 32.7-57.8c7.8 27.4-3.2 57.7-28.7 73.3c-30.7 18.7-70.8 9.1-89.6-21.6"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiSweatsplash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M142.3 150.8L336.5 228c61.2 18.6 126-16 144.5-77.3c18.6-61.2-16-126-77.3-144.5c-22.8-6.9-46.1-6.5-67.3 0L142.3 83.3c-18.6 5.6-29.2 25.4-23.5 44c3.6 11.6 12.8 20.2 23.5 23.5"/><path fill="#00B1FF" d="M336.5 228L308 216.7c63.6 17.8 130-18.3 149.3-81.8C470 93.1 459.1 50 432.4 19.4c42.7 27.2 64.1 80.4 48.6 131.3c-18.6 61.3-83.3 95.8-144.5 77.3"/><path fill="#76DFFF" d="M68.7 248.6L184.9 360c32.6 37 29.1 93.4-7.9 126s-93.4 29.1-126.1-7.9C38.8 464.4 31.7 448 29.4 431l-8.1-160.8c-2-14.9 8.4-28.6 23.3-30.6c9.4-1.2 18.3 2.5 24.1 9"/><path fill="#59CAFC" d="m207.3 425.9l-.5-23.6c-4.3 50.7-48.2 89-99.3 85.8C74 486 45.8 466.5 30.9 439c8.2 38.2 40.8 67.9 81.7 70.5c49.2 3.1 91.6-34.3 94.7-83.6"/><path fill="#B0E9FF" d="m260.5 364.7l52.7 105c18.8 30.7 58.9 40.4 89.6 21.6s40.4-58.9 21.6-89.6c-7-11.4-16.9-19.9-28.2-25.1l-110.4-40.2c-9.9-4.6-21.7-.3-26.3 9.7c-3 6.1-2.3 13.1 1 18.6"/><path fill="#76DFFF" d="m313.1 469.7l-7.7-15.4c20 31.2 61.4 40.9 93.3 21.5c20.9-12.8 32.5-35 32.7-57.8c7.8 27.4-3.2 57.7-28.7 73.3c-30.7 18.7-70.8 9.1-89.6-21.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#59CAFC" d="M142.3 150.8L336.5 228c61.2 18.6 126-16 144.5-77.3c18.6-61.2-16-126-77.3-144.5c-22.8-6.9-46.1-6.5-67.3 0L142.3 83.3c-18.6 5.6-29.2 25.4-23.5 44c3.6 11.6 12.8 20.2 23.5 23.5"/><path fill="#00B1FF" d="M336.5 228L308 216.7c63.6 17.8 130-18.3 149.3-81.8C470 93.1 459.1 50 432.4 19.4c42.7 27.2 64.1 80.4 48.6 131.3c-18.6 61.3-83.3 95.8-144.5 77.3"/><path fill="#76DFFF" d="M68.7 248.6L184.9 360c32.6 37 29.1 93.4-7.9 126s-93.4 29.1-126.1-7.9C38.8 464.4 31.7 448 29.4 431l-8.1-160.8c-2-14.9 8.4-28.6 23.3-30.6c9.4-1.2 18.3 2.5 24.1 9"/><path fill="#59CAFC" d="m207.3 425.9l-.5-23.6c-4.3 50.7-48.2 89-99.3 85.8C74 486 45.8 466.5 30.9 439c8.2 38.2 40.8 67.9 81.7 70.5c49.2 3.1 91.6-34.3 94.7-83.6"/><path fill="#B0E9FF" d="m260.5 364.7l52.7 105c18.8 30.7 58.9 40.4 89.6 21.6s40.4-58.9 21.6-89.6c-7-11.4-16.9-19.9-28.2-25.1l-110.4-40.2c-9.9-4.6-21.7-.3-26.3 9.7c-3 6.1-2.3 13.1 1 18.6"/><path fill="#76DFFF" d="m313.1 469.7l-7.7-15.4c20 31.2 61.4 40.9 93.3 21.5c20.9-12.8 32.5-35 32.7-57.8c7.8 27.4-3.2 57.7-28.7 73.3c-30.7 18.7-70.8 9.1-89.6-21.6"/></svg>
</template>

CSS

.icon-sweatsplash {
  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%2359CAFC%22%20d%3D%22M142.3%20150.8L336.5%20228c61.2%2018.6%20126-16%20144.5-77.3c18.6-61.2-16-126-77.3-144.5c-22.8-6.9-46.1-6.5-67.3%200L142.3%2083.3c-18.6%205.6-29.2%2025.4-23.5%2044c3.6%2011.6%2012.8%2020.2%2023.5%2023.5%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M336.5%20228L308%20216.7c63.6%2017.8%20130-18.3%20149.3-81.8C470%2093.1%20459.1%2050%20432.4%2019.4c42.7%2027.2%2064.1%2080.4%2048.6%20131.3c-18.6%2061.3-83.3%2095.8-144.5%2077.3%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22M68.7%20248.6L184.9%20360c32.6%2037%2029.1%2093.4-7.9%20126s-93.4%2029.1-126.1-7.9C38.8%20464.4%2031.7%20448%2029.4%20431l-8.1-160.8c-2-14.9%208.4-28.6%2023.3-30.6c9.4-1.2%2018.3%202.5%2024.1%209%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22m207.3%20425.9l-.5-23.6c-4.3%2050.7-48.2%2089-99.3%2085.8C74%20486%2045.8%20466.5%2030.9%20439c8.2%2038.2%2040.8%2067.9%2081.7%2070.5c49.2%203.1%2091.6-34.3%2094.7-83.6%22%2F%3E%3Cpath%20fill%3D%22%23B0E9FF%22%20d%3D%22m260.5%20364.7l52.7%20105c18.8%2030.7%2058.9%2040.4%2089.6%2021.6s40.4-58.9%2021.6-89.6c-7-11.4-16.9-19.9-28.2-25.1l-110.4-40.2c-9.9-4.6-21.7-.3-26.3%209.7c-3%206.1-2.3%2013.1%201%2018.6%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22m313.1%20469.7l-7.7-15.4c20%2031.2%2061.4%2040.9%2093.3%2021.5c20.9-12.8%2032.5-35%2032.7-57.8c7.8%2027.4-3.2%2057.7-28.7%2073.3c-30.7%2018.7-70.8%209.1-89.6-21.6%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%2359CAFC%22%20d%3D%22M142.3%20150.8L336.5%20228c61.2%2018.6%20126-16%20144.5-77.3c18.6-61.2-16-126-77.3-144.5c-22.8-6.9-46.1-6.5-67.3%200L142.3%2083.3c-18.6%205.6-29.2%2025.4-23.5%2044c3.6%2011.6%2012.8%2020.2%2023.5%2023.5%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22M336.5%20228L308%20216.7c63.6%2017.8%20130-18.3%20149.3-81.8C470%2093.1%20459.1%2050%20432.4%2019.4c42.7%2027.2%2064.1%2080.4%2048.6%20131.3c-18.6%2061.3-83.3%2095.8-144.5%2077.3%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22M68.7%20248.6L184.9%20360c32.6%2037%2029.1%2093.4-7.9%20126s-93.4%2029.1-126.1-7.9C38.8%20464.4%2031.7%20448%2029.4%20431l-8.1-160.8c-2-14.9%208.4-28.6%2023.3-30.6c9.4-1.2%2018.3%202.5%2024.1%209%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22m207.3%20425.9l-.5-23.6c-4.3%2050.7-48.2%2089-99.3%2085.8C74%20486%2045.8%20466.5%2030.9%20439c8.2%2038.2%2040.8%2067.9%2081.7%2070.5c49.2%203.1%2091.6-34.3%2094.7-83.6%22%2F%3E%3Cpath%20fill%3D%22%23B0E9FF%22%20d%3D%22m260.5%20364.7l52.7%20105c18.8%2030.7%2058.9%2040.4%2089.6%2021.6s40.4-58.9%2021.6-89.6c-7-11.4-16.9-19.9-28.2-25.1l-110.4-40.2c-9.9-4.6-21.7-.3-26.3%209.7c-3%206.1-2.3%2013.1%201%2018.6%22%2F%3E%3Cpath%20fill%3D%22%2376DFFF%22%20d%3D%22m313.1%20469.7l-7.7-15.4c20%2031.2%2061.4%2040.9%2093.3%2021.5c20.9-12.8%2032.5-35%2032.7-57.8c7.8%2027.4-3.2%2057.7-28.7%2073.3c-30.7%2018.7-70.8%209.1-89.6-21.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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