ipo icon
ipo from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- ipo
- Set
- IconPark
- Style
- Color
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More money icons from IconPark
Use the ipo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4 18.313V7H44V18.313C41.8815 19.068 40.3636 21.1053 40.3636 23.5C40.3636 25.8947 41.8815 27.932 44 28.687V40H4V28.687C6.11853 27.932 7.63636 25.8947 7.63636 23.5C7.63636 21.1053 6.11853 19.068 4 18.313V18.313Z"/><path stroke="#fff" stroke-linecap="round" d="M13 18V29"/><path stroke="#fff" stroke-linecap="round" d="M18 18V29"/><path fill="#43CCF8" stroke="#fff" d="M18 18H21C22.6569 18 24 19.3431 24 21C24 22.6569 22.6569 24 21 24H18V18Z"/><ellipse cx="32" cy="24" fill="#43CCF8" stroke="#fff" rx="3" ry="5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkIpo(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M4 18.313V7H44V18.313C41.8815 19.068 40.3636 21.1053 40.3636 23.5C40.3636 25.8947 41.8815 27.932 44 28.687V40H4V28.687C6.11853 27.932 7.63636 25.8947 7.63636 23.5C7.63636 21.1053 6.11853 19.068 4 18.313V18.313Z"/><path stroke="#fff" strokeLinecap="round" d="M13 18V29"/><path stroke="#fff" strokeLinecap="round" d="M18 18V29"/><path fill="#43CCF8" stroke="#fff" d="M18 18H21C22.6569 18 24 19.3431 24 21C24 22.6569 22.6569 24 21 24H18V18Z"/><ellipse cx="32" cy="24" fill="#43CCF8" stroke="#fff" rx="3" ry="5"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4 18.313V7H44V18.313C41.8815 19.068 40.3636 21.1053 40.3636 23.5C40.3636 25.8947 41.8815 27.932 44 28.687V40H4V28.687C6.11853 27.932 7.63636 25.8947 7.63636 23.5C7.63636 21.1053 6.11853 19.068 4 18.313V18.313Z"/><path stroke="#fff" stroke-linecap="round" d="M13 18V29"/><path stroke="#fff" stroke-linecap="round" d="M18 18V29"/><path fill="#43CCF8" stroke="#fff" d="M18 18H21C22.6569 18 24 19.3431 24 21C24 22.6569 22.6569 24 21 24H18V18Z"/><ellipse cx="32" cy="24" fill="#43CCF8" stroke="#fff" rx="3" ry="5"/></g></svg> </template>
CSS
.icon-ipo {
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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4%2018.313V7H44V18.313C41.8815%2019.068%2040.3636%2021.1053%2040.3636%2023.5C40.3636%2025.8947%2041.8815%2027.932%2044%2028.687V40H4V28.687C6.11853%2027.932%207.63636%2025.8947%207.63636%2023.5C7.63636%2021.1053%206.11853%2019.068%204%2018.313V18.313Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2018V29%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2018V29%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M18%2018H21C22.6569%2018%2024%2019.3431%2024%2021C24%2022.6569%2022.6569%2024%2021%2024H18V18Z%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2224%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%225%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4%2018.313V7H44V18.313C41.8815%2019.068%2040.3636%2021.1053%2040.3636%2023.5C40.3636%2025.8947%2041.8815%2027.932%2044%2028.687V40H4V28.687C6.11853%2027.932%207.63636%2025.8947%207.63636%2023.5C7.63636%2021.1053%206.11853%2019.068%204%2018.313V18.313Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2018V29%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M18%2018V29%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M18%2018H21C22.6569%2018%2024%2019.3431%2024%2021C24%2022.6569%2022.6569%2024%2021%2024H18V18Z%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2224%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%223%22%20ry%3D%225%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/ipo.svg?color=%231a73e8&size=48