snowman icon
snowman from Line Awesome by Icons8 · Line · Holiday · Apache-2.0 Free for personal and commercial use.
- Name
- snowman
- Set
- Line Awesome
- Style
- Line
- Category
- Holiday
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- snowman-solid
The same icon in other sets
snowmanEmoji One (Colored)snowmanFont Awesome 6 SolidsnowmanFont Awesome SolidsnowmanFluent EmojisnowmanFluent Emoji FlatsnowmanFluent Emoji High ContrastsnowmanIconParksnowmanIconPark OutlinesnowmanIconPark SolidsnowmanIconPark TwoTonesnowmanLucide LabsnowmanMaterial Design Iconssnowman-fillMingCute IconsnowmanNoto EmojisnowmanOpenMojisnowmanStreamline EmojissnowmanTabler IconssnowmanTwitter Emoji
Use the snowman icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.277 0-4.344.234-5.906.625c-.781.195-1.426.43-1.969.75S7 5.184 7 6v2.031c-.922.239-1.762.492-2.406.844c-.414.227-.77.48-1.063.813S3 10.492 3 11c0 .95.695 1.594 1.438 2.031c.41.242.902.469 1.437.656A11 11 0 0 0 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-1.523-.313-2.988-.875-4.313a8 8 0 0 0 1.438-.656C28.305 12.594 29 11.95 29 11c0-.508-.238-.98-.531-1.313s-.649-.585-1.063-.812c-.644-.352-1.484-.605-2.406-.844V6c0-.816-.582-1.305-1.125-1.625s-1.188-.555-1.969-.75C20.344 3.235 18.277 3 16 3m0 2c2.14 0 4.074.23 5.406.563c.664.167 1.203.375 1.469.53c.105.063.113.087.125.095v1.625c-.012.007-.02.03-.125.093c-.266.157-.805.364-1.469.532C20.074 8.77 18.141 9 16 9s-4.074-.23-5.406-.563c-.664-.167-1.203-.374-1.469-.53c-.105-.063-.113-.087-.125-.095V6.188c.012-.007.02-.03.125-.093c.266-.157.805-.364 1.469-.532C11.926 5.23 13.859 5 16 5M8.281 9.688a7.5 7.5 0 0 0 1.813.687c1.562.39 3.629.625 5.906.625s4.344-.234 5.906-.625c.711-.18 1.301-.379 1.813-.656h.062c1.172.261 2.098.601 2.657.906c.277.152.457.293.53.375c-.023.035-.113.14-.405.313c-.473.277-1.286.585-2.313.843c-2.059.516-5.004.844-8.25.844s-6.191-.328-8.25-.844c-1.027-.258-1.84-.566-2.313-.844c-.292-.171-.382-.277-.406-.312c.074-.082.254-.223.532-.375c.558-.305 1.484-.645 2.656-.906zm-.406 4.53c2.215.49 5.016.782 8.125.782s5.91-.293 8.125-.781C24.665 15.37 25 16.64 25 18c0 .566-.059 1.117-.156 1.656l-1.469-.593s-1.242-.493-2.625-1c-.691-.254-1.418-.524-2.063-.72C18.044 17.149 17.578 17 17 17c-1.645 0-3 1.355-3 3s1.355 3 3 3c.578 0 1.043-.148 1.688-.344c.644-.195 1.37-.465 2.062-.718c1.383-.508 2.625-1 2.625-1l1.281-.532A8.96 8.96 0 0 1 16 27c-4.984 0-9-4.016-9-9c0-1.355.336-2.629.875-3.781zM13 15c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3 4c-.027 0 .54.102 1.125.281c.586.18 1.266.41 1.938.657c.082.03.074.03.156.062c-.082.031-.074.031-.157.063c-.671.246-1.351.476-1.937.656S16.973 21 17 21c-.566 0-1-.434-1-1s.434-1 1-1m-2.813 3.844L12.75 24.25c2.336 2.336 6.164 2.336 8.5 0l-1.406-1.406a3.984 3.984 0 0 1-5.657 0"/></svg>
React
import type { SVGProps } from "react";
export function LaSnowman(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.277 0-4.344.234-5.906.625c-.781.195-1.426.43-1.969.75S7 5.184 7 6v2.031c-.922.239-1.762.492-2.406.844c-.414.227-.77.48-1.063.813S3 10.492 3 11c0 .95.695 1.594 1.438 2.031c.41.242.902.469 1.437.656A11 11 0 0 0 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-1.523-.313-2.988-.875-4.313a8 8 0 0 0 1.438-.656C28.305 12.594 29 11.95 29 11c0-.508-.238-.98-.531-1.313s-.649-.585-1.063-.812c-.644-.352-1.484-.605-2.406-.844V6c0-.816-.582-1.305-1.125-1.625s-1.188-.555-1.969-.75C20.344 3.235 18.277 3 16 3m0 2c2.14 0 4.074.23 5.406.563c.664.167 1.203.375 1.469.53c.105.063.113.087.125.095v1.625c-.012.007-.02.03-.125.093c-.266.157-.805.364-1.469.532C20.074 8.77 18.141 9 16 9s-4.074-.23-5.406-.563c-.664-.167-1.203-.374-1.469-.53c-.105-.063-.113-.087-.125-.095V6.188c.012-.007.02-.03.125-.093c.266-.157.805-.364 1.469-.532C11.926 5.23 13.859 5 16 5M8.281 9.688a7.5 7.5 0 0 0 1.813.687c1.562.39 3.629.625 5.906.625s4.344-.234 5.906-.625c.711-.18 1.301-.379 1.813-.656h.062c1.172.261 2.098.601 2.657.906c.277.152.457.293.53.375c-.023.035-.113.14-.405.313c-.473.277-1.286.585-2.313.843c-2.059.516-5.004.844-8.25.844s-6.191-.328-8.25-.844c-1.027-.258-1.84-.566-2.313-.844c-.292-.171-.382-.277-.406-.312c.074-.082.254-.223.532-.375c.558-.305 1.484-.645 2.656-.906zm-.406 4.53c2.215.49 5.016.782 8.125.782s5.91-.293 8.125-.781C24.665 15.37 25 16.64 25 18c0 .566-.059 1.117-.156 1.656l-1.469-.593s-1.242-.493-2.625-1c-.691-.254-1.418-.524-2.063-.72C18.044 17.149 17.578 17 17 17c-1.645 0-3 1.355-3 3s1.355 3 3 3c.578 0 1.043-.148 1.688-.344c.644-.195 1.37-.465 2.062-.718c1.383-.508 2.625-1 2.625-1l1.281-.532A8.96 8.96 0 0 1 16 27c-4.984 0-9-4.016-9-9c0-1.355.336-2.629.875-3.781zM13 15c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3 4c-.027 0 .54.102 1.125.281c.586.18 1.266.41 1.938.657c.082.03.074.03.156.062c-.082.031-.074.031-.157.063c-.671.246-1.351.476-1.937.656S16.973 21 17 21c-.566 0-1-.434-1-1s.434-1 1-1m-2.813 3.844L12.75 24.25c2.336 2.336 6.164 2.336 8.5 0l-1.406-1.406a3.984 3.984 0 0 1-5.657 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-2.277 0-4.344.234-5.906.625c-.781.195-1.426.43-1.969.75S7 5.184 7 6v2.031c-.922.239-1.762.492-2.406.844c-.414.227-.77.48-1.063.813S3 10.492 3 11c0 .95.695 1.594 1.438 2.031c.41.242.902.469 1.437.656A11 11 0 0 0 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-1.523-.313-2.988-.875-4.313a8 8 0 0 0 1.438-.656C28.305 12.594 29 11.95 29 11c0-.508-.238-.98-.531-1.313s-.649-.585-1.063-.812c-.644-.352-1.484-.605-2.406-.844V6c0-.816-.582-1.305-1.125-1.625s-1.188-.555-1.969-.75C20.344 3.235 18.277 3 16 3m0 2c2.14 0 4.074.23 5.406.563c.664.167 1.203.375 1.469.53c.105.063.113.087.125.095v1.625c-.012.007-.02.03-.125.093c-.266.157-.805.364-1.469.532C20.074 8.77 18.141 9 16 9s-4.074-.23-5.406-.563c-.664-.167-1.203-.374-1.469-.53c-.105-.063-.113-.087-.125-.095V6.188c.012-.007.02-.03.125-.093c.266-.157.805-.364 1.469-.532C11.926 5.23 13.859 5 16 5M8.281 9.688a7.5 7.5 0 0 0 1.813.687c1.562.39 3.629.625 5.906.625s4.344-.234 5.906-.625c.711-.18 1.301-.379 1.813-.656h.062c1.172.261 2.098.601 2.657.906c.277.152.457.293.53.375c-.023.035-.113.14-.405.313c-.473.277-1.286.585-2.313.843c-2.059.516-5.004.844-8.25.844s-6.191-.328-8.25-.844c-1.027-.258-1.84-.566-2.313-.844c-.292-.171-.382-.277-.406-.312c.074-.082.254-.223.532-.375c.558-.305 1.484-.645 2.656-.906zm-.406 4.53c2.215.49 5.016.782 8.125.782s5.91-.293 8.125-.781C24.665 15.37 25 16.64 25 18c0 .566-.059 1.117-.156 1.656l-1.469-.593s-1.242-.493-2.625-1c-.691-.254-1.418-.524-2.063-.72C18.044 17.149 17.578 17 17 17c-1.645 0-3 1.355-3 3s1.355 3 3 3c.578 0 1.043-.148 1.688-.344c.644-.195 1.37-.465 2.062-.718c1.383-.508 2.625-1 2.625-1l1.281-.532A8.96 8.96 0 0 1 16 27c-4.984 0-9-4.016-9-9c0-1.355.336-2.629.875-3.781zM13 15c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3 4c-.027 0 .54.102 1.125.281c.586.18 1.266.41 1.938.657c.082.03.074.03.156.062c-.082.031-.074.031-.157.063c-.671.246-1.351.476-1.937.656S16.973 21 17 21c-.566 0-1-.434-1-1s.434-1 1-1m-2.813 3.844L12.75 24.25c2.336 2.336 6.164 2.336 8.5 0l-1.406-1.406a3.984 3.984 0 0 1-5.657 0"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.277%200-4.344.234-5.906.625c-.781.195-1.426.43-1.969.75S7%205.184%207%206v2.031c-.922.239-1.762.492-2.406.844c-.414.227-.77.48-1.063.813S3%2010.492%203%2011c0%20.95.695%201.594%201.438%202.031c.41.242.902.469%201.437.656A11%2011%200%200%200%205%2018c0%206.063%204.938%2011%2011%2011s11-4.938%2011-11c0-1.523-.313-2.988-.875-4.313a8%208%200%200%200%201.438-.656C28.305%2012.594%2029%2011.95%2029%2011c0-.508-.238-.98-.531-1.313s-.649-.585-1.063-.812c-.644-.352-1.484-.605-2.406-.844V6c0-.816-.582-1.305-1.125-1.625s-1.188-.555-1.969-.75C20.344%203.235%2018.277%203%2016%203m0%202c2.14%200%204.074.23%205.406.563c.664.167%201.203.375%201.469.53c.105.063.113.087.125.095v1.625c-.012.007-.02.03-.125.093c-.266.157-.805.364-1.469.532C20.074%208.77%2018.141%209%2016%209s-4.074-.23-5.406-.563c-.664-.167-1.203-.374-1.469-.53c-.105-.063-.113-.087-.125-.095V6.188c.012-.007.02-.03.125-.093c.266-.157.805-.364%201.469-.532C11.926%205.23%2013.859%205%2016%205M8.281%209.688a7.5%207.5%200%200%200%201.813.687c1.562.39%203.629.625%205.906.625s4.344-.234%205.906-.625c.711-.18%201.301-.379%201.813-.656h.062c1.172.261%202.098.601%202.657.906c.277.152.457.293.53.375c-.023.035-.113.14-.405.313c-.473.277-1.286.585-2.313.843c-2.059.516-5.004.844-8.25.844s-6.191-.328-8.25-.844c-1.027-.258-1.84-.566-2.313-.844c-.292-.171-.382-.277-.406-.312c.074-.082.254-.223.532-.375c.558-.305%201.484-.645%202.656-.906zm-.406%204.53c2.215.49%205.016.782%208.125.782s5.91-.293%208.125-.781C24.665%2015.37%2025%2016.64%2025%2018c0%20.566-.059%201.117-.156%201.656l-1.469-.593s-1.242-.493-2.625-1c-.691-.254-1.418-.524-2.063-.72C18.044%2017.149%2017.578%2017%2017%2017c-1.645%200-3%201.355-3%203s1.355%203%203%203c.578%200%201.043-.148%201.688-.344c.644-.195%201.37-.465%202.062-.718c1.383-.508%202.625-1%202.625-1l1.281-.532A8.96%208.96%200%200%201%2016%2027c-4.984%200-9-4.016-9-9c0-1.355.336-2.629.875-3.781zM13%2015c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m7%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-3%204c-.027%200%20.54.102%201.125.281c.586.18%201.266.41%201.938.657c.082.03.074.03.156.062c-.082.031-.074.031-.157.063c-.671.246-1.351.476-1.937.656S16.973%2021%2017%2021c-.566%200-1-.434-1-1s.434-1%201-1m-2.813%203.844L12.75%2024.25c2.336%202.336%206.164%202.336%208.5%200l-1.406-1.406a3.984%203.984%200%200%201-5.657%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-2.277%200-4.344.234-5.906.625c-.781.195-1.426.43-1.969.75S7%205.184%207%206v2.031c-.922.239-1.762.492-2.406.844c-.414.227-.77.48-1.063.813S3%2010.492%203%2011c0%20.95.695%201.594%201.438%202.031c.41.242.902.469%201.437.656A11%2011%200%200%200%205%2018c0%206.063%204.938%2011%2011%2011s11-4.938%2011-11c0-1.523-.313-2.988-.875-4.313a8%208%200%200%200%201.438-.656C28.305%2012.594%2029%2011.95%2029%2011c0-.508-.238-.98-.531-1.313s-.649-.585-1.063-.812c-.644-.352-1.484-.605-2.406-.844V6c0-.816-.582-1.305-1.125-1.625s-1.188-.555-1.969-.75C20.344%203.235%2018.277%203%2016%203m0%202c2.14%200%204.074.23%205.406.563c.664.167%201.203.375%201.469.53c.105.063.113.087.125.095v1.625c-.012.007-.02.03-.125.093c-.266.157-.805.364-1.469.532C20.074%208.77%2018.141%209%2016%209s-4.074-.23-5.406-.563c-.664-.167-1.203-.374-1.469-.53c-.105-.063-.113-.087-.125-.095V6.188c.012-.007.02-.03.125-.093c.266-.157.805-.364%201.469-.532C11.926%205.23%2013.859%205%2016%205M8.281%209.688a7.5%207.5%200%200%200%201.813.687c1.562.39%203.629.625%205.906.625s4.344-.234%205.906-.625c.711-.18%201.301-.379%201.813-.656h.062c1.172.261%202.098.601%202.657.906c.277.152.457.293.53.375c-.023.035-.113.14-.405.313c-.473.277-1.286.585-2.313.843c-2.059.516-5.004.844-8.25.844s-6.191-.328-8.25-.844c-1.027-.258-1.84-.566-2.313-.844c-.292-.171-.382-.277-.406-.312c.074-.082.254-.223.532-.375c.558-.305%201.484-.645%202.656-.906zm-.406%204.53c2.215.49%205.016.782%208.125.782s5.91-.293%208.125-.781C24.665%2015.37%2025%2016.64%2025%2018c0%20.566-.059%201.117-.156%201.656l-1.469-.593s-1.242-.493-2.625-1c-.691-.254-1.418-.524-2.063-.72C18.044%2017.149%2017.578%2017%2017%2017c-1.645%200-3%201.355-3%203s1.355%203%203%203c.578%200%201.043-.148%201.688-.344c.644-.195%201.37-.465%202.062-.718c1.383-.508%202.625-1%202.625-1l1.281-.532A8.96%208.96%200%200%201%2016%2027c-4.984%200-9-4.016-9-9c0-1.355.336-2.629.875-3.781zM13%2015c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m7%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-3%204c-.027%200%20.54.102%201.125.281c.586.18%201.266.41%201.938.657c.082.03.074.03.156.062c-.082.031-.074.031-.157.063c-.671.246-1.351.476-1.937.656S16.973%2021%2017%2021c-.566%200-1-.434-1-1s.434-1%201-1m-2.813%203.844L12.75%2024.25c2.336%202.336%206.164%202.336%208.5%200l-1.406-1.406a3.984%203.984%200%200%201-5.657%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/snowman.svg?color=%231a73e8&size=48