help others emoji

help-others from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
help-others
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the help others emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M42.598 36.648A12.276 12.276 0 1 0 54.714 49.08a12.29 12.29 0 0 0-12.116-12.433"/><path fill="#9b9b9a" d="M42.511 43.399a5.524 5.524 0 1 0 5.452 5.595a5.53 5.53 0 0 0-5.452-5.595"/><g fill="#fcea2b"><path d="M26.676 23.943c-.278-2.109-1.37-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06m14.187-2.797l1.111-2.247a.64.64 0 0 1 .487-.294c.166 0 .276.156.276.35v2.44h1.902a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.748.05-3.246.994l-2.369 4.394a6.73 6.73 0 0 0-1.02 4.164v6.654c0 1.518.725 2.171 1.683 2.171c.995 0 1.613-.934 1.613-2.268Z"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/><path d="m17.611 48.098l-1.231 3.516s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l2.182-7.535m42.423 6.616l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26.676 23.943c-.278-2.109-1.43-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06"/><path d="M35.185 32.627h-6.743a2.53 2.53 0 0 1-2.604-1.748l-2.806-6.513m-5.421 23.429l-1.231 3.819s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l1.879-7.231m42.726 6.312l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933m-23.572 2.839a12.242 12.242 0 1 0 7.467-4.367"/><path d="M36.916 48.85a5.524 5.524 0 1 0 5.595-5.451m-7.373-7.789v4.834c0 1.517.726 2.17 1.684 2.17c.994 0 1.612-.934 1.612-2.268v-.668m2.178-6.166h1.598a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.778.05-3.246.994l-2.435 4.498"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiHelpOthers(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M42.598 36.648A12.276 12.276 0 1 0 54.714 49.08a12.29 12.29 0 0 0-12.116-12.433"/><path fill="#9b9b9a" d="M42.511 43.399a5.524 5.524 0 1 0 5.452 5.595a5.53 5.53 0 0 0-5.452-5.595"/><g fill="#fcea2b"><path d="M26.676 23.943c-.278-2.109-1.37-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06m14.187-2.797l1.111-2.247a.64.64 0 0 1 .487-.294c.166 0 .276.156.276.35v2.44h1.902a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.748.05-3.246.994l-2.369 4.394a6.73 6.73 0 0 0-1.02 4.164v6.654c0 1.518.725 2.171 1.683 2.171c.995 0 1.613-.934 1.613-2.268Z"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/><path d="m17.611 48.098l-1.231 3.516s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l2.182-7.535m42.423 6.616l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M26.676 23.943c-.278-2.109-1.43-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06"/><path d="M35.185 32.627h-6.743a2.53 2.53 0 0 1-2.604-1.748l-2.806-6.513m-5.421 23.429l-1.231 3.819s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l1.879-7.231m42.726 6.312l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933m-23.572 2.839a12.242 12.242 0 1 0 7.467-4.367"/><path d="M36.916 48.85a5.524 5.524 0 1 0 5.595-5.451m-7.373-7.789v4.834c0 1.517.726 2.17 1.684 2.17c.994 0 1.612-.934 1.612-2.268v-.668m2.178-6.166h1.598a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.778.05-3.246.994l-2.435 4.498"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M42.598 36.648A12.276 12.276 0 1 0 54.714 49.08a12.29 12.29 0 0 0-12.116-12.433"/><path fill="#9b9b9a" d="M42.511 43.399a5.524 5.524 0 1 0 5.452 5.595a5.53 5.53 0 0 0-5.452-5.595"/><g fill="#fcea2b"><path d="M26.676 23.943c-.278-2.109-1.37-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06m14.187-2.797l1.111-2.247a.64.64 0 0 1 .487-.294c.166 0 .276.156.276.35v2.44h1.902a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.748.05-3.246.994l-2.369 4.394a6.73 6.73 0 0 0-1.02 4.164v6.654c0 1.518.725 2.171 1.683 2.171c.995 0 1.613-.934 1.613-2.268Z"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/><path d="m17.611 48.098l-1.231 3.516s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l2.182-7.535m42.423 6.616l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M26.676 23.943c-.278-2.109-1.43-3.487-3.34-3.487c-1.754 0-3.478.8-4.29 4.05c0 0-2.371 7.617-2.371 10.302a10.1 10.1 0 0 0 .773 3.644l6.275 20.884a2.37 2.37 0 0 0 2.143 1.84a1.685 1.685 0 0 0 1.564-1.84L24.247 36.06"/><path d="M35.185 32.627h-6.743a2.53 2.53 0 0 1-2.604-1.748l-2.806-6.513m-5.421 23.429l-1.231 3.819s-3.57 6.712-4.15 7.632a2.354 2.354 0 0 1-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91 4.094-9.193 4.094-9.193l1.879-7.231m42.726 6.312l1 8.971c.243 1.625 1.025 2.33 2.166 2.33c1.203 0 2.002-1.178 2.002-2.948c0 0-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933m-23.572 2.839a12.242 12.242 0 1 0 7.467-4.367"/><path d="M36.916 48.85a5.524 5.524 0 1 0 5.595-5.451m-7.373-7.789v4.834c0 1.517.726 2.17 1.684 2.17c.994 0 1.612-.934 1.612-2.268v-.668m2.178-6.166h1.598a14.03 14.03 0 0 1 7.42 2.054l-.597-4.24l-.596-3.909a2.955 2.955 0 0 0-2.451-2.65l-4.212-.53c-1.656-.198-2.778.05-3.246.994l-2.435 4.498"/><circle cx="26.925" cy="13.975" r="3.543"/><circle cx="44.569" cy="17.605" r="3.543"/></g></svg>
</template>

