nesting dolls emoji
nesting-dolls from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- nesting-dolls
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the nesting dolls emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M53.36 39.58a16 16 0 0 0-.6-1.661a58 58 0 0 0-2.16-4.551a7.7 7.7 0 0 1-1.009-4.783q.151-1.134.295-2.27c.16-1.251.322-2.503.497-3.752a13.85 13.85 0 0 0-7.318-14.2a16.9 16.9 0 0 0-8.934-1.371a13.43 13.43 0 0 0-12.6 14.28c.07 1.358.268 2.711.459 4.019c.109.747.218 1.494.304 2.242l.014.123a7.93 7.93 0 0 1-.24 4.196a85 85 0 0 1-1.885 3.879a21 21 0 0 0-1.553 3.856a.947.947 0 0 0 .879 1.204c1.286.045 12.68.333 16.27-3.138a4 4 0 0 0 .332-.356q.111.122.237.244c1.595 1.541 5.28 3.292 13.78 3.292q1.12 0 2.355-.042a.947.947 0 0 0 .876-1.215z"/><path fill="#92d3f5" d="M56.95 43.31a1 1 0 0 0-.996-.917l-39.9.004a1 1 0 0 0-.996.914a15.1 15.1 0 0 0 .58 5.664c.954 3.176 2.019 6.368 3.05 9.455c.653 1.957 1.307 3.914 1.936 5.879a1 1 0 0 0 .952.694h.004l28.83-.101a1 1 0 0 0 .943-.68l.597-1.764c1.478-4.366 3.005-8.881 4.375-13.37a15.4 15.4 0 0 0 .622-5.778zm-32.8.086h22v2.83a11 11 0 0 1-22 0zm26.26 20.5l-28.83.102l-1.54-4.904h32z"/><circle cx="36" cy="21.75" r="10" fill="#ffa7c0"/><path fill="#61b2e4" d="m21.58 64l-1.54-4.9h32l-1.64 4.8z"/><path d="M26 22.68s10-.93 9.996-8.328c0 0 .763 7.818 9.979 8.096c0 0 .972-10.7-9.976-10.7c-11.35 0-10 10.93-10 10.93z"/><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="2" d="m19.54 41.85l-1.107 1.549h6.769v3.85l3.761 6.756l7.652 2.096l6.659-4.01l1.834-4.941v-3.854h8.379l-1.033-1.445c-6.67-.136-13.61.03-16.34-4.548c-1.645 3.968-10.53 4.594-16.57 4.548z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.7 39.87C36 39.56 36 35.053 36 35.053c0 3.742-8.025 4.595-12.87 4.769m-3.59.024a20 20 0 0 1 1.484-3.682a83 83 0 0 0 1.907-3.924a8.95 8.95 0 0 0 .302-4.814c-.236-2.07-.65-4.128-.757-6.203a12.46 12.46 0 0 1 11.73-13.29a16.13 16.13 0 0 1 8.45 1.28a12.94 12.94 0 0 1 6.79 13.21c-.282 2.007-.526 4.02-.793 6.029a8.7 8.7 0 0 0 1.112 5.352a57 57 0 0 1 2.124 4.476a15 15 0 0 1 .564 1.56m3.497 3.55a14.3 14.3 0 0 1-.583 5.404c-1.545 5.068-3.266 10.08-4.962 15.11l-28.83.101c-1.638-5.112-3.436-10.17-4.979-15.31a14 14 0 0 1-.543-5.29z"/><circle cx="36" cy="21.75" r="10" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.76 60.11h24.48m-3.13-12.96a10 10 0 0 1-19.91.1M46 21.75a10.11 10.11 0 0 1-10.07-9.999h0a10.17 10.17 0 0 1-9.934 9.997"/><circle cx="32.83" cy="23.61" r="2"/><circle cx="38.98" cy="23.61" r="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNestingDolls(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M53.36 39.58a16 16 0 0 0-.6-1.661a58 58 0 0 0-2.16-4.551a7.7 7.7 0 0 1-1.009-4.783q.151-1.134.295-2.27c.16-1.251.322-2.503.497-3.752a13.85 13.85 0 0 0-7.318-14.2a16.9 16.9 0 0 0-8.934-1.371a13.43 13.43 0 0 0-12.6 14.28c.07 1.358.268 2.711.459 4.019c.109.747.218 1.494.304 2.242l.014.123a7.93 7.93 0 0 1-.24 4.196a85 85 0 0 1-1.885 3.879a21 21 0 0 0-1.553 3.856a.947.947 0 0 0 .879 1.204c1.286.045 12.68.333 16.27-3.138a4 4 0 0 0 .332-.356q.111.122.237.244c1.595 1.541 5.28 3.292 13.78 3.292q1.12 0 2.355-.042a.947.947 0 0 0 .876-1.215z"/><path fill="#92d3f5" d="M56.95 43.31a1 1 0 0 0-.996-.917l-39.9.004a1 1 0 0 0-.996.914a15.1 15.1 0 0 0 .58 5.664c.954 3.176 2.019 6.368 3.05 9.455c.653 1.957 1.307 3.914 1.936 5.879a1 1 0 0 0 .952.694h.004l28.83-.101a1 1 0 0 0 .943-.68l.597-1.764c1.478-4.366 3.005-8.881 4.375-13.37a15.4 15.4 0 0 0 .622-5.778zm-32.8.086h22v2.83a11 11 0 0 1-22 0zm26.26 20.5l-28.83.102l-1.54-4.904h32z"/><circle cx="36" cy="21.75" r="10" fill="#ffa7c0"/><path fill="#61b2e4" d="m21.58 64l-1.54-4.9h32l-1.64 4.8z"/><path d="M26 22.68s10-.93 9.996-8.328c0 0 .763 7.818 9.979 8.096c0 0 .972-10.7-9.976-10.7c-11.35 0-10 10.93-10 10.93z"/><path fill="#fff" stroke="#fff" strokeLinejoin="round" strokeWidth="2" d="m19.54 41.85l-1.107 1.549h6.769v3.85l3.761 6.756l7.652 2.096l6.659-4.01l1.834-4.941v-3.854h8.379l-1.033-1.445c-6.67-.136-13.61.03-16.34-4.548c-1.645 3.968-10.53 4.594-16.57 4.548z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M48.7 39.87C36 39.56 36 35.053 36 35.053c0 3.742-8.025 4.595-12.87 4.769m-3.59.024a20 20 0 0 1 1.484-3.682a83 83 0 0 0 1.907-3.924a8.95 8.95 0 0 0 .302-4.814c-.236-2.07-.65-4.128-.757-6.203a12.46 12.46 0 0 1 11.73-13.29a16.13 16.13 0 0 1 8.45 1.28a12.94 12.94 0 0 1 6.79 13.21c-.282 2.007-.526 4.02-.793 6.029a8.7 8.7 0 0 0 1.112 5.352a57 57 0 0 1 2.124 4.476a15 15 0 0 1 .564 1.56m3.497 3.55a14.3 14.3 0 0 1-.583 5.404c-1.545 5.068-3.266 10.08-4.962 15.11l-28.83.101c-1.638-5.112-3.436-10.17-4.979-15.31a14 14 0 0 1-.543-5.29z"/><circle cx="36" cy="21.75" r="10" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.76 60.11h24.48m-3.13-12.96a10 10 0 0 1-19.91.1M46 21.75a10.11 10.11 0 0 1-10.07-9.999h0a10.17 10.17 0 0 1-9.934 9.997"/><circle cx="32.83" cy="23.61" r="2"/><circle cx="38.98" cy="23.61" r="2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M53.36 39.58a16 16 0 0 0-.6-1.661a58 58 0 0 0-2.16-4.551a7.7 7.7 0 0 1-1.009-4.783q.151-1.134.295-2.27c.16-1.251.322-2.503.497-3.752a13.85 13.85 0 0 0-7.318-14.2a16.9 16.9 0 0 0-8.934-1.371a13.43 13.43 0 0 0-12.6 14.28c.07 1.358.268 2.711.459 4.019c.109.747.218 1.494.304 2.242l.014.123a7.93 7.93 0 0 1-.24 4.196a85 85 0 0 1-1.885 3.879a21 21 0 0 0-1.553 3.856a.947.947 0 0 0 .879 1.204c1.286.045 12.68.333 16.27-3.138a4 4 0 0 0 .332-.356q.111.122.237.244c1.595 1.541 5.28 3.292 13.78 3.292q1.12 0 2.355-.042a.947.947 0 0 0 .876-1.215z"/><path fill="#92d3f5" d="M56.95 43.31a1 1 0 0 0-.996-.917l-39.9.004a1 1 0 0 0-.996.914a15.1 15.1 0 0 0 .58 5.664c.954 3.176 2.019 6.368 3.05 9.455c.653 1.957 1.307 3.914 1.936 5.879a1 1 0 0 0 .952.694h.004l28.83-.101a1 1 0 0 0 .943-.68l.597-1.764c1.478-4.366 3.005-8.881 4.375-13.37a15.4 15.4 0 0 0 .622-5.778zm-32.8.086h22v2.83a11 11 0 0 1-22 0zm26.26 20.5l-28.83.102l-1.54-4.904h32z"/><circle cx="36" cy="21.75" r="10" fill="#ffa7c0"/><path fill="#61b2e4" d="m21.58 64l-1.54-4.9h32l-1.64 4.8z"/><path d="M26 22.68s10-.93 9.996-8.328c0 0 .763 7.818 9.979 8.096c0 0 .972-10.7-9.976-10.7c-11.35 0-10 10.93-10 10.93z"/><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="2" d="m19.54 41.85l-1.107 1.549h6.769v3.85l3.761 6.756l7.652 2.096l6.659-4.01l1.834-4.941v-3.854h8.379l-1.033-1.445c-6.67-.136-13.61.03-16.34-4.548c-1.645 3.968-10.53 4.594-16.57 4.548z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M48.7 39.87C36 39.56 36 35.053 36 35.053c0 3.742-8.025 4.595-12.87 4.769m-3.59.024a20 20 0 0 1 1.484-3.682a83 83 0 0 0 1.907-3.924a8.95 8.95 0 0 0 .302-4.814c-.236-2.07-.65-4.128-.757-6.203a12.46 12.46 0 0 1 11.73-13.29a16.13 16.13 0 0 1 8.45 1.28a12.94 12.94 0 0 1 6.79 13.21c-.282 2.007-.526 4.02-.793 6.029a8.7 8.7 0 0 0 1.112 5.352a57 57 0 0 1 2.124 4.476a15 15 0 0 1 .564 1.56m3.497 3.55a14.3 14.3 0 0 1-.583 5.404c-1.545 5.068-3.266 10.08-4.962 15.11l-28.83.101c-1.638-5.112-3.436-10.17-4.979-15.31a14 14 0 0 1-.543-5.29z"/><circle cx="36" cy="21.75" r="10" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.76 60.11h24.48m-3.13-12.96a10 10 0 0 1-19.91.1M46 21.75a10.11 10.11 0 0 1-10.07-9.999h0a10.17 10.17 0 0 1-9.934 9.997"/><circle cx="32.83" cy="23.61" r="2"/><circle cx="38.98" cy="23.61" r="2"/></svg> </template>
CSS
.icon-nesting-dolls {
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%23d22f27%22%20d%3D%22M53.36%2039.58a16%2016%200%200%200-.6-1.661a58%2058%200%200%200-2.16-4.551a7.7%207.7%200%200%201-1.009-4.783q.151-1.134.295-2.27c.16-1.251.322-2.503.497-3.752a13.85%2013.85%200%200%200-7.318-14.2a16.9%2016.9%200%200%200-8.934-1.371a13.43%2013.43%200%200%200-12.6%2014.28c.07%201.358.268%202.711.459%204.019c.109.747.218%201.494.304%202.242l.014.123a7.93%207.93%200%200%201-.24%204.196a85%2085%200%200%201-1.885%203.879a21%2021%200%200%200-1.553%203.856a.947.947%200%200%200%20.879%201.204c1.286.045%2012.68.333%2016.27-3.138a4%204%200%200%200%20.332-.356q.111.122.237.244c1.595%201.541%205.28%203.292%2013.78%203.292q1.12%200%202.355-.042a.947.947%200%200%200%20.876-1.215z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M56.95%2043.31a1%201%200%200%200-.996-.917l-39.9.004a1%201%200%200%200-.996.914a15.1%2015.1%200%200%200%20.58%205.664c.954%203.176%202.019%206.368%203.05%209.455c.653%201.957%201.307%203.914%201.936%205.879a1%201%200%200%200%20.952.694h.004l28.83-.101a1%201%200%200%200%20.943-.68l.597-1.764c1.478-4.366%203.005-8.881%204.375-13.37a15.4%2015.4%200%200%200%20.622-5.778zm-32.8.086h22v2.83a11%2011%200%200%201-22%200zm26.26%2020.5l-28.83.102l-1.54-4.904h32z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.75%22%20r%3D%2210%22%20fill%3D%22%23ffa7c0%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m21.58%2064l-1.54-4.9h32l-1.64%204.8z%22%2F%3E%3Cpath%20d%3D%22M26%2022.68s10-.93%209.996-8.328c0%200%20.763%207.818%209.979%208.096c0%200%20.972-10.7-9.976-10.7c-11.35%200-10%2010.93-10%2010.93z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m19.54%2041.85l-1.107%201.549h6.769v3.85l3.761%206.756l7.652%202.096l6.659-4.01l1.834-4.941v-3.854h8.379l-1.033-1.445c-6.67-.136-13.61.03-16.34-4.548c-1.645%203.968-10.53%204.594-16.57%204.548z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.7%2039.87C36%2039.56%2036%2035.053%2036%2035.053c0%203.742-8.025%204.595-12.87%204.769m-3.59.024a20%2020%200%200%201%201.484-3.682a83%2083%200%200%200%201.907-3.924a8.95%208.95%200%200%200%20.302-4.814c-.236-2.07-.65-4.128-.757-6.203a12.46%2012.46%200%200%201%2011.73-13.29a16.13%2016.13%200%200%201%208.45%201.28a12.94%2012.94%200%200%201%206.79%2013.21c-.282%202.007-.526%204.02-.793%206.029a8.7%208.7%200%200%200%201.112%205.352a57%2057%200%200%201%202.124%204.476a15%2015%200%200%201%20.564%201.56m3.497%203.55a14.3%2014.3%200%200%201-.583%205.404c-1.545%205.068-3.266%2010.08-4.962%2015.11l-28.83.101c-1.638-5.112-3.436-10.17-4.979-15.31a14%2014%200%200%201-.543-5.29z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.75%22%20r%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.76%2060.11h24.48m-3.13-12.96a10%2010%200%200%201-19.91.1M46%2021.75a10.11%2010.11%200%200%201-10.07-9.999h0a10.17%2010.17%200%200%201-9.934%209.997%22%2F%3E%3Ccircle%20cx%3D%2232.83%22%20cy%3D%2223.61%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2238.98%22%20cy%3D%2223.61%22%20r%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M53.36%2039.58a16%2016%200%200%200-.6-1.661a58%2058%200%200%200-2.16-4.551a7.7%207.7%200%200%201-1.009-4.783q.151-1.134.295-2.27c.16-1.251.322-2.503.497-3.752a13.85%2013.85%200%200%200-7.318-14.2a16.9%2016.9%200%200%200-8.934-1.371a13.43%2013.43%200%200%200-12.6%2014.28c.07%201.358.268%202.711.459%204.019c.109.747.218%201.494.304%202.242l.014.123a7.93%207.93%200%200%201-.24%204.196a85%2085%200%200%201-1.885%203.879a21%2021%200%200%200-1.553%203.856a.947.947%200%200%200%20.879%201.204c1.286.045%2012.68.333%2016.27-3.138a4%204%200%200%200%20.332-.356q.111.122.237.244c1.595%201.541%205.28%203.292%2013.78%203.292q1.12%200%202.355-.042a.947.947%200%200%200%20.876-1.215z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M56.95%2043.31a1%201%200%200%200-.996-.917l-39.9.004a1%201%200%200%200-.996.914a15.1%2015.1%200%200%200%20.58%205.664c.954%203.176%202.019%206.368%203.05%209.455c.653%201.957%201.307%203.914%201.936%205.879a1%201%200%200%200%20.952.694h.004l28.83-.101a1%201%200%200%200%20.943-.68l.597-1.764c1.478-4.366%203.005-8.881%204.375-13.37a15.4%2015.4%200%200%200%20.622-5.778zm-32.8.086h22v2.83a11%2011%200%200%201-22%200zm26.26%2020.5l-28.83.102l-1.54-4.904h32z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.75%22%20r%3D%2210%22%20fill%3D%22%23ffa7c0%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22m21.58%2064l-1.54-4.9h32l-1.64%204.8z%22%2F%3E%3Cpath%20d%3D%22M26%2022.68s10-.93%209.996-8.328c0%200%20.763%207.818%209.979%208.096c0%200%20.972-10.7-9.976-10.7c-11.35%200-10%2010.93-10%2010.93z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m19.54%2041.85l-1.107%201.549h6.769v3.85l3.761%206.756l7.652%202.096l6.659-4.01l1.834-4.941v-3.854h8.379l-1.033-1.445c-6.67-.136-13.61.03-16.34-4.548c-1.645%203.968-10.53%204.594-16.57%204.548z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M48.7%2039.87C36%2039.56%2036%2035.053%2036%2035.053c0%203.742-8.025%204.595-12.87%204.769m-3.59.024a20%2020%200%200%201%201.484-3.682a83%2083%200%200%200%201.907-3.924a8.95%208.95%200%200%200%20.302-4.814c-.236-2.07-.65-4.128-.757-6.203a12.46%2012.46%200%200%201%2011.73-13.29a16.13%2016.13%200%200%201%208.45%201.28a12.94%2012.94%200%200%201%206.79%2013.21c-.282%202.007-.526%204.02-.793%206.029a8.7%208.7%200%200%200%201.112%205.352a57%2057%200%200%201%202.124%204.476a15%2015%200%200%201%20.564%201.56m3.497%203.55a14.3%2014.3%200%200%201-.583%205.404c-1.545%205.068-3.266%2010.08-4.962%2015.11l-28.83.101c-1.638-5.112-3.436-10.17-4.979-15.31a14%2014%200%200%201-.543-5.29z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2221.75%22%20r%3D%2210%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.76%2060.11h24.48m-3.13-12.96a10%2010%200%200%201-19.91.1M46%2021.75a10.11%2010.11%200%200%201-10.07-9.999h0a10.17%2010.17%200%200%201-9.934%209.997%22%2F%3E%3Ccircle%20cx%3D%2232.83%22%20cy%3D%2223.61%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2238.98%22%20cy%3D%2223.61%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/nesting-dolls.svg?color=%231a73e8&size=48