float from IconPark by ByteDance · Color · Baby · Apache-2.0 Free for personal and commercial use.

Name
float
Set
IconPark
Style
Color
Category
Baby
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More baby icons from IconPark

Use the float icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 40C35.0457 40 44 32.8366 44 24C44 15.1634 35.0457 8 24 8C12.9543 8 4 15.1634 4 24C4 32.8366 12.9543 40 24 40Z"/><path fill="#2F88FF" d="M24 28C29.5228 28 34 25.3137 34 22C34 18.6863 29.5228 16 24 16C18.4772 16 14 18.6863 14 22C14 25.3137 18.4772 28 24 28Z"/><path stroke-linecap="round" d="M24 16V8"/><path stroke-linecap="round" d="M32 18C32 18 34.625 14 39 14"/><path stroke-linecap="round" d="M16 18C16 18 14 14 9 14"/><path stroke-linecap="round" d="M18 27C18 27 12 29 11 36"/><path stroke-linecap="round" d="M30 27C30 27 36.5 29 37 36"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFloat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path d="M24 40C35.0457 40 44 32.8366 44 24C44 15.1634 35.0457 8 24 8C12.9543 8 4 15.1634 4 24C4 32.8366 12.9543 40 24 40Z"/><path fill="#2F88FF" d="M24 28C29.5228 28 34 25.3137 34 22C34 18.6863 29.5228 16 24 16C18.4772 16 14 18.6863 14 22C14 25.3137 18.4772 28 24 28Z"/><path strokeLinecap="round" d="M24 16V8"/><path strokeLinecap="round" d="M32 18C32 18 34.625 14 39 14"/><path strokeLinecap="round" d="M16 18C16 18 14 14 9 14"/><path strokeLinecap="round" d="M18 27C18 27 12 29 11 36"/><path strokeLinecap="round" d="M30 27C30 27 36.5 29 37 36"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path d="M24 40C35.0457 40 44 32.8366 44 24C44 15.1634 35.0457 8 24 8C12.9543 8 4 15.1634 4 24C4 32.8366 12.9543 40 24 40Z"/><path fill="#2F88FF" d="M24 28C29.5228 28 34 25.3137 34 22C34 18.6863 29.5228 16 24 16C18.4772 16 14 18.6863 14 22C14 25.3137 18.4772 28 24 28Z"/><path stroke-linecap="round" d="M24 16V8"/><path stroke-linecap="round" d="M32 18C32 18 34.625 14 39 14"/><path stroke-linecap="round" d="M16 18C16 18 14 14 9 14"/><path stroke-linecap="round" d="M18 27C18 27 12 29 11 36"/><path stroke-linecap="round" d="M30 27C30 27 36.5 29 37 36"/></g></svg>
</template>

CSS

.icon-float {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040C35.0457%2040%2044%2032.8366%2044%2024C44%2015.1634%2035.0457%208%2024%208C12.9543%208%204%2015.1634%204%2024C4%2032.8366%2012.9543%2040%2024%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028C29.5228%2028%2034%2025.3137%2034%2022C34%2018.6863%2029.5228%2016%2024%2016C18.4772%2016%2014%2018.6863%2014%2022C14%2025.3137%2018.4772%2028%2024%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2018C32%2018%2034.625%2014%2039%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018C16%2018%2014%2014%209%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2027C18%2027%2012%2029%2011%2036%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2027C30%2027%2036.5%2029%2037%2036%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040C35.0457%2040%2044%2032.8366%2044%2024C44%2015.1634%2035.0457%208%2024%208C12.9543%208%204%2015.1634%204%2024C4%2032.8366%2012.9543%2040%2024%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028C29.5228%2028%2034%2025.3137%2034%2022C34%2018.6863%2029.5228%2016%2024%2016C18.4772%2016%2014%2018.6863%2014%2022C14%2025.3137%2018.4772%2028%2024%2028Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V8%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2018C32%2018%2034.625%2014%2039%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2018C16%2018%2014%2014%209%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2027C18%2027%2012%2029%2011%2036%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2027C30%2027%2036.5%2029%2037%2036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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