lotion-bottle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
lotion-bottle
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the lotion bottle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17 14s-1-2-2 0c0 0-3 4.5-3 7.5c0 1 .5 3.5 4 3.5s4-2.5 4-3.5c0-3-3-7.5-3-7.5"/><path d="M15 2c-2 0-3 2-1 3v1.5c0 .466-.438.621-.498.64A8 8 0 0 0 7 15v11a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V15c0-3.906-2.8-7.159-6.502-7.86h.006S18.004 7 18 6.5V5h3c1 0 1.5-1.5 0-2c0 0-5-1-6-1m0 7h2a6 6 0 0 1 6 6v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2V15a6 6 0 0 1 6-6"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastLotionBottle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17 14s-1-2-2 0c0 0-3 4.5-3 7.5c0 1 .5 3.5 4 3.5s4-2.5 4-3.5c0-3-3-7.5-3-7.5"/><path d="M15 2c-2 0-3 2-1 3v1.5c0 .466-.438.621-.498.64A8 8 0 0 0 7 15v11a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V15c0-3.906-2.8-7.159-6.502-7.86h.006S18.004 7 18 6.5V5h3c1 0 1.5-1.5 0-2c0 0-5-1-6-1m0 7h2a6 6 0 0 1 6 6v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2V15a6 6 0 0 1 6-6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17 14s-1-2-2 0c0 0-3 4.5-3 7.5c0 1 .5 3.5 4 3.5s4-2.5 4-3.5c0-3-3-7.5-3-7.5"/><path d="M15 2c-2 0-3 2-1 3v1.5c0 .466-.438.621-.498.64A8 8 0 0 0 7 15v11a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V15c0-3.906-2.8-7.159-6.502-7.86h.006S18.004 7 18 6.5V5h3c1 0 1.5-1.5 0-2c0 0-5-1-6-1m0 7h2a6 6 0 0 1 6 6v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2V15a6 6 0 0 1 6-6"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2014s-1-2-2%200c0%200-3%204.5-3%207.5c0%201%20.5%203.5%204%203.5s4-2.5%204-3.5c0-3-3-7.5-3-7.5%22%2F%3E%3Cpath%20d%3D%22M15%202c-2%200-3%202-1%203v1.5c0%20.466-.438.621-.498.64A8%208%200%200%200%207%2015v11a4%204%200%200%200%204%204h10a4%204%200%200%200%204-4V15c0-3.906-2.8-7.159-6.502-7.86h.006S18.004%207%2018%206.5V5h3c1%200%201.5-1.5%200-2c0%200-5-1-6-1m0%207h2a6%206%200%200%201%206%206v11a2%202%200%200%201-2%202H11a2%202%200%200%201-2-2V15a6%206%200%200%201%206-6%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2014s-1-2-2%200c0%200-3%204.5-3%207.5c0%201%20.5%203.5%204%203.5s4-2.5%204-3.5c0-3-3-7.5-3-7.5%22%2F%3E%3Cpath%20d%3D%22M15%202c-2%200-3%202-1%203v1.5c0%20.466-.438.621-.498.64A8%208%200%200%200%207%2015v11a4%204%200%200%200%204%204h10a4%204%200%200%200%204-4V15c0-3.906-2.8-7.159-6.502-7.86h.006S18.004%207%2018%206.5V5h3c1%200%201.5-1.5%200-2c0%200-5-1-6-1m0%207h2a6%206%200%200%201%206%206v11a2%202%200%200%201-2%202H11a2%202%200%200%201-2-2V15a6%206%200%200%201%206-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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