snowman icon
snowman from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.
- Name
- snowman
- Set
- Material Design Icons
- Style
- Filled
- Category
- Holiday
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
snowmanEmoji One (Colored)snowmanFont Awesome 6 SolidsnowmanFont Awesome SolidsnowmanFluent EmojisnowmanFluent Emoji FlatsnowmanFluent Emoji High ContrastsnowmanIconParksnowmanIconPark OutlinesnowmanIconPark SolidsnowmanIconPark TwoTonesnowmanLine AwesomesnowmanLucide Labsnowman-fillMingCute IconsnowmanNoto EmojisnowmanOpenMojisnowmanStreamline EmojissnowmanTabler IconssnowmanTwitter Emoji
More holiday icons from Material Design Icons
Use the snowman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 17a5 5 0 0 1-5 5a5 5 0 0 1-5-5c0-1.5.65-2.83 1.69-3.75C8.26 12.61 8 11.83 8 11v-.41L5.04 8.87l-.21-.16l-2.54.68l-.26-.96l2.21-.59l-1.98-1.15l.5-.87l1.98 1.15l-.59-2.22l.96-.25l.69 2.54l.24.1l2.69 1.55a3.9 3.9 0 0 1 1.49-1.27C9.5 6.87 9 6 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1-.5 1.87-1.22 2.42c.6.29 1.11.73 1.49 1.27l2.69-1.55l.24-.1l.69-2.54l.96.25l-.59 2.22l1.98-1.15l.5.87l-1.98 1.15l2.21.59l-.26.96l-2.54-.68l-.21.16L16 10.59V11c0 .83-.26 1.61-.69 2.25C16.35 14.17 17 15.5 17 17"/></svg>
React
import type { SVGProps } from "react";
export function MdiSnowman(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 17a5 5 0 0 1-5 5a5 5 0 0 1-5-5c0-1.5.65-2.83 1.69-3.75C8.26 12.61 8 11.83 8 11v-.41L5.04 8.87l-.21-.16l-2.54.68l-.26-.96l2.21-.59l-1.98-1.15l.5-.87l1.98 1.15l-.59-2.22l.96-.25l.69 2.54l.24.1l2.69 1.55a3.9 3.9 0 0 1 1.49-1.27C9.5 6.87 9 6 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1-.5 1.87-1.22 2.42c.6.29 1.11.73 1.49 1.27l2.69-1.55l.24-.1l.69-2.54l.96.25l-.59 2.22l1.98-1.15l.5.87l-1.98 1.15l2.21.59l-.26.96l-2.54-.68l-.21.16L16 10.59V11c0 .83-.26 1.61-.69 2.25C16.35 14.17 17 15.5 17 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 17a5 5 0 0 1-5 5a5 5 0 0 1-5-5c0-1.5.65-2.83 1.69-3.75C8.26 12.61 8 11.83 8 11v-.41L5.04 8.87l-.21-.16l-2.54.68l-.26-.96l2.21-.59l-1.98-1.15l.5-.87l1.98 1.15l-.59-2.22l.96-.25l.69 2.54l.24.1l2.69 1.55a3.9 3.9 0 0 1 1.49-1.27C9.5 6.87 9 6 9 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1-.5 1.87-1.22 2.42c.6.29 1.11.73 1.49 1.27l2.69-1.55l.24-.1l.69-2.54l.96.25l-.59 2.22l1.98-1.15l.5.87l-1.98 1.15l2.21.59l-.26.96l-2.54-.68l-.21.16L16 10.59V11c0 .83-.26 1.61-.69 2.25C16.35 14.17 17 15.5 17 17"/></svg> </template>
CSS
.icon-snowman {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2017a5%205%200%200%201-5%205a5%205%200%200%201-5-5c0-1.5.65-2.83%201.69-3.75C8.26%2012.61%208%2011.83%208%2011v-.41L5.04%208.87l-.21-.16l-2.54.68l-.26-.96l2.21-.59l-1.98-1.15l.5-.87l1.98%201.15l-.59-2.22l.96-.25l.69%202.54l.24.1l2.69%201.55a3.9%203.9%200%200%201%201.49-1.27C9.5%206.87%209%206%209%205a3%203%200%200%201%203-3a3%203%200%200%201%203%203c0%201-.5%201.87-1.22%202.42c.6.29%201.11.73%201.49%201.27l2.69-1.55l.24-.1l.69-2.54l.96.25l-.59%202.22l1.98-1.15l.5.87l-1.98%201.15l2.21.59l-.26.96l-2.54-.68l-.21.16L16%2010.59V11c0%20.83-.26%201.61-.69%202.25C16.35%2014.17%2017%2015.5%2017%2017%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2017a5%205%200%200%201-5%205a5%205%200%200%201-5-5c0-1.5.65-2.83%201.69-3.75C8.26%2012.61%208%2011.83%208%2011v-.41L5.04%208.87l-.21-.16l-2.54.68l-.26-.96l2.21-.59l-1.98-1.15l.5-.87l1.98%201.15l-.59-2.22l.96-.25l.69%202.54l.24.1l2.69%201.55a3.9%203.9%200%200%201%201.49-1.27C9.5%206.87%209%206%209%205a3%203%200%200%201%203-3a3%203%200%200%201%203%203c0%201-.5%201.87-1.22%202.42c.6.29%201.11.73%201.49%201.27l2.69-1.55l.24-.1l.69-2.54l.96.25l-.59%202.22l1.98-1.15l.5.87l-1.98%201.15l2.21.59l-.26.96l-2.54-.68l-.21.16L16%2010.59V11c0%20.83-.26%201.61-.69%202.25C16.35%2014.17%2017%2015.5%2017%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/snowman.svg?color=%231a73e8&size=48