person-swimming from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
person-swimming
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the person swimming emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.95 17.48a.81.81 0 1 0 0-1.62a.81.81 0 0 0 0 1.62"/><path d="M14.71 3a7.6 7.6 0 0 1 6.92 4.46l4.19 9.22a8.24 8.24 0 0 1 2.575 3.508c.56.058 1.11.239 1.605.544V13a2.82 2.82 0 0 0-4 0q-.257.258-.555.435L22.54 7.046A8.63 8.63 0 0 0 14.71 2H7.728a4 4 0 0 0-2.669 1.2L3.415 4.831a1.78 1.78 0 0 0-.5 1.608a1.79 1.79 0 0 0 1.92 2.63A1.8 1.8 0 0 0 7 8.809l.556-.545a.84.84 0 0 1 .624-.274l.706.01h1.056q-.383.256-.709.583l-1.39 1.39a4.6 4.6 0 0 0-1.373 3.409A2.8 2.8 0 0 1 6 13a2.82 2.82 0 0 0-4 0v7.734a3.815 3.815 0 0 1 4.71.562a1.82 1.82 0 0 0 2.58 0a3.8 3.8 0 0 1 2.226-1.098a3.8 3.8 0 0 1 1.329.064l.013.003c1.59.88 3.597.623 4.916-.685l1.063-1.063a4.13 4.13 0 0 0 1.159-3.575q.309-.028.624-.032l-2.44-5.37A4.32 4.32 0 0 0 14.24 7H8.9l-.72-.01a1.8 1.8 0 0 0-1.33.56l-.55.54a.8.8 0 0 1-1.12-.01a1 1 0 0 1-.14-.2h-.01a.8.8 0 0 1-.87.163a.8.8 0 0 1-.26-.183a.813.813 0 0 1 .03-1.13l.14-.13a.785.785 0 0 1 .05-1.06l1.64-1.63A3 3 0 0 1 7.79 3zm4.146 11.521v.004s.118.374.15.566a3.13 3.13 0 0 1-.876 2.72l-1.06 1.06a3.14 3.14 0 0 1-4.105.273l-.005-.004l-.862-.762a1.316 1.316 0 0 1-1.838-.024a1.32 1.32 0 0 1-.387-.933V17.4l-.001-.001l1.048-.709c.46.43 1.19.42 1.64-.03l.64-.64c.36-.36.43-.9.23-1.33l.09-.09a.3.3 0 0 0 .04.13l.66 1.25c.14.26.48.31.68.1l.44-.44c.2-.2.15-.55-.1-.68l-1.25-.66a.3.3 0 0 0-.135-.035l.125-.125c.44.2.97.13 1.33-.23l.64-.64c.45-.45.46-1.18.02-1.64l.676-1h.004a1.32 1.32 0 0 1 1.299 1.533l.003.003a1.3 1.3 0 0 1-.31.656l.75.839l-.011.018l.019.021c.197.255.35.532.456.821m-3.152-3.929l-.464.678c-.35-.04-.71.07-.97.33l-.64.64c-.36.36-.43.9-.23 1.33l-.55.55c-.44-.2-.97-.13-1.33.23l-.64.64c-.27.27-.37.63-.33.98l-.654.446l-.246-.246q-.244-.244-.412-.53c.362-.461 1.124-1.322 2.722-2.92c1.596-1.596 2.463-2.362 2.93-2.728c.2.046.39.146.55.298z"/><path d="M26 22c1.1-1.11 2.9-1.11 4 0v7H2v-7a2.82 2.82 0 0 1 4 0c1.1 1.11 2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPersonSwimming(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="M15.95 17.48a.81.81 0 1 0 0-1.62a.81.81 0 0 0 0 1.62"/><path d="M14.71 3a7.6 7.6 0 0 1 6.92 4.46l4.19 9.22a8.24 8.24 0 0 1 2.575 3.508c.56.058 1.11.239 1.605.544V13a2.82 2.82 0 0 0-4 0q-.257.258-.555.435L22.54 7.046A8.63 8.63 0 0 0 14.71 2H7.728a4 4 0 0 0-2.669 1.2L3.415 4.831a1.78 1.78 0 0 0-.5 1.608a1.79 1.79 0 0 0 1.92 2.63A1.8 1.8 0 0 0 7 8.809l.556-.545a.84.84 0 0 1 .624-.274l.706.01h1.056q-.383.256-.709.583l-1.39 1.39a4.6 4.6 0 0 0-1.373 3.409A2.8 2.8 0 0 1 6 13a2.82 2.82 0 0 0-4 0v7.734a3.815 3.815 0 0 1 4.71.562a1.82 1.82 0 0 0 2.58 0a3.8 3.8 0 0 1 2.226-1.098a3.8 3.8 0 0 1 1.329.064l.013.003c1.59.88 3.597.623 4.916-.685l1.063-1.063a4.13 4.13 0 0 0 1.159-3.575q.309-.028.624-.032l-2.44-5.37A4.32 4.32 0 0 0 14.24 7H8.9l-.72-.01a1.8 1.8 0 0 0-1.33.56l-.55.54a.8.8 0 0 1-1.12-.01a1 1 0 0 1-.14-.2h-.01a.8.8 0 0 1-.87.163a.8.8 0 0 1-.26-.183a.813.813 0 0 1 .03-1.13l.14-.13a.785.785 0 0 1 .05-1.06l1.64-1.63A3 3 0 0 1 7.79 3zm4.146 11.521v.004s.118.374.15.566a3.13 3.13 0 0 1-.876 2.72l-1.06 1.06a3.14 3.14 0 0 1-4.105.273l-.005-.004l-.862-.762a1.316 1.316 0 0 1-1.838-.024a1.32 1.32 0 0 1-.387-.933V17.4l-.001-.001l1.048-.709c.46.43 1.19.42 1.64-.03l.64-.64c.36-.36.43-.9.23-1.33l.09-.09a.3.3 0 0 0 .04.13l.66 1.25c.14.26.48.31.68.1l.44-.44c.2-.2.15-.55-.1-.68l-1.25-.66a.3.3 0 0 0-.135-.035l.125-.125c.44.2.97.13 1.33-.23l.64-.64c.45-.45.46-1.18.02-1.64l.676-1h.004a1.32 1.32 0 0 1 1.299 1.533l.003.003a1.3 1.3 0 0 1-.31.656l.75.839l-.011.018l.019.021c.197.255.35.532.456.821m-3.152-3.929l-.464.678c-.35-.04-.71.07-.97.33l-.64.64c-.36.36-.43.9-.23 1.33l-.55.55c-.44-.2-.97-.13-1.33.23l-.64.64c-.27.27-.37.63-.33.98l-.654.446l-.246-.246q-.244-.244-.412-.53c.362-.461 1.124-1.322 2.722-2.92c1.596-1.596 2.463-2.362 2.93-2.728c.2.046.39.146.55.298z"/><path d="M26 22c1.1-1.11 2.9-1.11 4 0v7H2v-7a2.82 2.82 0 0 1 4 0c1.1 1.11 2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0"/></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="M15.95 17.48a.81.81 0 1 0 0-1.62a.81.81 0 0 0 0 1.62"/><path d="M14.71 3a7.6 7.6 0 0 1 6.92 4.46l4.19 9.22a8.24 8.24 0 0 1 2.575 3.508c.56.058 1.11.239 1.605.544V13a2.82 2.82 0 0 0-4 0q-.257.258-.555.435L22.54 7.046A8.63 8.63 0 0 0 14.71 2H7.728a4 4 0 0 0-2.669 1.2L3.415 4.831a1.78 1.78 0 0 0-.5 1.608a1.79 1.79 0 0 0 1.92 2.63A1.8 1.8 0 0 0 7 8.809l.556-.545a.84.84 0 0 1 .624-.274l.706.01h1.056q-.383.256-.709.583l-1.39 1.39a4.6 4.6 0 0 0-1.373 3.409A2.8 2.8 0 0 1 6 13a2.82 2.82 0 0 0-4 0v7.734a3.815 3.815 0 0 1 4.71.562a1.82 1.82 0 0 0 2.58 0a3.8 3.8 0 0 1 2.226-1.098a3.8 3.8 0 0 1 1.329.064l.013.003c1.59.88 3.597.623 4.916-.685l1.063-1.063a4.13 4.13 0 0 0 1.159-3.575q.309-.028.624-.032l-2.44-5.37A4.32 4.32 0 0 0 14.24 7H8.9l-.72-.01a1.8 1.8 0 0 0-1.33.56l-.55.54a.8.8 0 0 1-1.12-.01a1 1 0 0 1-.14-.2h-.01a.8.8 0 0 1-.87.163a.8.8 0 0 1-.26-.183a.813.813 0 0 1 .03-1.13l.14-.13a.785.785 0 0 1 .05-1.06l1.64-1.63A3 3 0 0 1 7.79 3zm4.146 11.521v.004s.118.374.15.566a3.13 3.13 0 0 1-.876 2.72l-1.06 1.06a3.14 3.14 0 0 1-4.105.273l-.005-.004l-.862-.762a1.316 1.316 0 0 1-1.838-.024a1.32 1.32 0 0 1-.387-.933V17.4l-.001-.001l1.048-.709c.46.43 1.19.42 1.64-.03l.64-.64c.36-.36.43-.9.23-1.33l.09-.09a.3.3 0 0 0 .04.13l.66 1.25c.14.26.48.31.68.1l.44-.44c.2-.2.15-.55-.1-.68l-1.25-.66a.3.3 0 0 0-.135-.035l.125-.125c.44.2.97.13 1.33-.23l.64-.64c.45-.45.46-1.18.02-1.64l.676-1h.004a1.32 1.32 0 0 1 1.299 1.533l.003.003a1.3 1.3 0 0 1-.31.656l.75.839l-.011.018l.019.021c.197.255.35.532.456.821m-3.152-3.929l-.464.678c-.35-.04-.71.07-.97.33l-.64.64c-.36.36-.43.9-.23 1.33l-.55.55c-.44-.2-.97-.13-1.33.23l-.64.64c-.27.27-.37.63-.33.98l-.654.446l-.246-.246q-.244-.244-.412-.53c.362-.461 1.124-1.322 2.722-2.92c1.596-1.596 2.463-2.362 2.93-2.728c.2.046.39.146.55.298z"/><path d="M26 22c1.1-1.11 2.9-1.11 4 0v7H2v-7a2.82 2.82 0 0 1 4 0c1.1 1.11 2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0s2.9-1.11 4 0s2.9 1.11 4 0"/></g></svg>
</template>

CSS

.icon-person-swimming {
  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%22M15.95%2017.48a.81.81%200%201%200%200-1.62a.81.81%200%200%200%200%201.62%22%2F%3E%3Cpath%20d%3D%22M14.71%203a7.6%207.6%200%200%201%206.92%204.46l4.19%209.22a8.24%208.24%200%200%201%202.575%203.508c.56.058%201.11.239%201.605.544V13a2.82%202.82%200%200%200-4%200q-.257.258-.555.435L22.54%207.046A8.63%208.63%200%200%200%2014.71%202H7.728a4%204%200%200%200-2.669%201.2L3.415%204.831a1.78%201.78%200%200%200-.5%201.608a1.79%201.79%200%200%200%201.92%202.63A1.8%201.8%200%200%200%207%208.809l.556-.545a.84.84%200%200%201%20.624-.274l.706.01h1.056q-.383.256-.709.583l-1.39%201.39a4.6%204.6%200%200%200-1.373%203.409A2.8%202.8%200%200%201%206%2013a2.82%202.82%200%200%200-4%200v7.734a3.815%203.815%200%200%201%204.71.562a1.82%201.82%200%200%200%202.58%200a3.8%203.8%200%200%201%202.226-1.098a3.8%203.8%200%200%201%201.329.064l.013.003c1.59.88%203.597.623%204.916-.685l1.063-1.063a4.13%204.13%200%200%200%201.159-3.575q.309-.028.624-.032l-2.44-5.37A4.32%204.32%200%200%200%2014.24%207H8.9l-.72-.01a1.8%201.8%200%200%200-1.33.56l-.55.54a.8.8%200%200%201-1.12-.01a1%201%200%200%201-.14-.2h-.01a.8.8%200%200%201-.87.163a.8.8%200%200%201-.26-.183a.813.813%200%200%201%20.03-1.13l.14-.13a.785.785%200%200%201%20.05-1.06l1.64-1.63A3%203%200%200%201%207.79%203zm4.146%2011.521v.004s.118.374.15.566a3.13%203.13%200%200%201-.876%202.72l-1.06%201.06a3.14%203.14%200%200%201-4.105.273l-.005-.004l-.862-.762a1.316%201.316%200%200%201-1.838-.024a1.32%201.32%200%200%201-.387-.933V17.4l-.001-.001l1.048-.709c.46.43%201.19.42%201.64-.03l.64-.64c.36-.36.43-.9.23-1.33l.09-.09a.3.3%200%200%200%20.04.13l.66%201.25c.14.26.48.31.68.1l.44-.44c.2-.2.15-.55-.1-.68l-1.25-.66a.3.3%200%200%200-.135-.035l.125-.125c.44.2.97.13%201.33-.23l.64-.64c.45-.45.46-1.18.02-1.64l.676-1h.004a1.32%201.32%200%200%201%201.299%201.533l.003.003a1.3%201.3%200%200%201-.31.656l.75.839l-.011.018l.019.021c.197.255.35.532.456.821m-3.152-3.929l-.464.678c-.35-.04-.71.07-.97.33l-.64.64c-.36.36-.43.9-.23%201.33l-.55.55c-.44-.2-.97-.13-1.33.23l-.64.64c-.27.27-.37.63-.33.98l-.654.446l-.246-.246q-.244-.244-.412-.53c.362-.461%201.124-1.322%202.722-2.92c1.596-1.596%202.463-2.362%202.93-2.728c.2.046.39.146.55.298z%22%2F%3E%3Cpath%20d%3D%22M26%2022c1.1-1.11%202.9-1.11%204%200v7H2v-7a2.82%202.82%200%200%201%204%200c1.1%201.11%202.9%201.11%204%200s2.9-1.11%204%200s2.9%201.11%204%200s2.9-1.11%204%200s2.9%201.11%204%200%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%22M15.95%2017.48a.81.81%200%201%200%200-1.62a.81.81%200%200%200%200%201.62%22%2F%3E%3Cpath%20d%3D%22M14.71%203a7.6%207.6%200%200%201%206.92%204.46l4.19%209.22a8.24%208.24%200%200%201%202.575%203.508c.56.058%201.11.239%201.605.544V13a2.82%202.82%200%200%200-4%200q-.257.258-.555.435L22.54%207.046A8.63%208.63%200%200%200%2014.71%202H7.728a4%204%200%200%200-2.669%201.2L3.415%204.831a1.78%201.78%200%200%200-.5%201.608a1.79%201.79%200%200%200%201.92%202.63A1.8%201.8%200%200%200%207%208.809l.556-.545a.84.84%200%200%201%20.624-.274l.706.01h1.056q-.383.256-.709.583l-1.39%201.39a4.6%204.6%200%200%200-1.373%203.409A2.8%202.8%200%200%201%206%2013a2.82%202.82%200%200%200-4%200v7.734a3.815%203.815%200%200%201%204.71.562a1.82%201.82%200%200%200%202.58%200a3.8%203.8%200%200%201%202.226-1.098a3.8%203.8%200%200%201%201.329.064l.013.003c1.59.88%203.597.623%204.916-.685l1.063-1.063a4.13%204.13%200%200%200%201.159-3.575q.309-.028.624-.032l-2.44-5.37A4.32%204.32%200%200%200%2014.24%207H8.9l-.72-.01a1.8%201.8%200%200%200-1.33.56l-.55.54a.8.8%200%200%201-1.12-.01a1%201%200%200%201-.14-.2h-.01a.8.8%200%200%201-.87.163a.8.8%200%200%201-.26-.183a.813.813%200%200%201%20.03-1.13l.14-.13a.785.785%200%200%201%20.05-1.06l1.64-1.63A3%203%200%200%201%207.79%203zm4.146%2011.521v.004s.118.374.15.566a3.13%203.13%200%200%201-.876%202.72l-1.06%201.06a3.14%203.14%200%200%201-4.105.273l-.005-.004l-.862-.762a1.316%201.316%200%200%201-1.838-.024a1.32%201.32%200%200%201-.387-.933V17.4l-.001-.001l1.048-.709c.46.43%201.19.42%201.64-.03l.64-.64c.36-.36.43-.9.23-1.33l.09-.09a.3.3%200%200%200%20.04.13l.66%201.25c.14.26.48.31.68.1l.44-.44c.2-.2.15-.55-.1-.68l-1.25-.66a.3.3%200%200%200-.135-.035l.125-.125c.44.2.97.13%201.33-.23l.64-.64c.45-.45.46-1.18.02-1.64l.676-1h.004a1.32%201.32%200%200%201%201.299%201.533l.003.003a1.3%201.3%200%200%201-.31.656l.75.839l-.011.018l.019.021c.197.255.35.532.456.821m-3.152-3.929l-.464.678c-.35-.04-.71.07-.97.33l-.64.64c-.36.36-.43.9-.23%201.33l-.55.55c-.44-.2-.97-.13-1.33.23l-.64.64c-.27.27-.37.63-.33.98l-.654.446l-.246-.246q-.244-.244-.412-.53c.362-.461%201.124-1.322%202.722-2.92c1.596-1.596%202.463-2.362%202.93-2.728c.2.046.39.146.55.298z%22%2F%3E%3Cpath%20d%3D%22M26%2022c1.1-1.11%202.9-1.11%204%200v7H2v-7a2.82%202.82%200%200%201%204%200c1.1%201.11%202.9%201.11%204%200s2.9-1.11%204%200s2.9%201.11%204%200s2.9-1.11%204%200s2.9%201.11%204%200%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/person-swimming.svg?color=%231a73e8&size=48