weights icon
weights from Health Icons by Resolve to Save Lives · Filled · Exercise · MIT Free for personal and commercial use.
- Name
- weights
- Set
- Health Icons
- Style
- Filled
- Category
- Exercise
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More exercise icons from Health Icons
Use the weights icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M10.085 6.973a1 1 0 0 0-1.081-.912l-1.993.17a1 1 0 0 0-.912 1.08l.329 3.869a1 1 0 0 0 .146 1.725l.35 4.122a1 1 0 0 0 1.082.912l1.993-.17a1 1 0 0 0 .911-1.08l-.369-4.346q.764-.137 1.503-.26c.106 1.65.41 4.449.973 7.085c.359 1.68.851 3.434 1.535 4.814c.34.688.782 1.392 1.367 1.948c.518.492 1.217.927 2.081 1.041v4.332l-.325-.117l-.223-.08c-1.005-.36-2.027-.726-2.806-.923c-.379-.096-.952-.221-1.514-.171a2.4 2.4 0 0 0-1.314.516A2.22 2.22 0 0 0 11 32.263c0 .823.281 2.94.52 4.631a276 276 0 0 0 .46 3.129l.032.209l.009.055l.002.014v.005L14 40l-1.976.307a2 2 0 0 0 3.971-.165l.37-5.176c1.11.398 2.408.857 3.688 1.217c1.273.358 2.67.66 3.947.66s2.674-.302 3.948-.66c1.27-.357 2.555-.812 3.66-1.207l.398 5.177a2 2 0 0 0 3.97.154L34 40l1.977.306V40.3l.003-.014l.008-.055l.032-.21a283 283 0 0 0 .46-3.128c.24-1.691.52-3.808.52-4.63c0-.59-.23-1.258-.817-1.736a2.4 2.4 0 0 0-1.315-.516c-.562-.05-1.135.075-1.513.17c-.78.198-1.801.564-2.806.924l-.223.08l-.326.117v-4.327c1.89-.211 3.035-1.743 3.667-2.962c.731-1.412 1.209-3.197 1.533-4.886c.508-2.639.709-5.41.774-7.032q.73.12 1.485.254l-.369 4.339a1 1 0 0 0 .912 1.08l1.993.17a1 1 0 0 0 1.08-.912l.351-4.122a.998.998 0 0 0 .146-1.725l.33-3.869a1 1 0 0 0-.913-1.08l-1.992-.17a1 1 0 0 0-1.081.912l-.287 3.376a121 121 0 0 0-1.877-.315a2 2 0 0 0-3.161-.453c-6.077-.767-11.222-.766-17.192-.01a2 2 0 0 0-3.144.453q-.925.147-1.884.318zm6.843 11.36a48.5 48.5 0 0 1-.912-6.825c5.531-.673 10.346-.673 15.975.014c-.037 1.332-.208 4.194-.719 6.85c-.3 1.561-.69 2.901-1.157 3.802c-.318.613-.535.785-.608.826H18.644c-.116-.121-.296-.366-.508-.794c-.462-.933-.872-2.304-1.208-3.874M28.5 16.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWeights(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M10.085 6.973a1 1 0 0 0-1.081-.912l-1.993.17a1 1 0 0 0-.912 1.08l.329 3.869a1 1 0 0 0 .146 1.725l.35 4.122a1 1 0 0 0 1.082.912l1.993-.17a1 1 0 0 0 .911-1.08l-.369-4.346q.764-.137 1.503-.26c.106 1.65.41 4.449.973 7.085c.359 1.68.851 3.434 1.535 4.814c.34.688.782 1.392 1.367 1.948c.518.492 1.217.927 2.081 1.041v4.332l-.325-.117l-.223-.08c-1.005-.36-2.027-.726-2.806-.923c-.379-.096-.952-.221-1.514-.171a2.4 2.4 0 0 0-1.314.516A2.22 2.22 0 0 0 11 32.263c0 .823.281 2.94.52 4.631a276 276 0 0 0 .46 3.129l.032.209l.009.055l.002.014v.005L14 40l-1.976.307a2 2 0 0 0 3.971-.165l.37-5.176c1.11.398 2.408.857 3.688 1.217c1.273.358 2.67.66 3.947.66s2.674-.302 3.948-.66c1.27-.357 2.555-.812 3.66-1.207l.398 5.177a2 2 0 0 0 3.97.154L34 40l1.977.306V40.3l.003-.014l.008-.055l.032-.21a283 283 0 0 0 .46-3.128c.24-1.691.52-3.808.52-4.63c0-.59-.23-1.258-.817-1.736a2.4 2.4 0 0 0-1.315-.516c-.562-.05-1.135.075-1.513.17c-.78.198-1.801.564-2.806.924l-.223.08l-.326.117v-4.327c1.89-.211 3.035-1.743 3.667-2.962c.731-1.412 1.209-3.197 1.533-4.886c.508-2.639.709-5.41.774-7.032q.73.12 1.485.254l-.369 4.339a1 1 0 0 0 .912 1.08l1.993.17a1 1 0 0 0 1.08-.912l.351-4.122a.998.998 0 0 0 .146-1.725l.33-3.869a1 1 0 0 0-.913-1.08l-1.992-.17a1 1 0 0 0-1.081.912l-.287 3.376a121 121 0 0 0-1.877-.315a2 2 0 0 0-3.161-.453c-6.077-.767-11.222-.766-17.192-.01a2 2 0 0 0-3.144.453q-.925.147-1.884.318zm6.843 11.36a48.5 48.5 0 0 1-.912-6.825c5.531-.673 10.346-.673 15.975.014c-.037 1.332-.208 4.194-.719 6.85c-.3 1.561-.69 2.901-1.157 3.802c-.318.613-.535.785-.608.826H18.644c-.116-.121-.296-.366-.508-.794c-.462-.933-.872-2.304-1.208-3.874M28.5 16.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M10.085 6.973a1 1 0 0 0-1.081-.912l-1.993.17a1 1 0 0 0-.912 1.08l.329 3.869a1 1 0 0 0 .146 1.725l.35 4.122a1 1 0 0 0 1.082.912l1.993-.17a1 1 0 0 0 .911-1.08l-.369-4.346q.764-.137 1.503-.26c.106 1.65.41 4.449.973 7.085c.359 1.68.851 3.434 1.535 4.814c.34.688.782 1.392 1.367 1.948c.518.492 1.217.927 2.081 1.041v4.332l-.325-.117l-.223-.08c-1.005-.36-2.027-.726-2.806-.923c-.379-.096-.952-.221-1.514-.171a2.4 2.4 0 0 0-1.314.516A2.22 2.22 0 0 0 11 32.263c0 .823.281 2.94.52 4.631a276 276 0 0 0 .46 3.129l.032.209l.009.055l.002.014v.005L14 40l-1.976.307a2 2 0 0 0 3.971-.165l.37-5.176c1.11.398 2.408.857 3.688 1.217c1.273.358 2.67.66 3.947.66s2.674-.302 3.948-.66c1.27-.357 2.555-.812 3.66-1.207l.398 5.177a2 2 0 0 0 3.97.154L34 40l1.977.306V40.3l.003-.014l.008-.055l.032-.21a283 283 0 0 0 .46-3.128c.24-1.691.52-3.808.52-4.63c0-.59-.23-1.258-.817-1.736a2.4 2.4 0 0 0-1.315-.516c-.562-.05-1.135.075-1.513.17c-.78.198-1.801.564-2.806.924l-.223.08l-.326.117v-4.327c1.89-.211 3.035-1.743 3.667-2.962c.731-1.412 1.209-3.197 1.533-4.886c.508-2.639.709-5.41.774-7.032q.73.12 1.485.254l-.369 4.339a1 1 0 0 0 .912 1.08l1.993.17a1 1 0 0 0 1.08-.912l.351-4.122a.998.998 0 0 0 .146-1.725l.33-3.869a1 1 0 0 0-.913-1.08l-1.992-.17a1 1 0 0 0-1.081.912l-.287 3.376a121 121 0 0 0-1.877-.315a2 2 0 0 0-3.161-.453c-6.077-.767-11.222-.766-17.192-.01a2 2 0 0 0-3.144.453q-.925.147-1.884.318zm6.843 11.36a48.5 48.5 0 0 1-.912-6.825c5.531-.673 10.346-.673 15.975.014c-.037 1.332-.208 4.194-.719 6.85c-.3 1.561-.69 2.901-1.157 3.802c-.318.613-.535.785-.608.826H18.644c-.116-.121-.296-.366-.508-.794c-.462-.933-.872-2.304-1.208-3.874M28.5 16.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-weights {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.085%206.973a1%201%200%200%200-1.081-.912l-1.993.17a1%201%200%200%200-.912%201.08l.329%203.869a1%201%200%200%200%20.146%201.725l.35%204.122a1%201%200%200%200%201.082.912l1.993-.17a1%201%200%200%200%20.911-1.08l-.369-4.346q.764-.137%201.503-.26c.106%201.65.41%204.449.973%207.085c.359%201.68.851%203.434%201.535%204.814c.34.688.782%201.392%201.367%201.948c.518.492%201.217.927%202.081%201.041v4.332l-.325-.117l-.223-.08c-1.005-.36-2.027-.726-2.806-.923c-.379-.096-.952-.221-1.514-.171a2.4%202.4%200%200%200-1.314.516A2.22%202.22%200%200%200%2011%2032.263c0%20.823.281%202.94.52%204.631a276%20276%200%200%200%20.46%203.129l.032.209l.009.055l.002.014v.005L14%2040l-1.976.307a2%202%200%200%200%203.971-.165l.37-5.176c1.11.398%202.408.857%203.688%201.217c1.273.358%202.67.66%203.947.66s2.674-.302%203.948-.66c1.27-.357%202.555-.812%203.66-1.207l.398%205.177a2%202%200%200%200%203.97.154L34%2040l1.977.306V40.3l.003-.014l.008-.055l.032-.21a283%20283%200%200%200%20.46-3.128c.24-1.691.52-3.808.52-4.63c0-.59-.23-1.258-.817-1.736a2.4%202.4%200%200%200-1.315-.516c-.562-.05-1.135.075-1.513.17c-.78.198-1.801.564-2.806.924l-.223.08l-.326.117v-4.327c1.89-.211%203.035-1.743%203.667-2.962c.731-1.412%201.209-3.197%201.533-4.886c.508-2.639.709-5.41.774-7.032q.73.12%201.485.254l-.369%204.339a1%201%200%200%200%20.912%201.08l1.993.17a1%201%200%200%200%201.08-.912l.351-4.122a.998.998%200%200%200%20.146-1.725l.33-3.869a1%201%200%200%200-.913-1.08l-1.992-.17a1%201%200%200%200-1.081.912l-.287%203.376a121%20121%200%200%200-1.877-.315a2%202%200%200%200-3.161-.453c-6.077-.767-11.222-.766-17.192-.01a2%202%200%200%200-3.144.453q-.925.147-1.884.318zm6.843%2011.36a48.5%2048.5%200%200%201-.912-6.825c5.531-.673%2010.346-.673%2015.975.014c-.037%201.332-.208%204.194-.719%206.85c-.3%201.561-.69%202.901-1.157%203.802c-.318.613-.535.785-.608.826H18.644c-.116-.121-.296-.366-.508-.794c-.462-.933-.872-2.304-1.208-3.874M28.5%2016.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.085%206.973a1%201%200%200%200-1.081-.912l-1.993.17a1%201%200%200%200-.912%201.08l.329%203.869a1%201%200%200%200%20.146%201.725l.35%204.122a1%201%200%200%200%201.082.912l1.993-.17a1%201%200%200%200%20.911-1.08l-.369-4.346q.764-.137%201.503-.26c.106%201.65.41%204.449.973%207.085c.359%201.68.851%203.434%201.535%204.814c.34.688.782%201.392%201.367%201.948c.518.492%201.217.927%202.081%201.041v4.332l-.325-.117l-.223-.08c-1.005-.36-2.027-.726-2.806-.923c-.379-.096-.952-.221-1.514-.171a2.4%202.4%200%200%200-1.314.516A2.22%202.22%200%200%200%2011%2032.263c0%20.823.281%202.94.52%204.631a276%20276%200%200%200%20.46%203.129l.032.209l.009.055l.002.014v.005L14%2040l-1.976.307a2%202%200%200%200%203.971-.165l.37-5.176c1.11.398%202.408.857%203.688%201.217c1.273.358%202.67.66%203.947.66s2.674-.302%203.948-.66c1.27-.357%202.555-.812%203.66-1.207l.398%205.177a2%202%200%200%200%203.97.154L34%2040l1.977.306V40.3l.003-.014l.008-.055l.032-.21a283%20283%200%200%200%20.46-3.128c.24-1.691.52-3.808.52-4.63c0-.59-.23-1.258-.817-1.736a2.4%202.4%200%200%200-1.315-.516c-.562-.05-1.135.075-1.513.17c-.78.198-1.801.564-2.806.924l-.223.08l-.326.117v-4.327c1.89-.211%203.035-1.743%203.667-2.962c.731-1.412%201.209-3.197%201.533-4.886c.508-2.639.709-5.41.774-7.032q.73.12%201.485.254l-.369%204.339a1%201%200%200%200%20.912%201.08l1.993.17a1%201%200%200%200%201.08-.912l.351-4.122a.998.998%200%200%200%20.146-1.725l.33-3.869a1%201%200%200%200-.913-1.08l-1.992-.17a1%201%200%200%200-1.081.912l-.287%203.376a121%20121%200%200%200-1.877-.315a2%202%200%200%200-3.161-.453c-6.077-.767-11.222-.766-17.192-.01a2%202%200%200%200-3.144.453q-.925.147-1.884.318zm6.843%2011.36a48.5%2048.5%200%200%201-.912-6.825c5.531-.673%2010.346-.673%2015.975.014c-.037%201.332-.208%204.194-.719%206.85c-.3%201.561-.69%202.901-1.157%203.802c-.318.613-.535.785-.608.826H18.644c-.116-.121-.296-.366-.508-.794c-.462-.933-.872-2.304-1.208-3.874M28.5%2016.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/weights.svg?color=%231a73e8&size=48