weight icon
weight from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.
- Name
- weight
- Set
- IconPark
- Style
- Color
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark
Use the weight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M12 19.0537C15.3249 15.0537 19.3249 13.0537 24 13.0537C28.6751 13.0537 32.6751 15.0537 36 19.0537"/><path fill="#fff" d="M24 31C25.6569 31 27 29.6569 27 28C27 26.3431 25.6569 25 24 25C22.3431 25 21 26.3431 21 28C21 29.6569 22.3431 31 24 31Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M19 21L24.0083 28"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkWeight(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"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M12 19.0537C15.3249 15.0537 19.3249 13.0537 24 13.0537C28.6751 13.0537 32.6751 15.0537 36 19.0537"/><path fill="#fff" d="M24 31C25.6569 31 27 29.6569 27 28C27 26.3431 25.6569 25 24 25C22.3431 25 21 26.3431 21 28C21 29.6569 22.3431 31 24 31Z"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M19 21L24.0083 28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M12 19.0537C15.3249 15.0537 19.3249 13.0537 24 13.0537C28.6751 13.0537 32.6751 15.0537 36 19.0537"/><path fill="#fff" d="M24 31C25.6569 31 27 29.6569 27 28C27 26.3431 25.6569 25 24 25C22.3431 25 21 26.3431 21 28C21 29.6569 22.3431 31 24 31Z"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M19 21L24.0083 28"/></g></svg> </template>
CSS
.icon-weight {
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%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%204H7C5.34315%204%204%205.34315%204%207V41C4%2042.6569%205.34315%2044%207%2044H41C42.6569%2044%2044%2042.6569%2044%2041V7C44%205.34315%2042.6569%204%2041%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2019.0537C15.3249%2015.0537%2019.3249%2013.0537%2024%2013.0537C28.6751%2013.0537%2032.6751%2015.0537%2036%2019.0537%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2031C25.6569%2031%2027%2029.6569%2027%2028C27%2026.3431%2025.6569%2025%2024%2025C22.3431%2025%2021%2026.3431%2021%2028C21%2029.6569%2022.3431%2031%2024%2031Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19%2021L24.0083%2028%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%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%204H7C5.34315%204%204%205.34315%204%207V41C4%2042.6569%205.34315%2044%207%2044H41C42.6569%2044%2044%2042.6569%2044%2041V7C44%205.34315%2042.6569%204%2041%204Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2019.0537C15.3249%2015.0537%2019.3249%2013.0537%2024%2013.0537C28.6751%2013.0537%2032.6751%2015.0537%2036%2019.0537%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2031C25.6569%2031%2027%2029.6569%2027%2028C27%2026.3431%2025.6569%2025%2024%2025C22.3431%2025%2021%2026.3431%2021%2028C21%2029.6569%2022.3431%2031%2024%2031Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19%2021L24.0083%2028%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/weight.svg?color=%231a73e8&size=48