people hugging emoji
people-hugging from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.
- Name
- people-hugging
- Set
- Twitter Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More people & body icons from Twitter Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the people hugging emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="23" cy="8" fill="#55acee" rx="8" ry="6.75" transform="rotate(-78 23.001 8)"/><path fill="#269" d="M9.724 14.687v1.579c-2.414.525-5.381 1.851-5.829 3.741C2.493 25.919 2.87 35.081 2.87 35.212v.134c0 .654.663.654 1.316.654h16.097c.653 0 1.315 0 1.315-.654V20.007c0-1.719-1.413-3.438-4.632-3.834v-1.486z"/><path fill="#55acee" d="M26.276 13.303v2.963c2.414.525 5.381 1.851 5.829 3.741c1.401 5.913 1.025 15.075 1.025 15.205v.134c0 .654-.663.654-1.316.654H15.717c-.653 0-1.315 0-1.315-.654V20.007c0-1.719 1.413-3.438 4.632-3.834v-1.486z"/><ellipse cx="12.992" cy="8" fill="#269" rx="6.75" ry="8" transform="rotate(-12 12.992 8)"/><path fill="#55acee" d="M19.092 16.088c-1.31.381-3.441.546-5.898-.382c-2.593-.98-4.978-1.944-5.908-2.268c-.846-.295-3.005-.033-3.486.848s-.753 2.485.437 3.659s7.458 3.491 9.23 4.533c.928.546.874 3.823.928 6.499c.083 4.043 7.383-13.67 4.697-12.889"/><path fill="#269" d="M12.233 25.283c1.331.298 3.604.811 5.999-.269c2.527-1.14 4.712-2.732 5.619-3.113c.826-.347 2.571-.683 3.532.629c.594.81.907 2.434-.207 3.679c-1.115 1.246-5.497 3.919-8.739 4.702c-2.749.664-6.967.6-8.313-.793c-2.101-2.175.281-5.245 2.109-4.835m12.758-8.048c0-1.952 1.724-3.016 3.739-3.797c.835-.324 3.005-.033 3.486.848s.753 2.485-.437 3.659s-6.788 2.294-6.788-.71"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiPeopleHugging(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="23" cy="8" fill="#55acee" rx="8" ry="6.75" transform="rotate(-78 23.001 8)"/><path fill="#269" d="M9.724 14.687v1.579c-2.414.525-5.381 1.851-5.829 3.741C2.493 25.919 2.87 35.081 2.87 35.212v.134c0 .654.663.654 1.316.654h16.097c.653 0 1.315 0 1.315-.654V20.007c0-1.719-1.413-3.438-4.632-3.834v-1.486z"/><path fill="#55acee" d="M26.276 13.303v2.963c2.414.525 5.381 1.851 5.829 3.741c1.401 5.913 1.025 15.075 1.025 15.205v.134c0 .654-.663.654-1.316.654H15.717c-.653 0-1.315 0-1.315-.654V20.007c0-1.719 1.413-3.438 4.632-3.834v-1.486z"/><ellipse cx="12.992" cy="8" fill="#269" rx="6.75" ry="8" transform="rotate(-12 12.992 8)"/><path fill="#55acee" d="M19.092 16.088c-1.31.381-3.441.546-5.898-.382c-2.593-.98-4.978-1.944-5.908-2.268c-.846-.295-3.005-.033-3.486.848s-.753 2.485.437 3.659s7.458 3.491 9.23 4.533c.928.546.874 3.823.928 6.499c.083 4.043 7.383-13.67 4.697-12.889"/><path fill="#269" d="M12.233 25.283c1.331.298 3.604.811 5.999-.269c2.527-1.14 4.712-2.732 5.619-3.113c.826-.347 2.571-.683 3.532.629c.594.81.907 2.434-.207 3.679c-1.115 1.246-5.497 3.919-8.739 4.702c-2.749.664-6.967.6-8.313-.793c-2.101-2.175.281-5.245 2.109-4.835m12.758-8.048c0-1.952 1.724-3.016 3.739-3.797c.835-.324 3.005-.033 3.486.848s.753 2.485-.437 3.659s-6.788 2.294-6.788-.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><ellipse cx="23" cy="8" fill="#55acee" rx="8" ry="6.75" transform="rotate(-78 23.001 8)"/><path fill="#269" d="M9.724 14.687v1.579c-2.414.525-5.381 1.851-5.829 3.741C2.493 25.919 2.87 35.081 2.87 35.212v.134c0 .654.663.654 1.316.654h16.097c.653 0 1.315 0 1.315-.654V20.007c0-1.719-1.413-3.438-4.632-3.834v-1.486z"/><path fill="#55acee" d="M26.276 13.303v2.963c2.414.525 5.381 1.851 5.829 3.741c1.401 5.913 1.025 15.075 1.025 15.205v.134c0 .654-.663.654-1.316.654H15.717c-.653 0-1.315 0-1.315-.654V20.007c0-1.719 1.413-3.438 4.632-3.834v-1.486z"/><ellipse cx="12.992" cy="8" fill="#269" rx="6.75" ry="8" transform="rotate(-12 12.992 8)"/><path fill="#55acee" d="M19.092 16.088c-1.31.381-3.441.546-5.898-.382c-2.593-.98-4.978-1.944-5.908-2.268c-.846-.295-3.005-.033-3.486.848s-.753 2.485.437 3.659s7.458 3.491 9.23 4.533c.928.546.874 3.823.928 6.499c.083 4.043 7.383-13.67 4.697-12.889"/><path fill="#269" d="M12.233 25.283c1.331.298 3.604.811 5.999-.269c2.527-1.14 4.712-2.732 5.619-3.113c.826-.347 2.571-.683 3.532.629c.594.81.907 2.434-.207 3.679c-1.115 1.246-5.497 3.919-8.739 4.702c-2.749.664-6.967.6-8.313-.793c-2.101-2.175.281-5.245 2.109-4.835m12.758-8.048c0-1.952 1.724-3.016 3.739-3.797c.835-.324 3.005-.033 3.486.848s.753 2.485-.437 3.659s-6.788 2.294-6.788-.71"/></svg> </template>
CSS
.icon-people-hugging {
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%2036%2036%22%3E%3Cellipse%20cx%3D%2223%22%20cy%3D%228%22%20fill%3D%22%2355acee%22%20rx%3D%228%22%20ry%3D%226.75%22%20transform%3D%22rotate(-78%2023.001%208)%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M9.724%2014.687v1.579c-2.414.525-5.381%201.851-5.829%203.741C2.493%2025.919%202.87%2035.081%202.87%2035.212v.134c0%20.654.663.654%201.316.654h16.097c.653%200%201.315%200%201.315-.654V20.007c0-1.719-1.413-3.438-4.632-3.834v-1.486z%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M26.276%2013.303v2.963c2.414.525%205.381%201.851%205.829%203.741c1.401%205.913%201.025%2015.075%201.025%2015.205v.134c0%20.654-.663.654-1.316.654H15.717c-.653%200-1.315%200-1.315-.654V20.007c0-1.719%201.413-3.438%204.632-3.834v-1.486z%22%2F%3E%3Cellipse%20cx%3D%2212.992%22%20cy%3D%228%22%20fill%3D%22%23269%22%20rx%3D%226.75%22%20ry%3D%228%22%20transform%3D%22rotate(-12%2012.992%208)%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M19.092%2016.088c-1.31.381-3.441.546-5.898-.382c-2.593-.98-4.978-1.944-5.908-2.268c-.846-.295-3.005-.033-3.486.848s-.753%202.485.437%203.659s7.458%203.491%209.23%204.533c.928.546.874%203.823.928%206.499c.083%204.043%207.383-13.67%204.697-12.889%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M12.233%2025.283c1.331.298%203.604.811%205.999-.269c2.527-1.14%204.712-2.732%205.619-3.113c.826-.347%202.571-.683%203.532.629c.594.81.907%202.434-.207%203.679c-1.115%201.246-5.497%203.919-8.739%204.702c-2.749.664-6.967.6-8.313-.793c-2.101-2.175.281-5.245%202.109-4.835m12.758-8.048c0-1.952%201.724-3.016%203.739-3.797c.835-.324%203.005-.033%203.486.848s.753%202.485-.437%203.659s-6.788%202.294-6.788-.71%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%2036%2036%22%3E%3Cellipse%20cx%3D%2223%22%20cy%3D%228%22%20fill%3D%22%2355acee%22%20rx%3D%228%22%20ry%3D%226.75%22%20transform%3D%22rotate(-78%2023.001%208)%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M9.724%2014.687v1.579c-2.414.525-5.381%201.851-5.829%203.741C2.493%2025.919%202.87%2035.081%202.87%2035.212v.134c0%20.654.663.654%201.316.654h16.097c.653%200%201.315%200%201.315-.654V20.007c0-1.719-1.413-3.438-4.632-3.834v-1.486z%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M26.276%2013.303v2.963c2.414.525%205.381%201.851%205.829%203.741c1.401%205.913%201.025%2015.075%201.025%2015.205v.134c0%20.654-.663.654-1.316.654H15.717c-.653%200-1.315%200-1.315-.654V20.007c0-1.719%201.413-3.438%204.632-3.834v-1.486z%22%2F%3E%3Cellipse%20cx%3D%2212.992%22%20cy%3D%228%22%20fill%3D%22%23269%22%20rx%3D%226.75%22%20ry%3D%228%22%20transform%3D%22rotate(-12%2012.992%208)%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M19.092%2016.088c-1.31.381-3.441.546-5.898-.382c-2.593-.98-4.978-1.944-5.908-2.268c-.846-.295-3.005-.033-3.486.848s-.753%202.485.437%203.659s7.458%203.491%209.23%204.533c.928.546.874%203.823.928%206.499c.083%204.043%207.383-13.67%204.697-12.889%22%2F%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M12.233%2025.283c1.331.298%203.604.811%205.999-.269c2.527-1.14%204.712-2.732%205.619-3.113c.826-.347%202.571-.683%203.532.629c.594.81.907%202.434-.207%203.679c-1.115%201.246-5.497%203.919-8.739%204.702c-2.749.664-6.967.6-8.313-.793c-2.101-2.175.281-5.245%202.109-4.835m12.758-8.048c0-1.952%201.724-3.016%203.739-3.797c.835-.324%203.005-.033%203.486.848s.753%202.485-.437%203.659s-6.788%202.294-6.788-.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/people-hugging.svg?color=%231a73e8&size=48