cardio load icon
cardio-load-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cardio-load-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M10.675 19.825L8.8 18.15q-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.9l-1.875 1.675q-.275.275-.625.388t-.7.112t-.7-.112t-.625-.388M4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.05 0-1.95.55T12.95 7.025q-.175.225-.425.35T12 7.5t-.525-.125t-.425-.35Q10.325 6.1 9.425 5.55T7.475 5q-1.425 0-2.462.988T3.975 8.475q0 .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 MaterialSymbolsCardioLoadOutlineRounded(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="M10.675 19.825L8.8 18.15q-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.9l-1.875 1.675q-.275.275-.625.388t-.7.112t-.7-.112t-.625-.388M4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.05 0-1.95.55T12.95 7.025q-.175.225-.425.35T12 7.5t-.525-.125t-.425-.35Q10.325 6.1 9.425 5.55T7.475 5q-1.425 0-2.462.988T3.975 8.475q0 .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="M10.675 19.825L8.8 18.15q-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.9l-1.875 1.675q-.275.275-.625.388t-.7.112t-.7-.112t-.625-.388M4.275 10h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525 5q-1.05 0-1.95.55T12.95 7.025q-.175.225-.425.35T12 7.5t-.525-.125t-.425-.35Q10.325 6.1 9.425 5.55T7.475 5q-1.425 0-2.462.988T3.975 8.475q0 .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-rounded {
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%22M10.675%2019.825L8.8%2018.15q-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.9l-1.875%201.675q-.275.275-.625.388t-.7.112t-.7-.112t-.625-.388M4.275%2010h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525%205q-1.05%200-1.95.55T12.95%207.025q-.175.225-.425.35T12%207.5t-.525-.125t-.425-.35Q10.325%206.1%209.425%205.55T7.475%205q-1.425%200-2.462.988T3.975%208.475q0%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%22M10.675%2019.825L8.8%2018.15q-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.9l-1.875%201.675q-.275.275-.625.388t-.7.112t-.7-.112t-.625-.388M4.275%2010h15.45q.15-.4.225-.775t.075-.75q0-1.5-1.037-2.488T16.525%205q-1.05%200-1.95.55T12.95%207.025q-.175.225-.425.35T12%207.5t-.525-.125t-.425-.35Q10.325%206.1%209.425%205.55T7.475%205q-1.425%200-2.462.988T3.975%208.475q0%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-rounded.svg?color=%231a73e8&size=48