lotion bottle emoji

lotion-bottle from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
lotion-bottle
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0
Aliases
squeeze-bottle

The same emoji in other sets

More objects icons from Noto Emoji

Use the lotion bottle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fe8d8" d="M96 78.61c-2.54-21.43-9.49-39.07-9.49-39.07h-.09c-.95-3.91-10.36-6.99-21.84-6.99c-.19 0-.38.01-.58.01c-.19 0-.38-.01-.58-.01c-11.48 0-20.88 3.07-21.84 6.99h-.09S34.54 57.18 32 78.61c-2.53 21.35-3.61 34.42 1.95 39.83C37.67 122.06 53.54 124 64 124s26.33-1.94 30.05-5.56c5.56-5.41 4.48-18.48 1.95-39.83"/><path fill="#78909c" d="M63.56 19.37c-6.49 0-11.76 1.09-11.76 2.43v13.73c0 1.34 5.27 2.43 11.76 2.43s11.76-1.09 11.76-2.43V21.81c0-1.35-5.27-2.44-11.76-2.44"/><path fill="#78909c" d="M67.27 21.19s-1.31.62-3.84.62c-2.54 0-3.84-.62-3.84-.62V10.06h7.69v11.13z"/><path fill="#546e7a" d="M63.01 17.2c-3.59-1.4-3.43-3.36-3.43-3.36v-1.89h7.69v5.9s-1.17.55-4.26-.65"/><path fill="#78909c" d="M53.51 4.87L52.46 7.4c-.27.66.06 1.32.62 1.77c1.93 1.54 5.72 3.49 9.56 3.49c11.03 0 13.08-2.7 17.04-2.87c3.38-.15 5.96.86 7.31 1.21c.44.11.91-.07 1.16-.45l1.76-2.68c.37-.56.14-1.31-.47-1.57c-1.9-.8-5.9-2.22-10.17-2.22c-7.43 0-10.82 1.66-15.42 1.48c-3.04-.11-6.76-.96-8.64-1.51c-.7-.2-1.42.16-1.7.82"/><path fill="#a7ffeb" d="m57.94 25.79l-.67-.09c-.91-.14-1.84-.37-2.62-.86c-.58-.37-1.09-.9-1.35-1.55c-.26-.63-.03-1.17.73-.96c1.61.44 3.2.84 4.84 1.13c1.44.25 2.92.17 4.38.18c.39 0 .96.23.71.73c-.09.19-.28.32-.46.43c-1.75 1.02-3.62 1.21-5.56.99" opacity=".75"/><path fill="#a7ffeb" d="M40.91 70.29c-.98.02-1.32-2.58-1.01-6.51c.54-7.03 1.68-12.3 4.59-18.73c1.87-4.14 8.5-3.19 6.72 1.17c-4.23 10.38-5.82 14.49-7.16 18.42c-1.2 3.55-1.91 5.62-3.14 5.65"/><path fill="#fff" d="M50.61 82.5c-.02-7.53 7.96-19.22 11.79-24.16c.99-1.28 2.08-1.36 3.02-.04c3.69 5.18 11.98 16.25 11.98 24.2c0 7.4-6 13.4-13.4 13.4s-13.37-6.01-13.39-13.4"/></svg>

React

import type { SVGProps } from "react";

