balance icon
balance from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- balance
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark
Use the balance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M35 25C27.89 22.42 20.11 22.42 13 25L12 14C19 11 29 11 36 14L35 25Z"/><path stroke="#fff" d="M24 23L21 18"/><path stroke="#000" d="M42 39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9C6 7.34315 7.34315 6 9 6H39C40.6569 6 42 7.34315 42 9V39Z"/><path stroke="#000" d="M29 23.4552C25.6869 22.9348 22.3131 22.9348 19 23.4552"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBalance(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" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M35 25C27.89 22.42 20.11 22.42 13 25L12 14C19 11 29 11 36 14L35 25Z"/><path stroke="#fff" d="M24 23L21 18"/><path stroke="#000" d="M42 39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9C6 7.34315 7.34315 6 9 6H39C40.6569 6 42 7.34315 42 9V39Z"/><path stroke="#000" d="M29 23.4552C25.6869 22.9348 22.3131 22.9348 19 23.4552"/></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-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M35 25C27.89 22.42 20.11 22.42 13 25L12 14C19 11 29 11 36 14L35 25Z"/><path stroke="#fff" d="M24 23L21 18"/><path stroke="#000" d="M42 39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9C6 7.34315 7.34315 6 9 6H39C40.6569 6 42 7.34315 42 9V39Z"/><path stroke="#000" d="M29 23.4552C25.6869 22.9348 22.3131 22.9348 19 23.4552"/></g></svg> </template>
CSS
.icon-balance {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M35%2025C27.89%2022.42%2020.11%2022.42%2013%2025L12%2014C19%2011%2029%2011%2036%2014L35%2025Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M24%2023L21%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42%2039C42%2040.6569%2040.6569%2042%2039%2042H9C7.34315%2042%206%2040.6569%206%2039V9C6%207.34315%207.34315%206%209%206H39C40.6569%206%2042%207.34315%2042%209V39Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29%2023.4552C25.6869%2022.9348%2022.3131%2022.9348%2019%2023.4552%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M35%2025C27.89%2022.42%2020.11%2022.42%2013%2025L12%2014C19%2011%2029%2011%2036%2014L35%2025Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M24%2023L21%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M42%2039C42%2040.6569%2040.6569%2042%2039%2042H9C7.34315%2042%206%2040.6569%206%2039V9C6%207.34315%207.34315%206%209%206H39C40.6569%206%2042%207.34315%2042%209V39Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29%2023.4552C25.6869%2022.9348%2022.3131%2022.9348%2019%2023.4552%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/balance.svg?color=%231a73e8&size=48