bikini emoji

bikini from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
bikini
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the bikini emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M39.92 33.62c-.827-.405 6.733 2.881 14.27.5c-.046-8.429-6.999-12.9-6.999-12.9s-7.227 3.975-7.273 12.4zm-22.38.2s6.758 3.627 14.55 0c-.047-8.591-7.133-13.15-7.133-13.15s-7.366 4.561-7.413 13.15zm1.818 9.743l-.07 1.05s4.774 2.18 8.301 4.941c2.526 1.655 6.505 7.76 7.97 9.313c0 0 3.715-6.867 9.083-10.04c1.945-2.4 8.113-4.009 8.113-4.009l-.035-1.185"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.66 33.44s6.605 3.51 14.22 0c-.046-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm-21.54 0s6.605 3.51 14.22 0c-.045-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm16.51-.35l2.74.01M25.23 11.77v8.4m21.54-8.16v8.7M35.76 42.86H18.6v2.445s7.12 2.194 11.2 6.873c4.082 4.68 5.957 8.172 5.957 8.172h.064s1.332-3.312 5.414-7.99s12.17-7.055 12.17-7.055V42.86h-17.59"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBikini(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M39.92 33.62c-.827-.405 6.733 2.881 14.27.5c-.046-8.429-6.999-12.9-6.999-12.9s-7.227 3.975-7.273 12.4zm-22.38.2s6.758 3.627 14.55 0c-.047-8.591-7.133-13.15-7.133-13.15s-7.366 4.561-7.413 13.15zm1.818 9.743l-.07 1.05s4.774 2.18 8.301 4.941c2.526 1.655 6.505 7.76 7.97 9.313c0 0 3.715-6.867 9.083-10.04c1.945-2.4 8.113-4.009 8.113-4.009l-.035-1.185"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M39.66 33.44s6.605 3.51 14.22 0c-.046-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm-21.54 0s6.605 3.51 14.22 0c-.045-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm16.51-.35l2.74.01M25.23 11.77v8.4m21.54-8.16v8.7M35.76 42.86H18.6v2.445s7.12 2.194 11.2 6.873c4.082 4.68 5.957 8.172 5.957 8.172h.064s1.332-3.312 5.414-7.99s12.17-7.055 12.17-7.055V42.86h-17.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b399c8" d="M39.92 33.62c-.827-.405 6.733 2.881 14.27.5c-.046-8.429-6.999-12.9-6.999-12.9s-7.227 3.975-7.273 12.4zm-22.38.2s6.758 3.627 14.55 0c-.047-8.591-7.133-13.15-7.133-13.15s-7.366 4.561-7.413 13.15zm1.818 9.743l-.07 1.05s4.774 2.18 8.301 4.941c2.526 1.655 6.505 7.76 7.97 9.313c0 0 3.715-6.867 9.083-10.04c1.945-2.4 8.113-4.009 8.113-4.009l-.035-1.185"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.66 33.44s6.605 3.51 14.22 0c-.046-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm-21.54 0s6.605 3.51 14.22 0c-.045-8.313-6.972-12.73-6.972-12.73s-7.2 4.414-7.245 12.73zm16.51-.35l2.74.01M25.23 11.77v8.4m21.54-8.16v8.7M35.76 42.86H18.6v2.445s7.12 2.194 11.2 6.873c4.082 4.68 5.957 8.172 5.957 8.172h.064s1.332-3.312 5.414-7.99s12.17-7.055 12.17-7.055V42.86h-17.59"/></svg>
</template>

CSS

.icon-bikini {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M39.92%2033.62c-.827-.405%206.733%202.881%2014.27.5c-.046-8.429-6.999-12.9-6.999-12.9s-7.227%203.975-7.273%2012.4zm-22.38.2s6.758%203.627%2014.55%200c-.047-8.591-7.133-13.15-7.133-13.15s-7.366%204.561-7.413%2013.15zm1.818%209.743l-.07%201.05s4.774%202.18%208.301%204.941c2.526%201.655%206.505%207.76%207.97%209.313c0%200%203.715-6.867%209.083-10.04c1.945-2.4%208.113-4.009%208.113-4.009l-.035-1.185%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.66%2033.44s6.605%203.51%2014.22%200c-.046-8.313-6.972-12.73-6.972-12.73s-7.2%204.414-7.245%2012.73zm-21.54%200s6.605%203.51%2014.22%200c-.045-8.313-6.972-12.73-6.972-12.73s-7.2%204.414-7.245%2012.73zm16.51-.35l2.74.01M25.23%2011.77v8.4m21.54-8.16v8.7M35.76%2042.86H18.6v2.445s7.12%202.194%2011.2%206.873c4.082%204.68%205.957%208.172%205.957%208.172h.064s1.332-3.312%205.414-7.99s12.17-7.055%2012.17-7.055V42.86h-17.59%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b399c8%22%20d%3D%22M39.92%2033.62c-.827-.405%206.733%202.881%2014.27.5c-.046-8.429-6.999-12.9-6.999-12.9s-7.227%203.975-7.273%2012.4zm-22.38.2s6.758%203.627%2014.55%200c-.047-8.591-7.133-13.15-7.133-13.15s-7.366%204.561-7.413%2013.15zm1.818%209.743l-.07%201.05s4.774%202.18%208.301%204.941c2.526%201.655%206.505%207.76%207.97%209.313c0%200%203.715-6.867%209.083-10.04c1.945-2.4%208.113-4.009%208.113-4.009l-.035-1.185%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M39.66%2033.44s6.605%203.51%2014.22%200c-.046-8.313-6.972-12.73-6.972-12.73s-7.2%204.414-7.245%2012.73zm-21.54%200s6.605%203.51%2014.22%200c-.045-8.313-6.972-12.73-6.972-12.73s-7.2%204.414-7.245%2012.73zm16.51-.35l2.74.01M25.23%2011.77v8.4m21.54-8.16v8.7M35.76%2042.86H18.6v2.445s7.12%202.194%2011.2%206.873c4.082%204.68%205.957%208.172%205.957%208.172h.064s1.332-3.312%205.414-7.99s12.17-7.055%2012.17-7.055V42.86h-17.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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