export function NotoLotionBottle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fe8d8" d="M96 78.61c-2.54-21.43-9.49-39.07-9.49-39.07h-.09c-.95-3.91-10.36-6.99-21.84-6.99c-.19 0-.38.01-.58.01c-.19 0-.38-.01-.58-.01c-11.48 0-20.88 3.07-21.84 6.99h-.09S34.54 57.18 32 78.61c-2.53 21.35-3.61 34.42 1.95 39.83C37.67 122.06 53.54 124 64 124s26.33-1.94 30.05-5.56c5.56-5.41 4.48-18.48 1.95-39.83"/><path fill="#78909c" d="M63.56 19.37c-6.49 0-11.76 1.09-11.76 2.43v13.73c0 1.34 5.27 2.43 11.76 2.43s11.76-1.09 11.76-2.43V21.81c0-1.35-5.27-2.44-11.76-2.44"/><path fill="#78909c" d="M67.27 21.19s-1.31.62-3.84.62c-2.54 0-3.84-.62-3.84-.62V10.06h7.69v11.13z"/><path fill="#546e7a" d="M63.01 17.2c-3.59-1.4-3.43-3.36-3.43-3.36v-1.89h7.69v5.9s-1.17.55-4.26-.65"/><path fill="#78909c" d="M53.51 4.87L52.46 7.4c-.27.66.06 1.32.62 1.77c1.93 1.54 5.72 3.49 9.56 3.49c11.03 0 13.08-2.7 17.04-2.87c3.38-.15 5.96.86 7.31 1.21c.44.11.91-.07 1.16-.45l1.76-2.68c.37-.56.14-1.31-.47-1.57c-1.9-.8-5.9-2.22-10.17-2.22c-7.43 0-10.82 1.66-15.42 1.48c-3.04-.11-6.76-.96-8.64-1.51c-.7-.2-1.42.16-1.7.82"/><path fill="#a7ffeb" d="m57.94 25.79l-.67-.09c-.91-.14-1.84-.37-2.62-.86c-.58-.37-1.09-.9-1.35-1.55c-.26-.63-.03-1.17.73-.96c1.61.44 3.2.84 4.84 1.13c1.44.25 2.92.17 4.38.18c.39 0 .96.23.71.73c-.09.19-.28.32-.46.43c-1.75 1.02-3.62 1.21-5.56.99" opacity=".75"/><path fill="#a7ffeb" d="M40.91 70.29c-.98.02-1.32-2.58-1.01-6.51c.54-7.03 1.68-12.3 4.59-18.73c1.87-4.14 8.5-3.19 6.72 1.17c-4.23 10.38-5.82 14.49-7.16 18.42c-1.2 3.55-1.91 5.62-3.14 5.65"/><path fill="#fff" d="M50.61 82.5c-.02-7.53 7.96-19.22 11.79-24.16c.99-1.28 2.08-1.36 3.02-.04c3.69 5.18 11.98 16.25 11.98 24.2c0 7.4-6 13.4-13.4 13.4s-13.37-6.01-13.39-13.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#4fe8d8" d="M96 78.61c-2.54-21.43-9.49-39.07-9.49-39.07h-.09c-.95-3.91-10.36-6.99-21.84-6.99c-.19 0-.38.01-.58.01c-.19 0-.38-.01-.58-.01c-11.48 0-20.88 3.07-21.84 6.99h-.09S34.54 57.18 32 78.61c-2.53 21.35-3.61 34.42 1.95 39.83C37.67 122.06 53.54 124 64 124s26.33-1.94 30.05-5.56c5.56-5.41 4.48-18.48 1.95-39.83"/><path fill="#78909c" d="M63.56 19.37c-6.49 0-11.76 1.09-11.76 2.43v13.73c0 1.34 5.27 2.43 11.76 2.43s11.76-1.09 11.76-2.43V21.81c0-1.35-5.27-2.44-11.76-2.44"/><path fill="#78909c" d="M67.27 21.19s-1.31.62-3.84.62c-2.54 0-3.84-.62-3.84-.62V10.06h7.69v11.13z"/><path fill="#546e7a" d="M63.01 17.2c-3.59-1.4-3.43-3.36-3.43-3.36v-1.89h7.69v5.9s-1.17.55-4.26-.65"/><path fill="#78909c" d="M53.51 4.87L52.46 7.4c-.27.66.06 1.32.62 1.77c1.93 1.54 5.72 3.49 9.56 3.49c11.03 0 13.08-2.7 17.04-2.87c3.38-.15 5.96.86 7.31 1.21c.44.11.91-.07 1.16-.45l1.76-2.68c.37-.56.14-1.31-.47-1.57c-1.9-.8-5.9-2.22-10.17-2.22c-7.43 0-10.82 1.66-15.42 1.48c-3.04-.11-6.76-.96-8.64-1.51c-.7-.2-1.42.16-1.7.82"/><path fill="#a7ffeb" d="m57.94 25.79l-.67-.09c-.91-.14-1.84-.37-2.62-.86c-.58-.37-1.09-.9-1.35-1.55c-.26-.63-.03-1.17.73-.96c1.61.44 3.2.84 4.84 1.13c1.44.25 2.92.17 4.38.18c.39 0 .96.23.71.73c-.09.19-.28.32-.46.43c-1.75 1.02-3.62 1.21-5.56.99" opacity=".75"/><path fill="#a7ffeb" d="M40.91 70.29c-.98.02-1.32-2.58-1.01-6.51c.54-7.03 1.68-12.3 4.59-18.73c1.87-4.14 8.5-3.19 6.72 1.17c-4.23 10.38-5.82 14.49-7.16 18.42c-1.2 3.55-1.91 5.62-3.14 5.65"/><path fill="#fff" d="M50.61 82.5c-.02-7.53 7.96-19.22 11.79-24.16c.99-1.28 2.08-1.36 3.02-.04c3.69 5.18 11.98 16.25 11.98 24.2c0 7.4-6 13.4-13.4 13.4s-13.37-6.01-13.39-13.4"/></svg>
</template>