CSS

.icon-help-others {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M42.598%2036.648A12.276%2012.276%200%201%200%2054.714%2049.08a12.29%2012.29%200%200%200-12.116-12.433%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M42.511%2043.399a5.524%205.524%200%201%200%205.452%205.595a5.53%205.53%200%200%200-5.452-5.595%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M26.676%2023.943c-.278-2.109-1.37-3.487-3.34-3.487c-1.754%200-3.478.8-4.29%204.05c0%200-2.371%207.617-2.371%2010.302a10.1%2010.1%200%200%200%20.773%203.644l6.275%2020.884a2.37%202.37%200%200%200%202.143%201.84a1.685%201.685%200%200%200%201.564-1.84L24.247%2036.06m14.187-2.797l1.111-2.247a.64.64%200%200%201%20.487-.294c.166%200%20.276.156.276.35v2.44h1.902a14.03%2014.03%200%200%201%207.42%202.054l-.597-4.24l-.596-3.909a2.955%202.955%200%200%200-2.451-2.65l-4.212-.53c-1.656-.198-2.748.05-3.246.994l-2.369%204.394a6.73%206.73%200%200%200-1.02%204.164v6.654c0%201.518.725%202.171%201.683%202.171c.995%200%201.613-.934%201.613-2.268Z%22%2F%3E%3Ccircle%20cx%3D%2226.925%22%20cy%3D%2213.975%22%20r%3D%223.543%22%2F%3E%3Ccircle%20cx%3D%2244.569%22%20cy%3D%2217.605%22%20r%3D%223.543%22%2F%3E%3Cpath%20d%3D%22m17.611%2048.098l-1.231%203.516s-3.57%206.712-4.15%207.632a2.354%202.354%200%200%201-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91%204.094-9.193%204.094-9.193l2.182-7.535m42.423%206.616l1%208.971c.243%201.625%201.025%202.33%202.166%202.33c1.203%200%202.002-1.178%202.002-2.948c0%200-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26.676%2023.943c-.278-2.109-1.43-3.487-3.34-3.487c-1.754%200-3.478.8-4.29%204.05c0%200-2.371%207.617-2.371%2010.302a10.1%2010.1%200%200%200%20.773%203.644l6.275%2020.884a2.37%202.37%200%200%200%202.143%201.84a1.685%201.685%200%200%200%201.564-1.84L24.247%2036.06%22%2F%3E%3Cpath%20d%3D%22M35.185%2032.627h-6.743a2.53%202.53%200%200%201-2.604-1.748l-2.806-6.513m-5.421%2023.429l-1.231%203.819s-3.57%206.712-4.15%207.632a2.354%202.354%200%200%201-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91%204.094-9.193%204.094-9.193l1.879-7.231m42.726%206.312l1%208.971c.243%201.625%201.025%202.33%202.166%202.33c1.203%200%202.002-1.178%202.002-2.948c0%200-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933m-23.572%202.839a12.242%2012.242%200%201%200%207.467-4.367%22%2F%3E%3Cpath%20d%3D%22M36.916%2048.85a5.524%205.524%200%201%200%205.595-5.451m-7.373-7.789v4.834c0%201.517.726%202.17%201.684%202.17c.994%200%201.612-.934%201.612-2.268v-.668m2.178-6.166h1.598a14.03%2014.03%200%200%201%207.42%202.054l-.597-4.24l-.596-3.909a2.955%202.955%200%200%200-2.451-2.65l-4.212-.53c-1.656-.198-2.778.05-3.246.994l-2.435%204.498%22%2F%3E%3Ccircle%20cx%3D%2226.925%22%20cy%3D%2213.975%22%20r%3D%223.543%22%2F%3E%3Ccircle%20cx%3D%2244.569%22%20cy%3D%2217.605%22%20r%3D%223.543%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M42.598%2036.648A12.276%2012.276%200%201%200%2054.714%2049.08a12.29%2012.29%200%200%200-12.116-12.433%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M42.511%2043.399a5.524%205.524%200%201%200%205.452%205.595a5.53%205.53%200%200%200-5.452-5.595%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M26.676%2023.943c-.278-2.109-1.37-3.487-3.34-3.487c-1.754%200-3.478.8-4.29%204.05c0%200-2.371%207.617-2.371%2010.302a10.1%2010.1%200%200%200%20.773%203.644l6.275%2020.884a2.37%202.37%200%200%200%202.143%201.84a1.685%201.685%200%200%200%201.564-1.84L24.247%2036.06m14.187-2.797l1.111-2.247a.64.64%200%200%201%20.487-.294c.166%200%20.276.156.276.35v2.44h1.902a14.03%2014.03%200%200%201%207.42%202.054l-.597-4.24l-.596-3.909a2.955%202.955%200%200%200-2.451-2.65l-4.212-.53c-1.656-.198-2.748.05-3.246.994l-2.369%204.394a6.73%206.73%200%200%200-1.02%204.164v6.654c0%201.518.725%202.171%201.683%202.171c.995%200%201.613-.934%201.613-2.268Z%22%2F%3E%3Ccircle%20cx%3D%2226.925%22%20cy%3D%2213.975%22%20r%3D%223.543%22%2F%3E%3Ccircle%20cx%3D%2244.569%22%20cy%3D%2217.605%22%20r%3D%223.543%22%2F%3E%3Cpath%20d%3D%22m17.611%2048.098l-1.231%203.516s-3.57%206.712-4.15%207.632a2.354%202.354%200%200%201-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91%204.094-9.193%204.094-9.193l2.182-7.535m42.423%206.616l1%208.971c.243%201.625%201.025%202.33%202.166%202.33c1.203%200%202.002-1.178%202.002-2.948c0%200-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M26.676%2023.943c-.278-2.109-1.43-3.487-3.34-3.487c-1.754%200-3.478.8-4.29%204.05c0%200-2.371%207.617-2.371%2010.302a10.1%2010.1%200%200%200%20.773%203.644l6.275%2020.884a2.37%202.37%200%200%200%202.143%201.84a1.685%201.685%200%200%200%201.564-1.84L24.247%2036.06%22%2F%3E%3Cpath%20d%3D%22M35.185%2032.627h-6.743a2.53%202.53%200%200%201-2.604-1.748l-2.806-6.513m-5.421%2023.429l-1.231%203.819s-3.57%206.712-4.15%207.632a2.354%202.354%200%200%201-3.186.963c-.886-.588-.755-2.135.03-3.547c.505-.91%204.094-9.193%204.094-9.193l1.879-7.231m42.726%206.312l1%208.971c.243%201.625%201.025%202.33%202.166%202.33c1.203%200%202.002-1.178%202.002-2.948c0%200-.552-10.182-.74-12.623s-2.335-3.933-5.714-3.933m-23.572%202.839a12.242%2012.242%200%201%200%207.467-4.367%22%2F%3E%3Cpath%20d%3D%22M36.916%2048.85a5.524%205.524%200%201%200%205.595-5.451m-7.373-7.789v4.834c0%201.517.726%202.17%201.684%202.17c.994%200%201.612-.934%201.612-2.268v-.668m2.178-6.166h1.598a14.03%2014.03%200%200%201%207.42%202.054l-.597-4.24l-.596-3.909a2.955%202.955%200%200%200-2.451-2.65l-4.212-.53c-1.656-.198-2.778.05-3.246.994l-2.435%204.498%22%2F%3E%3Ccircle%20cx%3D%2226.925%22%20cy%3D%2213.975%22%20r%3D%223.543%22%2F%3E%3Ccircle%20cx%3D%2244.569%22%20cy%3D%2217.605%22%20r%3D%223.543%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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