weightlifting icon

weightlifting-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
weightlifting-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the weightlifting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5c.8 0 1.56.02 2.262.053l-.012.03l1.575.945c.373.224.594.58.7.992l.456 2.284a1 1 0 0 1-1.962.392l-.413-2.066l-2.008-1.205A2.5 2.5 0 0 1 12 17c-.207 0-.407-.028-.599-.075L9.394 18.13l-.414 2.066a1 1 0 0 1-1.96-.392l.456-2.283c.105-.412.326-.769.699-.993l1.574-.945l-.013-.03A49 49 0 0 1 12 15.5"/><path fill="currentColor" fill-rule="evenodd" d="M13.172 9a3 3 0 0 1 2.121.879l3.014 3.014c.314.04.55.072.693.094V12a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0v-1.002q-.086.001-.17-.013a34 34 0 0 0-1.93-.24A50 50 0 0 0 12 14.5c-1.96 0-3.676.123-4.9.245a34 34 0 0 0-1.935.241Q5.082 15 5 14.998V16a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v.987c.22-.033.656-.094 1.262-.163l2.38-2.776A3 3 0 0 1 10.92 9zm-2.252 2c-.292 0-.57.128-.76.35l-1.058 1.234c.441-.025.91-.046 1.398-.06zm2.58 1.523q.735.023 1.398.061L13.84 11.35a1 1 0 0 0-.76-.35z" clip-rule="evenodd"/><path fill="currentColor" d="M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWeightliftingFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5c.8 0 1.56.02 2.262.053l-.012.03l1.575.945c.373.224.594.58.7.992l.456 2.284a1 1 0 0 1-1.962.392l-.413-2.066l-2.008-1.205A2.5 2.5 0 0 1 12 17c-.207 0-.407-.028-.599-.075L9.394 18.13l-.414 2.066a1 1 0 0 1-1.96-.392l.456-2.283c.105-.412.326-.769.699-.993l1.574-.945l-.013-.03A49 49 0 0 1 12 15.5"/><path fill="currentColor" fillRule="evenodd" d="M13.172 9a3 3 0 0 1 2.121.879l3.014 3.014c.314.04.55.072.693.094V12a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0v-1.002q-.086.001-.17-.013a34 34 0 0 0-1.93-.24A50 50 0 0 0 12 14.5c-1.96 0-3.676.123-4.9.245a34 34 0 0 0-1.935.241Q5.082 15 5 14.998V16a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v.987c.22-.033.656-.094 1.262-.163l2.38-2.776A3 3 0 0 1 10.92 9zm-2.252 2c-.292 0-.57.128-.76.35l-1.058 1.234c.441-.025.91-.046 1.398-.06zm2.58 1.523q.735.023 1.398.061L13.84 11.35a1 1 0 0 0-.76-.35z" clipRule="evenodd"/><path fill="currentColor" d="M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5c.8 0 1.56.02 2.262.053l-.012.03l1.575.945c.373.224.594.58.7.992l.456 2.284a1 1 0 0 1-1.962.392l-.413-2.066l-2.008-1.205A2.5 2.5 0 0 1 12 17c-.207 0-.407-.028-.599-.075L9.394 18.13l-.414 2.066a1 1 0 0 1-1.96-.392l.456-2.283c.105-.412.326-.769.699-.993l1.574-.945l-.013-.03A49 49 0 0 1 12 15.5"/><path fill="currentColor" fill-rule="evenodd" d="M13.172 9a3 3 0 0 1 2.121.879l3.014 3.014c.314.04.55.072.693.094V12a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0v-1.002q-.086.001-.17-.013a34 34 0 0 0-1.93-.24A50 50 0 0 0 12 14.5c-1.96 0-3.676.123-4.9.245a34 34 0 0 0-1.935.241Q5.082 15 5 14.998V16a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v.987c.22-.033.656-.094 1.262-.163l2.38-2.776A3 3 0 0 1 10.92 9zm-2.252 2c-.292 0-.57.128-.76.35l-1.058 1.234c.441-.025.91-.046 1.398-.06zm2.58 1.523q.735.023 1.398.061L13.84 11.35a1 1 0 0 0-.76-.35z" clip-rule="evenodd"/><path fill="currentColor" d="M12 3a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
</template>

CSS

.icon-weightlifting-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.5c.8%200%201.56.02%202.262.053l-.012.03l1.575.945c.373.224.594.58.7.992l.456%202.284a1%201%200%200%201-1.962.392l-.413-2.066l-2.008-1.205A2.5%202.5%200%200%201%2012%2017c-.207%200-.407-.028-.599-.075L9.394%2018.13l-.414%202.066a1%201%200%200%201-1.96-.392l.456-2.283c.105-.412.326-.769.699-.993l1.574-.945l-.013-.03A49%2049%200%200%201%2012%2015.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.172%209a3%203%200%200%201%202.121.879l3.014%203.014c.314.04.55.072.693.094V12a1%201%200%201%201%202%200v4a1%201%200%201%201-2%200v-1.002q-.086.001-.17-.013a34%2034%200%200%200-1.93-.24A50%2050%200%200%200%2012%2014.5c-1.96%200-3.676.123-4.9.245a34%2034%200%200%200-1.935.241Q5.082%2015%205%2014.998V16a1%201%200%201%201-2%200v-4a1%201%200%201%201%202%200v.987c.22-.033.656-.094%201.262-.163l2.38-2.776A3%203%200%200%201%2010.92%209zm-2.252%202c-.292%200-.57.128-.76.35l-1.058%201.234c.441-.025.91-.046%201.398-.06zm2.58%201.523q.735.023%201.398.061L13.84%2011.35a1%201%200%200%200-.76-.35z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.5c.8%200%201.56.02%202.262.053l-.012.03l1.575.945c.373.224.594.58.7.992l.456%202.284a1%201%200%200%201-1.962.392l-.413-2.066l-2.008-1.205A2.5%202.5%200%200%201%2012%2017c-.207%200-.407-.028-.599-.075L9.394%2018.13l-.414%202.066a1%201%200%200%201-1.96-.392l.456-2.283c.105-.412.326-.769.699-.993l1.574-.945l-.013-.03A49%2049%200%200%201%2012%2015.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.172%209a3%203%200%200%201%202.121.879l3.014%203.014c.314.04.55.072.693.094V12a1%201%200%201%201%202%200v4a1%201%200%201%201-2%200v-1.002q-.086.001-.17-.013a34%2034%200%200%200-1.93-.24A50%2050%200%200%200%2012%2014.5c-1.96%200-3.676.123-4.9.245a34%2034%200%200%200-1.935.241Q5.082%2015%205%2014.998V16a1%201%200%201%201-2%200v-4a1%201%200%201%201%202%200v.987c.22-.033.656-.094%201.262-.163l2.38-2.776A3%203%200%200%201%2010.92%209zm-2.252%202c-.292%200-.57.128-.76.35l-1.058%201.234c.441-.025.91-.046%201.398-.06zm2.58%201.523q.735.023%201.398.061L13.84%2011.35a1%201%200%200%200-.76-.35z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/weightlifting-fill.svg?color=%231a73e8&size=48