powder icon
powder from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- powder
- Set
- IconPark
- Style
- Color
- Category
- Baby
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More baby icons from IconPark
Use the powder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M44 40V20C44 18.3431 42.6569 17 41 17H35.715C34.1737 17 32.8226 18.2428 31.7911 19.388C30.6326 20.6742 28.3769 22 24 22C19.6231 22 17.3674 20.6742 16.2089 19.388C15.1774 18.2428 13.8263 17 12.285 17H7C5.34315 17 4 18.3431 4 20V40C4 41.6569 5.34315 43 7 43H41C42.6569 43 44 41.6569 44 40Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 17C33 19.7614 28.9706 22 24 22C19.0294 22 15 19.7614 15 17"/><ellipse cx="24" cy="10" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="9" ry="5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 17V10"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15 17V10"/><ellipse cx="27" cy="10" fill="#000" rx="2" ry="1"/><ellipse cx="21" cy="10" fill="#000" rx="2" ry="1"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPowder(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M44 40V20C44 18.3431 42.6569 17 41 17H35.715C34.1737 17 32.8226 18.2428 31.7911 19.388C30.6326 20.6742 28.3769 22 24 22C19.6231 22 17.3674 20.6742 16.2089 19.388C15.1774 18.2428 13.8263 17 12.285 17H7C5.34315 17 4 18.3431 4 20V40C4 41.6569 5.34315 43 7 43H41C42.6569 43 44 41.6569 44 40Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33 17C33 19.7614 28.9706 22 24 22C19.0294 22 15 19.7614 15 17"/><ellipse cx="24" cy="10" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="9" ry="5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M33 17V10"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M15 17V10"/><ellipse cx="27" cy="10" fill="#000" rx="2" ry="1"/><ellipse cx="21" cy="10" fill="#000" rx="2" ry="1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M44 40V20C44 18.3431 42.6569 17 41 17H35.715C34.1737 17 32.8226 18.2428 31.7911 19.388C30.6326 20.6742 28.3769 22 24 22C19.6231 22 17.3674 20.6742 16.2089 19.388C15.1774 18.2428 13.8263 17 12.285 17H7C5.34315 17 4 18.3431 4 20V40C4 41.6569 5.34315 43 7 43H41C42.6569 43 44 41.6569 44 40Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 17C33 19.7614 28.9706 22 24 22C19.0294 22 15 19.7614 15 17"/><ellipse cx="24" cy="10" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="9" ry="5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M33 17V10"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M15 17V10"/><ellipse cx="27" cy="10" fill="#000" rx="2" ry="1"/><ellipse cx="21" cy="10" fill="#000" rx="2" ry="1"/></g></svg> </template>
CSS
.icon-powder {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2040V20C44%2018.3431%2042.6569%2017%2041%2017H35.715C34.1737%2017%2032.8226%2018.2428%2031.7911%2019.388C30.6326%2020.6742%2028.3769%2022%2024%2022C19.6231%2022%2017.3674%2020.6742%2016.2089%2019.388C15.1774%2018.2428%2013.8263%2017%2012.285%2017H7C5.34315%2017%204%2018.3431%204%2020V40C4%2041.6569%205.34315%2043%207%2043H41C42.6569%2043%2044%2041.6569%2044%2040Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2017C33%2019.7614%2028.9706%2022%2024%2022C19.0294%2022%2015%2019.7614%2015%2017%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2210%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%229%22%20ry%3D%225%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2017V10%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2017V10%22%2F%3E%3Cellipse%20cx%3D%2227%22%20cy%3D%2210%22%20fill%3D%22%23000%22%20rx%3D%222%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2221%22%20cy%3D%2210%22%20fill%3D%22%23000%22%20rx%3D%222%22%20ry%3D%221%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M44%2040V20C44%2018.3431%2042.6569%2017%2041%2017H35.715C34.1737%2017%2032.8226%2018.2428%2031.7911%2019.388C30.6326%2020.6742%2028.3769%2022%2024%2022C19.6231%2022%2017.3674%2020.6742%2016.2089%2019.388C15.1774%2018.2428%2013.8263%2017%2012.285%2017H7C5.34315%2017%204%2018.3431%204%2020V40C4%2041.6569%205.34315%2043%207%2043H41C42.6569%2043%2044%2041.6569%2044%2040Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2017C33%2019.7614%2028.9706%2022%2024%2022C19.0294%2022%2015%2019.7614%2015%2017%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2210%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%229%22%20ry%3D%225%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2017V10%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2017V10%22%2F%3E%3Cellipse%20cx%3D%2227%22%20cy%3D%2210%22%20fill%3D%22%23000%22%20rx%3D%222%22%20ry%3D%221%22%2F%3E%3Cellipse%20cx%3D%2221%22%20cy%3D%2210%22%20fill%3D%22%23000%22%20rx%3D%222%22%20ry%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/powder.svg?color=%231a73e8&size=48