exercise bicycle negative icon
exercise-bicycle-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- exercise-bicycle-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the exercise bicycle negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsExerciseBicycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.215 36.954a9 9 0 0 0-3.508-16.926l-2.93-7.954l3.588-1.405a1 1 0 0 0 .574-.588l1-2.738a1 1 0 1 0-1.878-.686l-.846 2.314l-4.08 1.598a1 1 0 0 0-.573 1.277l3.043 8.261A9 9 0 0 0 25.516 24h7.062a5.423 5.423 0 0 1 1.43 10.655l-6.202 1.695A8.96 8.96 0 0 0 33 38a9 9 0 0 0 2.281-.292L37 40h-1a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-1.5zM36 29.42v.003a3.42 3.42 0 0 1-2.52 3.302l-.432.118l-17.375 4.965a6 6 0 0 1-2.188.212L12 40h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.5l1.914-2.552C9.427 36.489 8 34.462 8 32.02c0-2.7 1.777-4.984 4.225-5.748L10.265 20H8.85a2.85 2.85 0 1 1 .284-5.687l4.502.45a2.625 2.625 0 0 1-.26 5.237H12.36l1.875 6H32.58A3.42 3.42 0 0 1 36 29.42M15.732 33A2 2 0 0 1 12 32a2 2 0 0 1 3.732-1H19a1 1 0 1 1 0 2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseBicycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsExerciseBicycleNegative(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"><g clipPath="url(#healthiconsExerciseBicycleNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm37.215 36.954a9 9 0 0 0-3.508-16.926l-2.93-7.954l3.588-1.405a1 1 0 0 0 .574-.588l1-2.738a1 1 0 1 0-1.878-.686l-.846 2.314l-4.08 1.598a1 1 0 0 0-.573 1.277l3.043 8.261A9 9 0 0 0 25.516 24h7.062a5.423 5.423 0 0 1 1.43 10.655l-6.202 1.695A8.96 8.96 0 0 0 33 38a9 9 0 0 0 2.281-.292L37 40h-1a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-1.5zM36 29.42v.003a3.42 3.42 0 0 1-2.52 3.302l-.432.118l-17.375 4.965a6 6 0 0 1-2.188.212L12 40h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.5l1.914-2.552C9.427 36.489 8 34.462 8 32.02c0-2.7 1.777-4.984 4.225-5.748L10.265 20H8.85a2.85 2.85 0 1 1 .284-5.687l4.502.45a2.625 2.625 0 0 1-.26 5.237H12.36l1.875 6H32.58A3.42 3.42 0 0 1 36 29.42M15.732 33A2 2 0 0 1 12 32a2 2 0 0 1 3.732-1H19a1 1 0 1 1 0 2z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsExerciseBicycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsExerciseBicycleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm37.215 36.954a9 9 0 0 0-3.508-16.926l-2.93-7.954l3.588-1.405a1 1 0 0 0 .574-.588l1-2.738a1 1 0 1 0-1.878-.686l-.846 2.314l-4.08 1.598a1 1 0 0 0-.573 1.277l3.043 8.261A9 9 0 0 0 25.516 24h7.062a5.423 5.423 0 0 1 1.43 10.655l-6.202 1.695A8.96 8.96 0 0 0 33 38a9 9 0 0 0 2.281-.292L37 40h-1a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-1.5zM36 29.42v.003a3.42 3.42 0 0 1-2.52 3.302l-.432.118l-17.375 4.965a6 6 0 0 1-2.188.212L12 40h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.5l1.914-2.552C9.427 36.489 8 34.462 8 32.02c0-2.7 1.777-4.984 4.225-5.748L10.265 20H8.85a2.85 2.85 0 1 1 .284-5.687l4.502.45a2.625 2.625 0 0 1-.26 5.237H12.36l1.875 6H32.58A3.42 3.42 0 0 1 36 29.42M15.732 33A2 2 0 0 1 12 32a2 2 0 0 1 3.732-1H19a1 1 0 1 1 0 2z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsExerciseBicycleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-exercise-bicycle-negative {
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%3Cg%20clip-path%3D%22url(%23healthiconsExerciseBicycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.215%2036.954a9%209%200%200%200-3.508-16.926l-2.93-7.954l3.588-1.405a1%201%200%200%200%20.574-.588l1-2.738a1%201%200%201%200-1.878-.686l-.846%202.314l-4.08%201.598a1%201%200%200%200-.573%201.277l3.043%208.261A9%209%200%200%200%2025.516%2024h7.062a5.423%205.423%200%200%201%201.43%2010.655l-6.202%201.695A8.96%208.96%200%200%200%2033%2038a9%209%200%200%200%202.281-.292L37%2040h-1a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2h-1.5zM36%2029.42v.003a3.42%203.42%200%200%201-2.52%203.302l-.432.118l-17.375%204.965a6%206%200%200%201-2.188.212L12%2040h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2h1.5l1.914-2.552C9.427%2036.489%208%2034.462%208%2032.02c0-2.7%201.777-4.984%204.225-5.748L10.265%2020H8.85a2.85%202.85%200%201%201%20.284-5.687l4.502.45a2.625%202.625%200%200%201-.26%205.237H12.36l1.875%206H32.58A3.42%203.42%200%200%201%2036%2029.42M15.732%2033A2%202%200%200%201%2012%2032a2%202%200%200%201%203.732-1H19a1%201%200%201%201%200%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseBicycleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23healthiconsExerciseBicycleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm37.215%2036.954a9%209%200%200%200-3.508-16.926l-2.93-7.954l3.588-1.405a1%201%200%200%200%20.574-.588l1-2.738a1%201%200%201%200-1.878-.686l-.846%202.314l-4.08%201.598a1%201%200%200%200-.573%201.277l3.043%208.261A9%209%200%200%200%2025.516%2024h7.062a5.423%205.423%200%200%201%201.43%2010.655l-6.202%201.695A8.96%208.96%200%200%200%2033%2038a9%209%200%200%200%202.281-.292L37%2040h-1a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2h-1.5zM36%2029.42v.003a3.42%203.42%200%200%201-2.52%203.302l-.432.118l-17.375%204.965a6%206%200%200%201-2.188.212L12%2040h1a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2h1.5l1.914-2.552C9.427%2036.489%208%2034.462%208%2032.02c0-2.7%201.777-4.984%204.225-5.748L10.265%2020H8.85a2.85%202.85%200%201%201%20.284-5.687l4.502.45a2.625%202.625%200%200%201-.26%205.237H12.36l1.875%206H32.58A3.42%203.42%200%200%201%2036%2029.42M15.732%2033A2%202%200%200%201%2012%2032a2%202%200%200%201%203.732-1H19a1%201%200%201%201%200%202z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsExerciseBicycleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/exercise-bicycle-negative.svg?color=%231a73e8&size=48