snowman without snow emoji

snowman-without-snow from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
snowman-without-snow
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the snowman without snow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="31.9" cy="45" r="17" fill="#d0d0d0"/><path fill="#fff" d="M31.9 30c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15"/><circle cx="31.9" cy="25.5" r="13" fill="#d0d0d0"/><path fill="#fff" d="M31.9 14.5c-6.1 0-11 4.9-11 11s4.9 11 11 11s11-4.9 11-11c0-6-4.9-11-11-11"/><circle cx="31.9" cy="26.4" r="2.5" fill="#ff8736"/><g fill="#3e4347"><circle cx="26.5" cy="21.8" r="2"/><circle cx="37.3" cy="21.8" r="2"/></g><g fill="#94989b"><ellipse cx="36.2" cy="14.5" rx="2.6" ry="10.1" transform="rotate(-65.001 36.154 14.527)"/><ellipse cx="40.3" cy="5.6" rx="1.9" ry="7.6" transform="rotate(-65.001 40.3 5.636)"/></g><path fill="#3e4347" d="M39.5 7.4c-3.5-1.7-6.1-3.7-6.1-4.7l-2.3 9.2c-.3.7 1.7 2.4 4.5 3.7s5.4 1.8 5.7 1.1L47 9c-.7.7-4 0-7.5-1.6"/><path fill="#89664c" d="m62 33.4l-5.8-1.7c1-1.1 2-2.1 3-3.2c.3-.4.4-.9 0-1.3c-.3-.3-1-.4-1.3 0c-1.4 1.5-2.7 2.9-4.1 4.4v-8.4H52v10.4L46.9 39c-.3.4-.4.9 0 1.3c.3.3 1 .4 1.3 0c1.9-2 3.8-4 5.6-6c.3-.3.6-.7.9-1l6.7 1.9zm-50 .1V23.1h-1.8v8.4c-1.4-1.5-2.7-2.9-4.1-4.4c-.3-.4-1-.3-1.3 0c-.4.4-.3.9 0 1.3c1 1.1 2 2.1 3 3.2L2 33.4l.5 1.8l6.7-1.9c.4.4.8.8 1.2 1.3l5.4 5.7c.3.4 1 .3 1.3 0c.4-.4.3-.9 0-1.3c-1.7-1.9-3.4-3.7-5.1-5.5"/><path fill="#3e4347" d="m30.3 46.3l-1.1-3.2l2.8-2l2.7 2l-1 3.2zm0 9.8l-1.1-3.2l2.8-2l2.7 2l-1 3.2zM31.9 34c-3.1 0-6-1.3-8.1-3.6c-.4-.4-.3-1 .1-1.4s1-.3 1.4.1C27 31 29.5 32 32 32s4.9-1.1 6.7-2.9c.4-.4 1-.4 1.4-.1c.4.4.4 1 .1 1.4C38 32.6 35 34 31.9 34"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSnowmanWithoutSnow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="31.9" cy="45" r="17" fill="#d0d0d0"/><path fill="#fff" d="M31.9 30c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15"/><circle cx="31.9" cy="25.5" r="13" fill="#d0d0d0"/><path fill="#fff" d="M31.9 14.5c-6.1 0-11 4.9-11 11s4.9 11 11 11s11-4.9 11-11c0-6-4.9-11-11-11"/><circle cx="31.9" cy="26.4" r="2.5" fill="#ff8736"/><g fill="#3e4347"><circle cx="26.5" cy="21.8" r="2"/><circle cx="37.3" cy="21.8" r="2"/></g><g fill="#94989b"><ellipse cx="36.2" cy="14.5" rx="2.6" ry="10.1" transform="rotate(-65.001 36.154 14.527)"/><ellipse cx="40.3" cy="5.6" rx="1.9" ry="7.6" transform="rotate(-65.001 40.3 5.636)"/></g><path fill="#3e4347" d="M39.5 7.4c-3.5-1.7-6.1-3.7-6.1-4.7l-2.3 9.2c-.3.7 1.7 2.4 4.5 3.7s5.4 1.8 5.7 1.1L47 9c-.7.7-4 0-7.5-1.6"/><path fill="#89664c" d="m62 33.4l-5.8-1.7c1-1.1 2-2.1 3-3.2c.3-.4.4-.9 0-1.3c-.3-.3-1-.4-1.3 0c-1.4 1.5-2.7 2.9-4.1 4.4v-8.4H52v10.4L46.9 39c-.3.4-.4.9 0 1.3c.3.3 1 .4 1.3 0c1.9-2 3.8-4 5.6-6c.3-.3.6-.7.9-1l6.7 1.9zm-50 .1V23.1h-1.8v8.4c-1.4-1.5-2.7-2.9-4.1-4.4c-.3-.4-1-.3-1.3 0c-.4.4-.3.9 0 1.3c1 1.1 2 2.1 3 3.2L2 33.4l.5 1.8l6.7-1.9c.4.4.8.8 1.2 1.3l5.4 5.7c.3.4 1 .3 1.3 0c.4-.4.3-.9 0-1.3c-1.7-1.9-3.4-3.7-5.1-5.5"/><path fill="#3e4347" d="m30.3 46.3l-1.1-3.2l2.8-2l2.7 2l-1 3.2zm0 9.8l-1.1-3.2l2.8-2l2.7 2l-1 3.2zM31.9 34c-3.1 0-6-1.3-8.1-3.6c-.4-.4-.3-1 .1-1.4s1-.3 1.4.1C27 31 29.5 32 32 32s4.9-1.1 6.7-2.9c.4-.4 1-.4 1.4-.1c.4.4.4 1 .1 1.4C38 32.6 35 34 31.9 34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="31.9" cy="45" r="17" fill="#d0d0d0"/><path fill="#fff" d="M31.9 30c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15"/><circle cx="31.9" cy="25.5" r="13" fill="#d0d0d0"/><path fill="#fff" d="M31.9 14.5c-6.1 0-11 4.9-11 11s4.9 11 11 11s11-4.9 11-11c0-6-4.9-11-11-11"/><circle cx="31.9" cy="26.4" r="2.5" fill="#ff8736"/><g fill="#3e4347"><circle cx="26.5" cy="21.8" r="2"/><circle cx="37.3" cy="21.8" r="2"/></g><g fill="#94989b"><ellipse cx="36.2" cy="14.5" rx="2.6" ry="10.1" transform="rotate(-65.001 36.154 14.527)"/><ellipse cx="40.3" cy="5.6" rx="1.9" ry="7.6" transform="rotate(-65.001 40.3 5.636)"/></g><path fill="#3e4347" d="M39.5 7.4c-3.5-1.7-6.1-3.7-6.1-4.7l-2.3 9.2c-.3.7 1.7 2.4 4.5 3.7s5.4 1.8 5.7 1.1L47 9c-.7.7-4 0-7.5-1.6"/><path fill="#89664c" d="m62 33.4l-5.8-1.7c1-1.1 2-2.1 3-3.2c.3-.4.4-.9 0-1.3c-.3-.3-1-.4-1.3 0c-1.4 1.5-2.7 2.9-4.1 4.4v-8.4H52v10.4L46.9 39c-.3.4-.4.9 0 1.3c.3.3 1 .4 1.3 0c1.9-2 3.8-4 5.6-6c.3-.3.6-.7.9-1l6.7 1.9zm-50 .1V23.1h-1.8v8.4c-1.4-1.5-2.7-2.9-4.1-4.4c-.3-.4-1-.3-1.3 0c-.4.4-.3.9 0 1.3c1 1.1 2 2.1 3 3.2L2 33.4l.5 1.8l6.7-1.9c.4.4.8.8 1.2 1.3l5.4 5.7c.3.4 1 .3 1.3 0c.4-.4.3-.9 0-1.3c-1.7-1.9-3.4-3.7-5.1-5.5"/><path fill="#3e4347" d="m30.3 46.3l-1.1-3.2l2.8-2l2.7 2l-1 3.2zm0 9.8l-1.1-3.2l2.8-2l2.7 2l-1 3.2zM31.9 34c-3.1 0-6-1.3-8.1-3.6c-.4-.4-.3-1 .1-1.4s1-.3 1.4.1C27 31 29.5 32 32 32s4.9-1.1 6.7-2.9c.4-.4 1-.4 1.4-.1c.4.4.4 1 .1 1.4C38 32.6 35 34 31.9 34"/></svg>
</template>

