one piece swimsuit emoji
one-piece-swimsuit from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- one-piece-swimsuit
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the one piece swimsuit emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#008deb" d="M64.94 79.63c-16.35-5.02-26.46-12.97-27.47-14.18c.03.89.03 1.79-.01 2.7c-.42 8.72-4.93 20.18-6.9 24.79a2.65 2.65 0 0 0 .93 3.24s6.84 5.85 13 12.73c5.01 5.59 8.98 11.18 10.71 13.71c.6.88 1.59 1.4 2.66 1.4h11.32c1.05 0 2.04-.51 2.64-1.37c1.74-2.5 5.75-8.06 10.7-13.73c1.85-2.12 3.48-3.92 4.93-5.47c-1.3-3.94-4.75-18.37-22.51-23.82"/><path fill="#214485" d="M92.78 98.17c-.59-2.34-4.07-17.84-21.13-27.77c-37.96-22.09-32.44-49.78-32.44-49.78h-1.64c-1.95 7.73-3.75 16.14-3.84 19.09c-.29 8.88 4.23 18.07 3.74 28.45c-.01.11-.02.22-.02.33c9.14 10.16 29.34 11.86 37.91 19.78c9.75 8.99 10.3 17.11 10.3 17.11c3.65-4.22 5.03-5.64 7.12-7.21"/><path fill="#59c7bd" d="M92.22 80.85S79.73 67.16 74.73 61.31c-5.38-6.29-7.9-15.18-9.01-20.62c-.72.1-1.46.16-2.22.16c-11.54 0-16.49-11.27-16.71-21.59c-.15-6.77.15-11.6.37-14.05c.07-.85-.78-1.46-1.56-1.12c-.94.4-2.12.94-3.17 1.52c-.88.48-1.89 3.54-4.26 12.41c-2.9 10.74 1.2 21.99 4.48 27.76C57.51 71.91 86.53 72.9 91.39 99.32c2.72-2.19 5.67-3.83 5.67-3.83c.49-.26.74-.82.5-1.32c-1.15-2.42-3.02-6.57-5.34-13.32"/><path fill="#00796b" d="M93.42 39.7c-.13-3.89-3.13-16.66-5.53-25.04c-1.74-6.3-2.59-8.64-3.35-9.05c-1.05-.58-2.23-1.12-3.17-1.52c-.78-.34-1.63.27-1.56 1.12c.21 2.45.51 7.28.37 14.05c-.17 7.81-3.05 16.17-9.45 19.76v.01c-1.69.95-3.61 1.58-5.78 1.76c.51 7.95 3.29 16.01 9.95 22.9c8.19 8.48 14.65 15.78 18.35 20.16c-1.65-4.93-3.33-10.79-3.57-15.7c-.5-10.38 4.03-19.56 3.74-28.45"/></svg>
React
import type { SVGProps } from "react";
export function NotoOnePieceSwimsuit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#008deb" d="M64.94 79.63c-16.35-5.02-26.46-12.97-27.47-14.18c.03.89.03 1.79-.01 2.7c-.42 8.72-4.93 20.18-6.9 24.79a2.65 2.65 0 0 0 .93 3.24s6.84 5.85 13 12.73c5.01 5.59 8.98 11.18 10.71 13.71c.6.88 1.59 1.4 2.66 1.4h11.32c1.05 0 2.04-.51 2.64-1.37c1.74-2.5 5.75-8.06 10.7-13.73c1.85-2.12 3.48-3.92 4.93-5.47c-1.3-3.94-4.75-18.37-22.51-23.82"/><path fill="#214485" d="M92.78 98.17c-.59-2.34-4.07-17.84-21.13-27.77c-37.96-22.09-32.44-49.78-32.44-49.78h-1.64c-1.95 7.73-3.75 16.14-3.84 19.09c-.29 8.88 4.23 18.07 3.74 28.45c-.01.11-.02.22-.02.33c9.14 10.16 29.34 11.86 37.91 19.78c9.75 8.99 10.3 17.11 10.3 17.11c3.65-4.22 5.03-5.64 7.12-7.21"/><path fill="#59c7bd" d="M92.22 80.85S79.73 67.16 74.73 61.31c-5.38-6.29-7.9-15.18-9.01-20.62c-.72.1-1.46.16-2.22.16c-11.54 0-16.49-11.27-16.71-21.59c-.15-6.77.15-11.6.37-14.05c.07-.85-.78-1.46-1.56-1.12c-.94.4-2.12.94-3.17 1.52c-.88.48-1.89 3.54-4.26 12.41c-2.9 10.74 1.2 21.99 4.48 27.76C57.51 71.91 86.53 72.9 91.39 99.32c2.72-2.19 5.67-3.83 5.67-3.83c.49-.26.74-.82.5-1.32c-1.15-2.42-3.02-6.57-5.34-13.32"/><path fill="#00796b" d="M93.42 39.7c-.13-3.89-3.13-16.66-5.53-25.04c-1.74-6.3-2.59-8.64-3.35-9.05c-1.05-.58-2.23-1.12-3.17-1.52c-.78-.34-1.63.27-1.56 1.12c.21 2.45.51 7.28.37 14.05c-.17 7.81-3.05 16.17-9.45 19.76v.01c-1.69.95-3.61 1.58-5.78 1.76c.51 7.95 3.29 16.01 9.95 22.9c8.19 8.48 14.65 15.78 18.35 20.16c-1.65-4.93-3.33-10.79-3.57-15.7c-.5-10.38 4.03-19.56 3.74-28.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#008deb" d="M64.94 79.63c-16.35-5.02-26.46-12.97-27.47-14.18c.03.89.03 1.79-.01 2.7c-.42 8.72-4.93 20.18-6.9 24.79a2.65 2.65 0 0 0 .93 3.24s6.84 5.85 13 12.73c5.01 5.59 8.98 11.18 10.71 13.71c.6.88 1.59 1.4 2.66 1.4h11.32c1.05 0 2.04-.51 2.64-1.37c1.74-2.5 5.75-8.06 10.7-13.73c1.85-2.12 3.48-3.92 4.93-5.47c-1.3-3.94-4.75-18.37-22.51-23.82"/><path fill="#214485" d="M92.78 98.17c-.59-2.34-4.07-17.84-21.13-27.77c-37.96-22.09-32.44-49.78-32.44-49.78h-1.64c-1.95 7.73-3.75 16.14-3.84 19.09c-.29 8.88 4.23 18.07 3.74 28.45c-.01.11-.02.22-.02.33c9.14 10.16 29.34 11.86 37.91 19.78c9.75 8.99 10.3 17.11 10.3 17.11c3.65-4.22 5.03-5.64 7.12-7.21"/><path fill="#59c7bd" d="M92.22 80.85S79.73 67.16 74.73 61.31c-5.38-6.29-7.9-15.18-9.01-20.62c-.72.1-1.46.16-2.22.16c-11.54 0-16.49-11.27-16.71-21.59c-.15-6.77.15-11.6.37-14.05c.07-.85-.78-1.46-1.56-1.12c-.94.4-2.12.94-3.17 1.52c-.88.48-1.89 3.54-4.26 12.41c-2.9 10.74 1.2 21.99 4.48 27.76C57.51 71.91 86.53 72.9 91.39 99.32c2.72-2.19 5.67-3.83 5.67-3.83c.49-.26.74-.82.5-1.32c-1.15-2.42-3.02-6.57-5.34-13.32"/><path fill="#00796b" d="M93.42 39.7c-.13-3.89-3.13-16.66-5.53-25.04c-1.74-6.3-2.59-8.64-3.35-9.05c-1.05-.58-2.23-1.12-3.17-1.52c-.78-.34-1.63.27-1.56 1.12c.21 2.45.51 7.28.37 14.05c-.17 7.81-3.05 16.17-9.45 19.76v.01c-1.69.95-3.61 1.58-5.78 1.76c.51 7.95 3.29 16.01 9.95 22.9c8.19 8.48 14.65 15.78 18.35 20.16c-1.65-4.93-3.33-10.79-3.57-15.7c-.5-10.38 4.03-19.56 3.74-28.45"/></svg> </template>
CSS
.icon-one-piece-swimsuit {
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%23008deb%22%20d%3D%22M64.94%2079.63c-16.35-5.02-26.46-12.97-27.47-14.18c.03.89.03%201.79-.01%202.7c-.42%208.72-4.93%2020.18-6.9%2024.79a2.65%202.65%200%200%200%20.93%203.24s6.84%205.85%2013%2012.73c5.01%205.59%208.98%2011.18%2010.71%2013.71c.6.88%201.59%201.4%202.66%201.4h11.32c1.05%200%202.04-.51%202.64-1.37c1.74-2.5%205.75-8.06%2010.7-13.73c1.85-2.12%203.48-3.92%204.93-5.47c-1.3-3.94-4.75-18.37-22.51-23.82%22%2F%3E%3Cpath%20fill%3D%22%23214485%22%20d%3D%22M92.78%2098.17c-.59-2.34-4.07-17.84-21.13-27.77c-37.96-22.09-32.44-49.78-32.44-49.78h-1.64c-1.95%207.73-3.75%2016.14-3.84%2019.09c-.29%208.88%204.23%2018.07%203.74%2028.45c-.01.11-.02.22-.02.33c9.14%2010.16%2029.34%2011.86%2037.91%2019.78c9.75%208.99%2010.3%2017.11%2010.3%2017.11c3.65-4.22%205.03-5.64%207.12-7.21%22%2F%3E%3Cpath%20fill%3D%22%2359c7bd%22%20d%3D%22M92.22%2080.85S79.73%2067.16%2074.73%2061.31c-5.38-6.29-7.9-15.18-9.01-20.62c-.72.1-1.46.16-2.22.16c-11.54%200-16.49-11.27-16.71-21.59c-.15-6.77.15-11.6.37-14.05c.07-.85-.78-1.46-1.56-1.12c-.94.4-2.12.94-3.17%201.52c-.88.48-1.89%203.54-4.26%2012.41c-2.9%2010.74%201.2%2021.99%204.48%2027.76C57.51%2071.91%2086.53%2072.9%2091.39%2099.32c2.72-2.19%205.67-3.83%205.67-3.83c.49-.26.74-.82.5-1.32c-1.15-2.42-3.02-6.57-5.34-13.32%22%2F%3E%3Cpath%20fill%3D%22%2300796b%22%20d%3D%22M93.42%2039.7c-.13-3.89-3.13-16.66-5.53-25.04c-1.74-6.3-2.59-8.64-3.35-9.05c-1.05-.58-2.23-1.12-3.17-1.52c-.78-.34-1.63.27-1.56%201.12c.21%202.45.51%207.28.37%2014.05c-.17%207.81-3.05%2016.17-9.45%2019.76v.01c-1.69.95-3.61%201.58-5.78%201.76c.51%207.95%203.29%2016.01%209.95%2022.9c8.19%208.48%2014.65%2015.78%2018.35%2020.16c-1.65-4.93-3.33-10.79-3.57-15.7c-.5-10.38%204.03-19.56%203.74-28.45%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%23008deb%22%20d%3D%22M64.94%2079.63c-16.35-5.02-26.46-12.97-27.47-14.18c.03.89.03%201.79-.01%202.7c-.42%208.72-4.93%2020.18-6.9%2024.79a2.65%202.65%200%200%200%20.93%203.24s6.84%205.85%2013%2012.73c5.01%205.59%208.98%2011.18%2010.71%2013.71c.6.88%201.59%201.4%202.66%201.4h11.32c1.05%200%202.04-.51%202.64-1.37c1.74-2.5%205.75-8.06%2010.7-13.73c1.85-2.12%203.48-3.92%204.93-5.47c-1.3-3.94-4.75-18.37-22.51-23.82%22%2F%3E%3Cpath%20fill%3D%22%23214485%22%20d%3D%22M92.78%2098.17c-.59-2.34-4.07-17.84-21.13-27.77c-37.96-22.09-32.44-49.78-32.44-49.78h-1.64c-1.95%207.73-3.75%2016.14-3.84%2019.09c-.29%208.88%204.23%2018.07%203.74%2028.45c-.01.11-.02.22-.02.33c9.14%2010.16%2029.34%2011.86%2037.91%2019.78c9.75%208.99%2010.3%2017.11%2010.3%2017.11c3.65-4.22%205.03-5.64%207.12-7.21%22%2F%3E%3Cpath%20fill%3D%22%2359c7bd%22%20d%3D%22M92.22%2080.85S79.73%2067.16%2074.73%2061.31c-5.38-6.29-7.9-15.18-9.01-20.62c-.72.1-1.46.16-2.22.16c-11.54%200-16.49-11.27-16.71-21.59c-.15-6.77.15-11.6.37-14.05c.07-.85-.78-1.46-1.56-1.12c-.94.4-2.12.94-3.17%201.52c-.88.48-1.89%203.54-4.26%2012.41c-2.9%2010.74%201.2%2021.99%204.48%2027.76C57.51%2071.91%2086.53%2072.9%2091.39%2099.32c2.72-2.19%205.67-3.83%205.67-3.83c.49-.26.74-.82.5-1.32c-1.15-2.42-3.02-6.57-5.34-13.32%22%2F%3E%3Cpath%20fill%3D%22%2300796b%22%20d%3D%22M93.42%2039.7c-.13-3.89-3.13-16.66-5.53-25.04c-1.74-6.3-2.59-8.64-3.35-9.05c-1.05-.58-2.23-1.12-3.17-1.52c-.78-.34-1.63.27-1.56%201.12c.21%202.45.51%207.28.37%2014.05c-.17%207.81-3.05%2016.17-9.45%2019.76v.01c-1.69.95-3.61%201.58-5.78%201.76c.51%207.95%203.29%2016.01%209.95%2022.9c8.19%208.48%2014.65%2015.78%2018.35%2020.16c-1.65-4.93-3.33-10.79-3.57-15.7c-.5-10.38%204.03-19.56%203.74-28.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/one-piece-swimsuit.svg?color=%231a73e8&size=48