CSS

.icon-lotion-bottle {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%234fe8d8%22%20d%3D%22M96%2078.61c-2.54-21.43-9.49-39.07-9.49-39.07h-.09c-.95-3.91-10.36-6.99-21.84-6.99c-.19%200-.38.01-.58.01c-.19%200-.38-.01-.58-.01c-11.48%200-20.88%203.07-21.84%206.99h-.09S34.54%2057.18%2032%2078.61c-2.53%2021.35-3.61%2034.42%201.95%2039.83C37.67%20122.06%2053.54%20124%2064%20124s26.33-1.94%2030.05-5.56c5.56-5.41%204.48-18.48%201.95-39.83%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M63.56%2019.37c-6.49%200-11.76%201.09-11.76%202.43v13.73c0%201.34%205.27%202.43%2011.76%202.43s11.76-1.09%2011.76-2.43V21.81c0-1.35-5.27-2.44-11.76-2.44%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M67.27%2021.19s-1.31.62-3.84.62c-2.54%200-3.84-.62-3.84-.62V10.06h7.69v11.13z%22%2F%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M63.01%2017.2c-3.59-1.4-3.43-3.36-3.43-3.36v-1.89h7.69v5.9s-1.17.55-4.26-.65%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M53.51%204.87L52.46%207.4c-.27.66.06%201.32.62%201.77c1.93%201.54%205.72%203.49%209.56%203.49c11.03%200%2013.08-2.7%2017.04-2.87c3.38-.15%205.96.86%207.31%201.21c.44.11.91-.07%201.16-.45l1.76-2.68c.37-.56.14-1.31-.47-1.57c-1.9-.8-5.9-2.22-10.17-2.22c-7.43%200-10.82%201.66-15.42%201.48c-3.04-.11-6.76-.96-8.64-1.51c-.7-.2-1.42.16-1.7.82%22%2F%3E%3Cpath%20fill%3D%22%23a7ffeb%22%20d%3D%22m57.94%2025.79l-.67-.09c-.91-.14-1.84-.37-2.62-.86c-.58-.37-1.09-.9-1.35-1.55c-.26-.63-.03-1.17.73-.96c1.61.44%203.2.84%204.84%201.13c1.44.25%202.92.17%204.38.18c.39%200%20.96.23.71.73c-.09.19-.28.32-.46.43c-1.75%201.02-3.62%201.21-5.56.99%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%23a7ffeb%22%20d%3D%22M40.91%2070.29c-.98.02-1.32-2.58-1.01-6.51c.54-7.03%201.68-12.3%204.59-18.73c1.87-4.14%208.5-3.19%206.72%201.17c-4.23%2010.38-5.82%2014.49-7.16%2018.42c-1.2%203.55-1.91%205.62-3.14%205.65%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M50.61%2082.5c-.02-7.53%207.96-19.22%2011.79-24.16c.99-1.28%202.08-1.36%203.02-.04c3.69%205.18%2011.98%2016.25%2011.98%2024.2c0%207.4-6%2013.4-13.4%2013.4s-13.37-6.01-13.39-13.4%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%20128%20128%22%3E%3Cpath%20fill%3D%22%234fe8d8%22%20d%3D%22M96%2078.61c-2.54-21.43-9.49-39.07-9.49-39.07h-.09c-.95-3.91-10.36-6.99-21.84-6.99c-.19%200-.38.01-.58.01c-.19%200-.38-.01-.58-.01c-11.48%200-20.88%203.07-21.84%206.99h-.09S34.54%2057.18%2032%2078.61c-2.53%2021.35-3.61%2034.42%201.95%2039.83C37.67%20122.06%2053.54%20124%2064%20124s26.33-1.94%2030.05-5.56c5.56-5.41%204.48-18.48%201.95-39.83%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M63.56%2019.37c-6.49%200-11.76%201.09-11.76%202.43v13.73c0%201.34%205.27%202.43%2011.76%202.43s11.76-1.09%2011.76-2.43V21.81c0-1.35-5.27-2.44-11.76-2.44%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M67.27%2021.19s-1.31.62-3.84.62c-2.54%200-3.84-.62-3.84-.62V10.06h7.69v11.13z%22%2F%3E%3Cpath%20fill%3D%22%23546e7a%22%20d%3D%22M63.01%2017.2c-3.59-1.4-3.43-3.36-3.43-3.36v-1.89h7.69v5.9s-1.17.55-4.26-.65%22%2F%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M53.51%204.87L52.46%207.4c-.27.66.06%201.32.62%201.77c1.93%201.54%205.72%203.49%209.56%203.49c11.03%200%2013.08-2.7%2017.04-2.87c3.38-.15%205.96.86%207.31%201.21c.44.11.91-.07%201.16-.45l1.76-2.68c.37-.56.14-1.31-.47-1.57c-1.9-.8-5.9-2.22-10.17-2.22c-7.43%200-10.82%201.66-15.42%201.48c-3.04-.11-6.76-.96-8.64-1.51c-.7-.2-1.42.16-1.7.82%22%2F%3E%3Cpath%20fill%3D%22%23a7ffeb%22%20d%3D%22m57.94%2025.79l-.67-.09c-.91-.14-1.84-.37-2.62-.86c-.58-.37-1.09-.9-1.35-1.55c-.26-.63-.03-1.17.73-.96c1.61.44%203.2.84%204.84%201.13c1.44.25%202.92.17%204.38.18c.39%200%20.96.23.71.73c-.09.19-.28.32-.46.43c-1.75%201.02-3.62%201.21-5.56.99%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%23a7ffeb%22%20d%3D%22M40.91%2070.29c-.98.02-1.32-2.58-1.01-6.51c.54-7.03%201.68-12.3%204.59-18.73c1.87-4.14%208.5-3.19%206.72%201.17c-4.23%2010.38-5.82%2014.49-7.16%2018.42c-1.2%203.55-1.91%205.62-3.14%205.65%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M50.61%2082.5c-.02-7.53%207.96-19.22%2011.79-24.16c.99-1.28%202.08-1.36%203.02-.04c3.69%205.18%2011.98%2016.25%2011.98%2024.2c0%207.4-6%2013.4-13.4%2013.4s-13.37-6.01-13.39-13.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/lotion-bottle.svg?color=%231a73e8&size=48