CSS

.icon-snowman-without-snow {
  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%2064%2064%22%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2245%22%20r%3D%2217%22%20fill%3D%22%23d0d0d0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.9%2030c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15%22%2F%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2225.5%22%20r%3D%2213%22%20fill%3D%22%23d0d0d0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.9%2014.5c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011s11-4.9%2011-11c0-6-4.9-11-11-11%22%2F%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2226.4%22%20r%3D%222.5%22%20fill%3D%22%23ff8736%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2221.8%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.3%22%20cy%3D%2221.8%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2394989b%22%3E%3Cellipse%20cx%3D%2236.2%22%20cy%3D%2214.5%22%20rx%3D%222.6%22%20ry%3D%2210.1%22%20transform%3D%22rotate(-65.001%2036.154%2014.527)%22%2F%3E%3Cellipse%20cx%3D%2240.3%22%20cy%3D%225.6%22%20rx%3D%221.9%22%20ry%3D%227.6%22%20transform%3D%22rotate(-65.001%2040.3%205.636)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M39.5%207.4c-3.5-1.7-6.1-3.7-6.1-4.7l-2.3%209.2c-.3.7%201.7%202.4%204.5%203.7s5.4%201.8%205.7%201.1L47%209c-.7.7-4%200-7.5-1.6%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22m62%2033.4l-5.8-1.7c1-1.1%202-2.1%203-3.2c.3-.4.4-.9%200-1.3c-.3-.3-1-.4-1.3%200c-1.4%201.5-2.7%202.9-4.1%204.4v-8.4H52v10.4L46.9%2039c-.3.4-.4.9%200%201.3c.3.3%201%20.4%201.3%200c1.9-2%203.8-4%205.6-6c.3-.3.6-.7.9-1l6.7%201.9zm-50%20.1V23.1h-1.8v8.4c-1.4-1.5-2.7-2.9-4.1-4.4c-.3-.4-1-.3-1.3%200c-.4.4-.3.9%200%201.3c1%201.1%202%202.1%203%203.2L2%2033.4l.5%201.8l6.7-1.9c.4.4.8.8%201.2%201.3l5.4%205.7c.3.4%201%20.3%201.3%200c.4-.4.3-.9%200-1.3c-1.7-1.9-3.4-3.7-5.1-5.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m30.3%2046.3l-1.1-3.2l2.8-2l2.7%202l-1%203.2zm0%209.8l-1.1-3.2l2.8-2l2.7%202l-1%203.2zM31.9%2034c-3.1%200-6-1.3-8.1-3.6c-.4-.4-.3-1%20.1-1.4s1-.3%201.4.1C27%2031%2029.5%2032%2032%2032s4.9-1.1%206.7-2.9c.4-.4%201-.4%201.4-.1c.4.4.4%201%20.1%201.4C38%2032.6%2035%2034%2031.9%2034%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%2064%2064%22%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2245%22%20r%3D%2217%22%20fill%3D%22%23d0d0d0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.9%2030c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15%22%2F%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2225.5%22%20r%3D%2213%22%20fill%3D%22%23d0d0d0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.9%2014.5c-6.1%200-11%204.9-11%2011s4.9%2011%2011%2011s11-4.9%2011-11c0-6-4.9-11-11-11%22%2F%3E%3Ccircle%20cx%3D%2231.9%22%20cy%3D%2226.4%22%20r%3D%222.5%22%20fill%3D%22%23ff8736%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2221.8%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.3%22%20cy%3D%2221.8%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2394989b%22%3E%3Cellipse%20cx%3D%2236.2%22%20cy%3D%2214.5%22%20rx%3D%222.6%22%20ry%3D%2210.1%22%20transform%3D%22rotate(-65.001%2036.154%2014.527)%22%2F%3E%3Cellipse%20cx%3D%2240.3%22%20cy%3D%225.6%22%20rx%3D%221.9%22%20ry%3D%227.6%22%20transform%3D%22rotate(-65.001%2040.3%205.636)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M39.5%207.4c-3.5-1.7-6.1-3.7-6.1-4.7l-2.3%209.2c-.3.7%201.7%202.4%204.5%203.7s5.4%201.8%205.7%201.1L47%209c-.7.7-4%200-7.5-1.6%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22m62%2033.4l-5.8-1.7c1-1.1%202-2.1%203-3.2c.3-.4.4-.9%200-1.3c-.3-.3-1-.4-1.3%200c-1.4%201.5-2.7%202.9-4.1%204.4v-8.4H52v10.4L46.9%2039c-.3.4-.4.9%200%201.3c.3.3%201%20.4%201.3%200c1.9-2%203.8-4%205.6-6c.3-.3.6-.7.9-1l6.7%201.9zm-50%20.1V23.1h-1.8v8.4c-1.4-1.5-2.7-2.9-4.1-4.4c-.3-.4-1-.3-1.3%200c-.4.4-.3.9%200%201.3c1%201.1%202%202.1%203%203.2L2%2033.4l.5%201.8l6.7-1.9c.4.4.8.8%201.2%201.3l5.4%205.7c.3.4%201%20.3%201.3%200c.4-.4.3-.9%200-1.3c-1.7-1.9-3.4-3.7-5.1-5.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m30.3%2046.3l-1.1-3.2l2.8-2l2.7%202l-1%203.2zm0%209.8l-1.1-3.2l2.8-2l2.7%202l-1%203.2zM31.9%2034c-3.1%200-6-1.3-8.1-3.6c-.4-.4-.3-1%20.1-1.4s1-.3%201.4.1C27%2031%2029.5%2032%2032%2032s4.9-1.1%206.7-2.9c.4-.4%201-.4%201.4-.1c.4.4.4%201%20.1%201.4C38%2032.6%2035%2034%2031.9%2034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/snowman-without-snow.svg?color=%231a73e8&size=48