lotion icon
lotion from IconPark by ByteDance · Color · Makeups · Apache-2.0 Free for personal and commercial use.
- Name
- lotion
- Set
- IconPark
- Style
- Color
- Category
- Makeups
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More makeups icons from IconPark
Use the lotion icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><rect width="14" height="7" x="17" y="37" fill="#2F88FF"/><path d="M36 4H12C12 4 12 12 13 21C14 30 17 37 17 37H31C31 37 34 30 35 21C36 12 36 4 36 4Z"/><path d="M20.643 21.8886C22.0743 20.0081 23.1776 17.4103 23.774 16C24.8177 17.4103 27.084 20.9484 27.7997 22.8288C28.6942 25.1793 26.4578 28 23.774 28C21.0903 28 18.8538 24.2391 20.643 21.8886Z"/><path d="M13 10L35 10"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkLotion(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" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><rect width="14" height="7" x="17" y="37" fill="#2F88FF"/><path d="M36 4H12C12 4 12 12 13 21C14 30 17 37 17 37H31C31 37 34 30 35 21C36 12 36 4 36 4Z"/><path d="M20.643 21.8886C22.0743 20.0081 23.1776 17.4103 23.774 16C24.8177 17.4103 27.084 20.9484 27.7997 22.8288C28.6942 25.1793 26.4578 28 23.774 28C21.0903 28 18.8538 24.2391 20.643 21.8886Z"/><path d="M13 10L35 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><rect width="14" height="7" x="17" y="37" fill="#2F88FF"/><path d="M36 4H12C12 4 12 12 13 21C14 30 17 37 17 37H31C31 37 34 30 35 21C36 12 36 4 36 4Z"/><path d="M20.643 21.8886C22.0743 20.0081 23.1776 17.4103 23.774 16C24.8177 17.4103 27.084 20.9484 27.7997 22.8288C28.6942 25.1793 26.4578 28 23.774 28C21.0903 28 18.8538 24.2391 20.643 21.8886Z"/><path d="M13 10L35 10"/></g></svg> </template>
CSS
.icon-lotion {
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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2214%22%20height%3D%227%22%20x%3D%2217%22%20y%3D%2237%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20d%3D%22M36%204H12C12%204%2012%2012%2013%2021C14%2030%2017%2037%2017%2037H31C31%2037%2034%2030%2035%2021C36%2012%2036%204%2036%204Z%22%2F%3E%3Cpath%20d%3D%22M20.643%2021.8886C22.0743%2020.0081%2023.1776%2017.4103%2023.774%2016C24.8177%2017.4103%2027.084%2020.9484%2027.7997%2022.8288C28.6942%2025.1793%2026.4578%2028%2023.774%2028C21.0903%2028%2018.8538%2024.2391%2020.643%2021.8886Z%22%2F%3E%3Cpath%20d%3D%22M13%2010L35%2010%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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2214%22%20height%3D%227%22%20x%3D%2217%22%20y%3D%2237%22%20fill%3D%22%232F88FF%22%2F%3E%3Cpath%20d%3D%22M36%204H12C12%204%2012%2012%2013%2021C14%2030%2017%2037%2017%2037H31C31%2037%2034%2030%2035%2021C36%2012%2036%204%2036%204Z%22%2F%3E%3Cpath%20d%3D%22M20.643%2021.8886C22.0743%2020.0081%2023.1776%2017.4103%2023.774%2016C24.8177%2017.4103%2027.084%2020.9484%2027.7997%2022.8288C28.6942%2025.1793%2026.4578%2028%2023.774%2028C21.0903%2028%2018.8538%2024.2391%2020.643%2021.8886Z%22%2F%3E%3Cpath%20d%3D%22M13%2010L35%2010%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/lotion.svg?color=%231a73e8&size=48