nail polish icon

nail-polish from IconPark by ByteDance · Color · Makeups · Apache-2.0 Free for personal and commercial use.

Name
nail-polish
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 nail polish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-width="4" d="M18.8951 5.88906C18.9539 4.82923 19.8305 4 20.892 4H27.108C28.1695 4 29.0461 4.82923 29.1049 5.88906L29.8827 19.8891C29.9464 21.0355 29.034 22 27.8858 22H20.1142C18.966 22 18.0536 21.0355 18.1173 19.8891L18.8951 5.88906Z"/><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M11 28C11 24.6863 13.6863 22 17 22H31C34.3137 22 37 24.6863 37 28V41C37 42.6569 35.6569 44 34 44H14C12.3431 44 11 42.6569 11 41V28Z"/><circle cx="24" cy="33" r="3" fill="#fff"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkNailPolish(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 stroke="#000" strokeWidth="4" d="M18.8951 5.88906C18.9539 4.82923 19.8305 4 20.892 4H27.108C28.1695 4 29.0461 4.82923 29.1049 5.88906L29.8827 19.8891C29.9464 21.0355 29.034 22 27.8858 22H20.1142C18.966 22 18.0536 21.0355 18.1173 19.8891L18.8951 5.88906Z"/><path fill="#2F88FF" stroke="#000" strokeWidth="4" d="M11 28C11 24.6863 13.6863 22 17 22H31C34.3137 22 37 24.6863 37 28V41C37 42.6569 35.6569 44 34 44H14C12.3431 44 11 42.6569 11 41V28Z"/><circle cx="24" cy="33" r="3" fill="#fff"/></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 stroke="#000" stroke-width="4" d="M18.8951 5.88906C18.9539 4.82923 19.8305 4 20.892 4H27.108C28.1695 4 29.0461 4.82923 29.1049 5.88906L29.8827 19.8891C29.9464 21.0355 29.034 22 27.8858 22H20.1142C18.966 22 18.0536 21.0355 18.1173 19.8891L18.8951 5.88906Z"/><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M11 28C11 24.6863 13.6863 22 17 22H31C34.3137 22 37 24.6863 37 28V41C37 42.6569 35.6569 44 34 44H14C12.3431 44 11 42.6569 11 41V28Z"/><circle cx="24" cy="33" r="3" fill="#fff"/></g></svg>
</template>

CSS

.icon-nail-polish {
  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%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M18.8951%205.88906C18.9539%204.82923%2019.8305%204%2020.892%204H27.108C28.1695%204%2029.0461%204.82923%2029.1049%205.88906L29.8827%2019.8891C29.9464%2021.0355%2029.034%2022%2027.8858%2022H20.1142C18.966%2022%2018.0536%2021.0355%2018.1173%2019.8891L18.8951%205.88906Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M11%2028C11%2024.6863%2013.6863%2022%2017%2022H31C34.3137%2022%2037%2024.6863%2037%2028V41C37%2042.6569%2035.6569%2044%2034%2044H14C12.3431%2044%2011%2042.6569%2011%2041V28Z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2233%22%20r%3D%223%22%20fill%3D%22%23fff%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%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M18.8951%205.88906C18.9539%204.82923%2019.8305%204%2020.892%204H27.108C28.1695%204%2029.0461%204.82923%2029.1049%205.88906L29.8827%2019.8891C29.9464%2021.0355%2029.034%2022%2027.8858%2022H20.1142C18.966%2022%2018.0536%2021.0355%2018.1173%2019.8891L18.8951%205.88906Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M11%2028C11%2024.6863%2013.6863%2022%2017%2022H31C34.3137%2022%2037%2024.6863%2037%2028V41C37%2042.6569%2035.6569%2044%2034%2044H14C12.3431%2044%2011%2042.6569%2011%2041V28Z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2233%22%20r%3D%223%22%20fill%3D%22%23fff%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/nail-polish.svg?color=%231a73e8&size=48