one piece swimsuit emoji
one-piece-swimsuit from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- one-piece-swimsuit
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the one piece swimsuit emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f70a8d" d="M20.01 6.09h1.07a.94.94 0 0 0 .94-.94V2.9a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9V9c.033.394-.008.79-.12 1.17l-1.81 6.33a1.14 1.14 0 0 0 .06.77L24.79 23a1.05 1.05 0 0 1-.21 1.18l-7.632 5.15a2.88 2.88 0 0 1-3.38 0l-7.15-5.12a1.05 1.05 0 0 1-.16-1.21l2.6-5.73a1.14 1.14 0 0 0 .06-.77l-1.79-6.35a3.4 3.4 0 0 1-.12-1.21V2.88a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9v2.27a.94.94 0 0 0 .94.94z"/><path fill="#8d65c5" d="M8.05 13.417L8.494 15h14.01l.575-2H7.933zm.808 3.853l-.33.73h13.95l-.339-.73a1.14 1.14 0 0 1-.06-.77l.143-.5H8.777l.141.5c.07.256.05.528-.06.77"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatOnePieceSwimsuit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f70a8d" d="M20.01 6.09h1.07a.94.94 0 0 0 .94-.94V2.9a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9V9c.033.394-.008.79-.12 1.17l-1.81 6.33a1.14 1.14 0 0 0 .06.77L24.79 23a1.05 1.05 0 0 1-.21 1.18l-7.632 5.15a2.88 2.88 0 0 1-3.38 0l-7.15-5.12a1.05 1.05 0 0 1-.16-1.21l2.6-5.73a1.14 1.14 0 0 0 .06-.77l-1.79-6.35a3.4 3.4 0 0 1-.12-1.21V2.88a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9v2.27a.94.94 0 0 0 .94.94z"/><path fill="#8d65c5" d="M8.05 13.417L8.494 15h14.01l.575-2H7.933zm.808 3.853l-.33.73h13.95l-.339-.73a1.14 1.14 0 0 1-.06-.77l.143-.5H8.777l.141.5c.07.256.05.528-.06.77"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f70a8d" d="M20.01 6.09h1.07a.94.94 0 0 0 .94-.94V2.9a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9V9c.033.394-.008.79-.12 1.17l-1.81 6.33a1.14 1.14 0 0 0 .06.77L24.79 23a1.05 1.05 0 0 1-.21 1.18l-7.632 5.15a2.88 2.88 0 0 1-3.38 0l-7.15-5.12a1.05 1.05 0 0 1-.16-1.21l2.6-5.73a1.14 1.14 0 0 0 .06-.77l-1.79-6.35a3.4 3.4 0 0 1-.12-1.21V2.88a.9.9 0 0 1 .9-.9h.19a.9.9 0 0 1 .9.9v2.27a.94.94 0 0 0 .94.94z"/><path fill="#8d65c5" d="M8.05 13.417L8.494 15h14.01l.575-2H7.933zm.808 3.853l-.33.73h13.95l-.339-.73a1.14 1.14 0 0 1-.06-.77l.143-.5H8.777l.141.5c.07.256.05.528-.06.77"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M20.01%206.09h1.07a.94.94%200%200%200%20.94-.94V2.9a.9.9%200%200%201%20.9-.9h.19a.9.9%200%200%201%20.9.9V9c.033.394-.008.79-.12%201.17l-1.81%206.33a1.14%201.14%200%200%200%20.06.77L24.79%2023a1.05%201.05%200%200%201-.21%201.18l-7.632%205.15a2.88%202.88%200%200%201-3.38%200l-7.15-5.12a1.05%201.05%200%200%201-.16-1.21l2.6-5.73a1.14%201.14%200%200%200%20.06-.77l-1.79-6.35a3.4%203.4%200%200%201-.12-1.21V2.88a.9.9%200%200%201%20.9-.9h.19a.9.9%200%200%201%20.9.9v2.27a.94.94%200%200%200%20.94.94z%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M8.05%2013.417L8.494%2015h14.01l.575-2H7.933zm.808%203.853l-.33.73h13.95l-.339-.73a1.14%201.14%200%200%201-.06-.77l.143-.5H8.777l.141.5c.07.256.05.528-.06.77%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%22none%22%3E%3Cpath%20fill%3D%22%23f70a8d%22%20d%3D%22M20.01%206.09h1.07a.94.94%200%200%200%20.94-.94V2.9a.9.9%200%200%201%20.9-.9h.19a.9.9%200%200%201%20.9.9V9c.033.394-.008.79-.12%201.17l-1.81%206.33a1.14%201.14%200%200%200%20.06.77L24.79%2023a1.05%201.05%200%200%201-.21%201.18l-7.632%205.15a2.88%202.88%200%200%201-3.38%200l-7.15-5.12a1.05%201.05%200%200%201-.16-1.21l2.6-5.73a1.14%201.14%200%200%200%20.06-.77l-1.79-6.35a3.4%203.4%200%200%201-.12-1.21V2.88a.9.9%200%200%201%20.9-.9h.19a.9.9%200%200%201%20.9.9v2.27a.94.94%200%200%200%20.94.94z%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M8.05%2013.417L8.494%2015h14.01l.575-2H7.933zm.808%203.853l-.33.73h13.95l-.339-.73a1.14%201.14%200%200%201-.06-.77l.143-.5H8.777l.141.5c.07.256.05.528-.06.77%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-flat/one-piece-swimsuit.svg?color=%231a73e8&size=48