lipstick emoji
lipstick from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- lipstick
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
lipstickEmoji One (Colored)lipstickFluent EmojilipstickFluent Emoji FlatlipstickFluent Emoji High ContrastlipstickFirefox OS EmojilipstickIconParklipstickIconPark OutlinelipstickIconPark SolidlipstickIconPark TwoTonelipstickMaterial Design Iconslipstick-fillMingCute IconlipstickOpenMojilipstickStreamline EmojislipstickTwitter Emoji
More objects icons from Noto Emoji
Use the lipstick emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c62828" d="M40.05 80.51V34.17c0-16.97 6.02-29.31 12.97-29.94c6.02-.55 11.45 1.47 17.97 5.83c9.38 6.27 16.96 16.09 16.96 26.11v44.34S80.91 81.95 64 81.95s-23.95-1.44-23.95-1.44"/><path fill="#f44336" d="M54.21 25.21c7.98 12.97 19.96 15.97 26.95 12.97c4.94-2.12 5.56-5.8 3.99-9.98C79.16 12.24 61.19 2.26 53.21 4.25c-4.94 1.24-5.7 10.08 1 20.96"/><path fill="#ff8383" d="M68.34 36.84c.75.51.05 1.07-.8.75c-3.3-1.23-8.84-2.92-14.51-9.72c-3.39-4.07-5.37-9.4-5-14.68c.12-1.66.85-4.47 2.07-6.35c.51-.79.86-.42.7.74c-.67 4.9.77 9.27 2.11 12.19C57.3 29.3 63.89 33.8 68.34 36.84"/><path fill="#e2a610" d="M93.47 96.85s-9.75 2.65-29.74 2.65s-29.2-2.65-29.2-2.65V80.02l58.93-.07v16.9z"/><path fill="#9e740b" d="m91.05 95.11l-11.52 1.85V83.42l11.52-1.86z"/><path fill="#a12524" d="M87.95 79.9S79.86 82 62.59 82s-22.54-2.1-22.54-2.1V68.66s3.3 7.42 23.38 5.81c21.39-1.71 24.53-12.42 24.53-12.42V79.9z"/><path fill="#ffca28" d="M87.96 76.67c0 2.24-10.81 4.05-23.96 4.05s-24-1.81-24-4.05c0 0-5.47 2.16-5.47 3.26c0 2.77 13.19 5.02 29.47 5.02s29.47-2.25 29.47-5.02c0-1.11-5.51-3.43-5.51-3.26"/><path fill="#fff59d" d="M50.99 83.9c-3.44-.23-5.85-.88-6.59-1.79c-1.12-1.37.19-2.18 1.62-2.02c1.94.22 2.22.43 6.1.81c4.53.44 7.92.44 6.85 1.79c-.72.9-3.98 1.48-7.98 1.21"/><path fill="#424242" d="M100.19 96.29s-11.83 4.6-35.92 4.6s-36.45-4.55-36.45-4.55l.04 21.82C28.83 121.41 44.64 124 64 124s35.17-2.59 36.14-5.85z"/><path fill="#212121" d="M96.5 120.56c-2.09.91-9.92 2.4-16.02 2.75V101.5l16.05-2.59z"/><path fill="#757575" d="M93.42 92.21c0 2.75-13.28 4.97-29.42 4.97s-29.48-2.23-29.48-4.97c0 0-6.71 2.65-6.71 4c0 3.4 16.2 6.16 36.19 6.16s36.19-2.76 36.19-6.16c0-1.35-6.77-4.2-6.77-4"/><path fill="#90a4ae" d="M55.42 101.12c-3.87.11-10.42-.27-14.17-1.46c-3.62-1.15-1.95-3.79 1.25-3.24c2.95.51 7.32 1.37 17.77 1.49c3.13.03 3.29 1.08 3.09 1.75c-.28.95-1.57 1.29-7.94 1.46"/></svg>
React
import type { SVGProps } from "react";
export function NotoLipstick(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c62828" d="M40.05 80.51V34.17c0-16.97 6.02-29.31 12.97-29.94c6.02-.55 11.45 1.47 17.97 5.83c9.38 6.27 16.96 16.09 16.96 26.11v44.34S80.91 81.95 64 81.95s-23.95-1.44-23.95-1.44"/><path fill="#f44336" d="M54.21 25.21c7.98 12.97 19.96 15.97 26.95 12.97c4.94-2.12 5.56-5.8 3.99-9.98C79.16 12.24 61.19 2.26 53.21 4.25c-4.94 1.24-5.7 10.08 1 20.96"/><path fill="#ff8383" d="M68.34 36.84c.75.51.05 1.07-.8.75c-3.3-1.23-8.84-2.92-14.51-9.72c-3.39-4.07-5.37-9.4-5-14.68c.12-1.66.85-4.47 2.07-6.35c.51-.79.86-.42.7.74c-.67 4.9.77 9.27 2.11 12.19C57.3 29.3 63.89 33.8 68.34 36.84"/><path fill="#e2a610" d="M93.47 96.85s-9.75 2.65-29.74 2.65s-29.2-2.65-29.2-2.65V80.02l58.93-.07v16.9z"/><path fill="#9e740b" d="m91.05 95.11l-11.52 1.85V83.42l11.52-1.86z"/><path fill="#a12524" d="M87.95 79.9S79.86 82 62.59 82s-22.54-2.1-22.54-2.1V68.66s3.3 7.42 23.38 5.81c21.39-1.71 24.53-12.42 24.53-12.42V79.9z"/><path fill="#ffca28" d="M87.96 76.67c0 2.24-10.81 4.05-23.96 4.05s-24-1.81-24-4.05c0 0-5.47 2.16-5.47 3.26c0 2.77 13.19 5.02 29.47 5.02s29.47-2.25 29.47-5.02c0-1.11-5.51-3.43-5.51-3.26"/><path fill="#fff59d" d="M50.99 83.9c-3.44-.23-5.85-.88-6.59-1.79c-1.12-1.37.19-2.18 1.62-2.02c1.94.22 2.22.43 6.1.81c4.53.44 7.92.44 6.85 1.79c-.72.9-3.98 1.48-7.98 1.21"/><path fill="#424242" d="M100.19 96.29s-11.83 4.6-35.92 4.6s-36.45-4.55-36.45-4.55l.04 21.82C28.83 121.41 44.64 124 64 124s35.17-2.59 36.14-5.85z"/><path fill="#212121" d="M96.5 120.56c-2.09.91-9.92 2.4-16.02 2.75V101.5l16.05-2.59z"/><path fill="#757575" d="M93.42 92.21c0 2.75-13.28 4.97-29.42 4.97s-29.48-2.23-29.48-4.97c0 0-6.71 2.65-6.71 4c0 3.4 16.2 6.16 36.19 6.16s36.19-2.76 36.19-6.16c0-1.35-6.77-4.2-6.77-4"/><path fill="#90a4ae" d="M55.42 101.12c-3.87.11-10.42-.27-14.17-1.46c-3.62-1.15-1.95-3.79 1.25-3.24c2.95.51 7.32 1.37 17.77 1.49c3.13.03 3.29 1.08 3.09 1.75c-.28.95-1.57 1.29-7.94 1.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c62828" d="M40.05 80.51V34.17c0-16.97 6.02-29.31 12.97-29.94c6.02-.55 11.45 1.47 17.97 5.83c9.38 6.27 16.96 16.09 16.96 26.11v44.34S80.91 81.95 64 81.95s-23.95-1.44-23.95-1.44"/><path fill="#f44336" d="M54.21 25.21c7.98 12.97 19.96 15.97 26.95 12.97c4.94-2.12 5.56-5.8 3.99-9.98C79.16 12.24 61.19 2.26 53.21 4.25c-4.94 1.24-5.7 10.08 1 20.96"/><path fill="#ff8383" d="M68.34 36.84c.75.51.05 1.07-.8.75c-3.3-1.23-8.84-2.92-14.51-9.72c-3.39-4.07-5.37-9.4-5-14.68c.12-1.66.85-4.47 2.07-6.35c.51-.79.86-.42.7.74c-.67 4.9.77 9.27 2.11 12.19C57.3 29.3 63.89 33.8 68.34 36.84"/><path fill="#e2a610" d="M93.47 96.85s-9.75 2.65-29.74 2.65s-29.2-2.65-29.2-2.65V80.02l58.93-.07v16.9z"/><path fill="#9e740b" d="m91.05 95.11l-11.52 1.85V83.42l11.52-1.86z"/><path fill="#a12524" d="M87.95 79.9S79.86 82 62.59 82s-22.54-2.1-22.54-2.1V68.66s3.3 7.42 23.38 5.81c21.39-1.71 24.53-12.42 24.53-12.42V79.9z"/><path fill="#ffca28" d="M87.96 76.67c0 2.24-10.81 4.05-23.96 4.05s-24-1.81-24-4.05c0 0-5.47 2.16-5.47 3.26c0 2.77 13.19 5.02 29.47 5.02s29.47-2.25 29.47-5.02c0-1.11-5.51-3.43-5.51-3.26"/><path fill="#fff59d" d="M50.99 83.9c-3.44-.23-5.85-.88-6.59-1.79c-1.12-1.37.19-2.18 1.62-2.02c1.94.22 2.22.43 6.1.81c4.53.44 7.92.44 6.85 1.79c-.72.9-3.98 1.48-7.98 1.21"/><path fill="#424242" d="M100.19 96.29s-11.83 4.6-35.92 4.6s-36.45-4.55-36.45-4.55l.04 21.82C28.83 121.41 44.64 124 64 124s35.17-2.59 36.14-5.85z"/><path fill="#212121" d="M96.5 120.56c-2.09.91-9.92 2.4-16.02 2.75V101.5l16.05-2.59z"/><path fill="#757575" d="M93.42 92.21c0 2.75-13.28 4.97-29.42 4.97s-29.48-2.23-29.48-4.97c0 0-6.71 2.65-6.71 4c0 3.4 16.2 6.16 36.19 6.16s36.19-2.76 36.19-6.16c0-1.35-6.77-4.2-6.77-4"/><path fill="#90a4ae" d="M55.42 101.12c-3.87.11-10.42-.27-14.17-1.46c-3.62-1.15-1.95-3.79 1.25-3.24c2.95.51 7.32 1.37 17.77 1.49c3.13.03 3.29 1.08 3.09 1.75c-.28.95-1.57 1.29-7.94 1.46"/></svg> </template>
CSS
.icon-lipstick {
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%23c62828%22%20d%3D%22M40.05%2080.51V34.17c0-16.97%206.02-29.31%2012.97-29.94c6.02-.55%2011.45%201.47%2017.97%205.83c9.38%206.27%2016.96%2016.09%2016.96%2026.11v44.34S80.91%2081.95%2064%2081.95s-23.95-1.44-23.95-1.44%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M54.21%2025.21c7.98%2012.97%2019.96%2015.97%2026.95%2012.97c4.94-2.12%205.56-5.8%203.99-9.98C79.16%2012.24%2061.19%202.26%2053.21%204.25c-4.94%201.24-5.7%2010.08%201%2020.96%22%2F%3E%3Cpath%20fill%3D%22%23ff8383%22%20d%3D%22M68.34%2036.84c.75.51.05%201.07-.8.75c-3.3-1.23-8.84-2.92-14.51-9.72c-3.39-4.07-5.37-9.4-5-14.68c.12-1.66.85-4.47%202.07-6.35c.51-.79.86-.42.7.74c-.67%204.9.77%209.27%202.11%2012.19C57.3%2029.3%2063.89%2033.8%2068.34%2036.84%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M93.47%2096.85s-9.75%202.65-29.74%202.65s-29.2-2.65-29.2-2.65V80.02l58.93-.07v16.9z%22%2F%3E%3Cpath%20fill%3D%22%239e740b%22%20d%3D%22m91.05%2095.11l-11.52%201.85V83.42l11.52-1.86z%22%2F%3E%3Cpath%20fill%3D%22%23a12524%22%20d%3D%22M87.95%2079.9S79.86%2082%2062.59%2082s-22.54-2.1-22.54-2.1V68.66s3.3%207.42%2023.38%205.81c21.39-1.71%2024.53-12.42%2024.53-12.42V79.9z%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M87.96%2076.67c0%202.24-10.81%204.05-23.96%204.05s-24-1.81-24-4.05c0%200-5.47%202.16-5.47%203.26c0%202.77%2013.19%205.02%2029.47%205.02s29.47-2.25%2029.47-5.02c0-1.11-5.51-3.43-5.51-3.26%22%2F%3E%3Cpath%20fill%3D%22%23fff59d%22%20d%3D%22M50.99%2083.9c-3.44-.23-5.85-.88-6.59-1.79c-1.12-1.37.19-2.18%201.62-2.02c1.94.22%202.22.43%206.1.81c4.53.44%207.92.44%206.85%201.79c-.72.9-3.98%201.48-7.98%201.21%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M100.19%2096.29s-11.83%204.6-35.92%204.6s-36.45-4.55-36.45-4.55l.04%2021.82C28.83%20121.41%2044.64%20124%2064%20124s35.17-2.59%2036.14-5.85z%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M96.5%20120.56c-2.09.91-9.92%202.4-16.02%202.75V101.5l16.05-2.59z%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M93.42%2092.21c0%202.75-13.28%204.97-29.42%204.97s-29.48-2.23-29.48-4.97c0%200-6.71%202.65-6.71%204c0%203.4%2016.2%206.16%2036.19%206.16s36.19-2.76%2036.19-6.16c0-1.35-6.77-4.2-6.77-4%22%2F%3E%3Cpath%20fill%3D%22%2390a4ae%22%20d%3D%22M55.42%20101.12c-3.87.11-10.42-.27-14.17-1.46c-3.62-1.15-1.95-3.79%201.25-3.24c2.95.51%207.32%201.37%2017.77%201.49c3.13.03%203.29%201.08%203.09%201.75c-.28.95-1.57%201.29-7.94%201.46%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%23c62828%22%20d%3D%22M40.05%2080.51V34.17c0-16.97%206.02-29.31%2012.97-29.94c6.02-.55%2011.45%201.47%2017.97%205.83c9.38%206.27%2016.96%2016.09%2016.96%2026.11v44.34S80.91%2081.95%2064%2081.95s-23.95-1.44-23.95-1.44%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M54.21%2025.21c7.98%2012.97%2019.96%2015.97%2026.95%2012.97c4.94-2.12%205.56-5.8%203.99-9.98C79.16%2012.24%2061.19%202.26%2053.21%204.25c-4.94%201.24-5.7%2010.08%201%2020.96%22%2F%3E%3Cpath%20fill%3D%22%23ff8383%22%20d%3D%22M68.34%2036.84c.75.51.05%201.07-.8.75c-3.3-1.23-8.84-2.92-14.51-9.72c-3.39-4.07-5.37-9.4-5-14.68c.12-1.66.85-4.47%202.07-6.35c.51-.79.86-.42.7.74c-.67%204.9.77%209.27%202.11%2012.19C57.3%2029.3%2063.89%2033.8%2068.34%2036.84%22%2F%3E%3Cpath%20fill%3D%22%23e2a610%22%20d%3D%22M93.47%2096.85s-9.75%202.65-29.74%202.65s-29.2-2.65-29.2-2.65V80.02l58.93-.07v16.9z%22%2F%3E%3Cpath%20fill%3D%22%239e740b%22%20d%3D%22m91.05%2095.11l-11.52%201.85V83.42l11.52-1.86z%22%2F%3E%3Cpath%20fill%3D%22%23a12524%22%20d%3D%22M87.95%2079.9S79.86%2082%2062.59%2082s-22.54-2.1-22.54-2.1V68.66s3.3%207.42%2023.38%205.81c21.39-1.71%2024.53-12.42%2024.53-12.42V79.9z%22%2F%3E%3Cpath%20fill%3D%22%23ffca28%22%20d%3D%22M87.96%2076.67c0%202.24-10.81%204.05-23.96%204.05s-24-1.81-24-4.05c0%200-5.47%202.16-5.47%203.26c0%202.77%2013.19%205.02%2029.47%205.02s29.47-2.25%2029.47-5.02c0-1.11-5.51-3.43-5.51-3.26%22%2F%3E%3Cpath%20fill%3D%22%23fff59d%22%20d%3D%22M50.99%2083.9c-3.44-.23-5.85-.88-6.59-1.79c-1.12-1.37.19-2.18%201.62-2.02c1.94.22%202.22.43%206.1.81c4.53.44%207.92.44%206.85%201.79c-.72.9-3.98%201.48-7.98%201.21%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M100.19%2096.29s-11.83%204.6-35.92%204.6s-36.45-4.55-36.45-4.55l.04%2021.82C28.83%20121.41%2044.64%20124%2064%20124s35.17-2.59%2036.14-5.85z%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M96.5%20120.56c-2.09.91-9.92%202.4-16.02%202.75V101.5l16.05-2.59z%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M93.42%2092.21c0%202.75-13.28%204.97-29.42%204.97s-29.48-2.23-29.48-4.97c0%200-6.71%202.65-6.71%204c0%203.4%2016.2%206.16%2036.19%206.16s36.19-2.76%2036.19-6.16c0-1.35-6.77-4.2-6.77-4%22%2F%3E%3Cpath%20fill%3D%22%2390a4ae%22%20d%3D%22M55.42%20101.12c-3.87.11-10.42-.27-14.17-1.46c-3.62-1.15-1.95-3.79%201.25-3.24c2.95.51%207.32%201.37%2017.77%201.49c3.13.03%203.29%201.08%203.09%201.75c-.28.95-1.57%201.29-7.94%201.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/lipstick.svg?color=%231a73e8&size=48