float icon
float from IconPark Solid by ByteDance · Solid · Baby · Apache-2.0 Free for personal and commercial use.
- Name
- float
- Set
- IconPark Solid
- Style
- Solid
- Category
- Baby
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More baby icons from IconPark Solid
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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M24 40c11.046 0 20-7.163 20-16S35.046 8 24 8S4 15.163 4 24s8.954 16 20 16Z"/><path fill="currentColor" d="M24 28c5.523 0 10-2.686 10-6s-4.477-6-10-6s-10 2.686-10 6s4.477 6 10 6Z"/><path stroke-linecap="round" d="M24 16V8m8 10s2.625-4 7-4m-23 4s-2-4-7-4m9 13s-6 2-7 9m19-9s6.5 2 7 9"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidFloat(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="currentColor" strokeLinejoin="round" strokeWidth="4"><path d="M24 40c11.046 0 20-7.163 20-16S35.046 8 24 8S4 15.163 4 24s8.954 16 20 16Z"/><path fill="currentColor" d="M24 28c5.523 0 10-2.686 10-6s-4.477-6-10-6s-10 2.686-10 6s4.477 6 10 6Z"/><path strokeLinecap="round" d="M24 16V8m8 10s2.625-4 7-4m-23 4s-2-4-7-4m9 13s-6 2-7 9m19-9s6.5 2 7 9"/></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="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M24 40c11.046 0 20-7.163 20-16S35.046 8 24 8S4 15.163 4 24s8.954 16 20 16Z"/><path fill="currentColor" d="M24 28c5.523 0 10-2.686 10-6s-4.477-6-10-6s-10 2.686-10 6s4.477 6 10 6Z"/><path stroke-linecap="round" d="M24 16V8m8 10s2.625-4 7-4m-23 4s-2-4-7-4m9 13s-6 2-7 9m19-9s6.5 2 7 9"/></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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040c11.046%200%2020-7.163%2020-16S35.046%208%2024%208S4%2015.163%204%2024s8.954%2016%2020%2016Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2028c5.523%200%2010-2.686%2010-6s-4.477-6-10-6s-10%202.686-10%206s4.477%206%2010%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V8m8%2010s2.625-4%207-4m-23%204s-2-4-7-4m9%2013s-6%202-7%209m19-9s6.5%202%207%209%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%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2040c11.046%200%2020-7.163%2020-16S35.046%208%2024%208S4%2015.163%204%2024s8.954%2016%2020%2016Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2028c5.523%200%2010-2.686%2010-6s-4.477-6-10-6s-10%202.686-10%206s4.477%206%2010%206Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V8m8%2010s2.625-4%207-4m-23%204s-2-4-7-4m9%2013s-6%202-7%209m19-9s6.5%202%207%209%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-solid/float.svg?color=%231a73e8&size=48