cardio load icon
cardio-load-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cardio-load-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cardio-load-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the cardio load icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 21l-3.2-2.85q-1.8-1.625-3.088-2.9t-2.124-2.4t-1.225-2.175t-.388-2.2q0-2.35 1.575-3.912T7.475 3q1.3 0 2.475.55T12 5.1q.875-1 2.05-1.55T16.525 3q2.35 0 3.925 1.563t1.575 3.912q0 1.15-.387 2.2t-1.225 2.175t-2.125 2.4t-3.088 2.9zM4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.175 0-2.162.688T12.6 7.5h-1.2q-.775-1.125-1.762-1.812T7.475 5q-1.425 0-2.462.988T3.975 8.474q0 .375.075.75t.225.775m2.55 3.5h10.35q.4-.425.725-.788t.6-.712h-13q.275.35.6.713t.725.787M12 18.3q.9-.8 1.688-1.487t1.437-1.313h-6.25q.65.625 1.438 1.313T12 18.3m0-8.3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCardioLoadOutline(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 21l-3.2-2.85q-1.8-1.625-3.088-2.9t-2.124-2.4t-1.225-2.175t-.388-2.2q0-2.35 1.575-3.912T7.475 3q1.3 0 2.475.55T12 5.1q.875-1 2.05-1.55T16.525 3q2.35 0 3.925 1.563t1.575 3.912q0 1.15-.387 2.2t-1.225 2.175t-2.125 2.4t-3.088 2.9zM4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.175 0-2.162.688T12.6 7.5h-1.2q-.775-1.125-1.762-1.812T7.475 5q-1.425 0-2.462.988T3.975 8.474q0 .375.075.75t.225.775m2.55 3.5h10.35q.4-.425.725-.788t.6-.712h-13q.275.35.6.713t.725.787M12 18.3q.9-.8 1.688-1.487t1.437-1.313h-6.25q.65.625 1.438 1.313T12 18.3m0-8.3"/></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 21l-3.2-2.85q-1.8-1.625-3.088-2.9t-2.124-2.4t-1.225-2.175t-.388-2.2q0-2.35 1.575-3.912T7.475 3q1.3 0 2.475.55T12 5.1q.875-1 2.05-1.55T16.525 3q2.35 0 3.925 1.563t1.575 3.912q0 1.15-.387 2.2t-1.225 2.175t-2.125 2.4t-3.088 2.9zM4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.175 0-2.162.688T12.6 7.5h-1.2q-.775-1.125-1.762-1.812T7.475 5q-1.425 0-2.462.988T3.975 8.474q0 .375.075.75t.225.775m2.55 3.5h10.35q.4-.425.725-.788t.6-.712h-13q.275.35.6.713t.725.787M12 18.3q.9-.8 1.688-1.487t1.437-1.313h-6.25q.65.625 1.438 1.313T12 18.3m0-8.3"/></svg> </template>
CSS
.icon-cardio-load-outline {
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%2021l-3.2-2.85q-1.8-1.625-3.088-2.9t-2.124-2.4t-1.225-2.175t-.388-2.2q0-2.35%201.575-3.912T7.475%203q1.3%200%202.475.55T12%205.1q.875-1%202.05-1.55T16.525%203q2.35%200%203.925%201.563t1.575%203.912q0%201.15-.387%202.2t-1.225%202.175t-2.125%202.4t-3.088%202.9zM4.275%2010h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525%205q-1.175%200-2.162.688T12.6%207.5h-1.2q-.775-1.125-1.762-1.812T7.475%205q-1.425%200-2.462.988T3.975%208.474q0%20.375.075.75t.225.775m2.55%203.5h10.35q.4-.425.725-.788t.6-.712h-13q.275.35.6.713t.725.787M12%2018.3q.9-.8%201.688-1.487t1.437-1.313h-6.25q.65.625%201.438%201.313T12%2018.3m0-8.3%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%2021l-3.2-2.85q-1.8-1.625-3.088-2.9t-2.124-2.4t-1.225-2.175t-.388-2.2q0-2.35%201.575-3.912T7.475%203q1.3%200%202.475.55T12%205.1q.875-1%202.05-1.55T16.525%203q2.35%200%203.925%201.563t1.575%203.912q0%201.15-.387%202.2t-1.225%202.175t-2.125%202.4t-3.088%202.9zM4.275%2010h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525%205q-1.175%200-2.162.688T12.6%207.5h-1.2q-.775-1.125-1.762-1.812T7.475%205q-1.425%200-2.462.988T3.975%208.474q0%20.375.075.75t.225.775m2.55%203.5h10.35q.4-.425.725-.788t.6-.712h-13q.275.35.6.713t.725.787M12%2018.3q.9-.8%201.688-1.487t1.437-1.313h-6.25q.65.625%201.438%201.313T12%2018.3m0-8.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cardio-load-outline.svg?color=%231a73e8&size=48