cardiology icon
cardiology-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cardiology-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cardiology-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the cardiology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 .125-.012.25t-.013.25h-2Q20 8.875 20 8.75V8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5v.25q0 .125.025.25h-2q0-.125-.012-.25T2 8.5q0-2.35 1.575-3.925T7.5 3M5.3 15h2.8q.8.775 1.75 1.675T12 18.65q1.2-1.075 2.15-1.975T15.9 15h2.825q-.95 1.05-2.25 2.275T13.45 20.05L12 21.35l-1.45-1.3q-1.725-1.55-3.012-2.775T5.3 15m5.75 1q.325 0 .563-.187t.337-.488l1.35-4.075l.875 1.3q.125.2.35.325T15 13h8v-2h-7.425L13.85 8.45q-.15-.225-.387-.337T12.95 8q-.325 0-.562.188t-.338.487l-1.35 4.05l-.85-1.275q-.125-.2-.35-.325T9.025 11H1v2h7.425l1.725 2.55q.15.225.388.338t.512.112m.95-4.175"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCardiologyOutline(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="M7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 .125-.012.25t-.013.25h-2Q20 8.875 20 8.75V8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5v.25q0 .125.025.25h-2q0-.125-.012-.25T2 8.5q0-2.35 1.575-3.925T7.5 3M5.3 15h2.8q.8.775 1.75 1.675T12 18.65q1.2-1.075 2.15-1.975T15.9 15h2.825q-.95 1.05-2.25 2.275T13.45 20.05L12 21.35l-1.45-1.3q-1.725-1.55-3.012-2.775T5.3 15m5.75 1q.325 0 .563-.187t.337-.488l1.35-4.075l.875 1.3q.125.2.35.325T15 13h8v-2h-7.425L13.85 8.45q-.15-.225-.387-.337T12.95 8q-.325 0-.562.188t-.338.487l-1.35 4.05l-.85-1.275q-.125-.2-.35-.325T9.025 11H1v2h7.425l1.725 2.55q.15.225.388.338t.512.112m.95-4.175"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 3q1.3 0 2.475.55T12 5.1q.85-1 2.025-1.55T16.5 3q2.35 0 3.925 1.575T22 8.5q0 .125-.012.25t-.013.25h-2Q20 8.875 20 8.75V8.5Q20 7 19 6t-2.5-1q-1.175 0-2.175.663T12.95 7.35h-1.9q-.375-1.025-1.375-1.687T7.5 5Q6 5 5 6T4 8.5v.25q0 .125.025.25h-2q0-.125-.012-.25T2 8.5q0-2.35 1.575-3.925T7.5 3M5.3 15h2.8q.8.775 1.75 1.675T12 18.65q1.2-1.075 2.15-1.975T15.9 15h2.825q-.95 1.05-2.25 2.275T13.45 20.05L12 21.35l-1.45-1.3q-1.725-1.55-3.012-2.775T5.3 15m5.75 1q.325 0 .563-.187t.337-.488l1.35-4.075l.875 1.3q.125.2.35.325T15 13h8v-2h-7.425L13.85 8.45q-.15-.225-.387-.337T12.95 8q-.325 0-.562.188t-.338.487l-1.35 4.05l-.85-1.275q-.125-.2-.35-.325T9.025 11H1v2h7.425l1.725 2.55q.15.225.388.338t.512.112m.95-4.175"/></svg> </template>
CSS
.icon-cardiology-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%22M7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%20.125-.012.25t-.013.25h-2Q20%208.875%2020%208.75V8.5Q20%207%2019%206t-2.5-1q-1.175%200-2.175.663T12.95%207.35h-1.9q-.375-1.025-1.375-1.687T7.5%205Q6%205%205%206T4%208.5v.25q0%20.125.025.25h-2q0-.125-.012-.25T2%208.5q0-2.35%201.575-3.925T7.5%203M5.3%2015h2.8q.8.775%201.75%201.675T12%2018.65q1.2-1.075%202.15-1.975T15.9%2015h2.825q-.95%201.05-2.25%202.275T13.45%2020.05L12%2021.35l-1.45-1.3q-1.725-1.55-3.012-2.775T5.3%2015m5.75%201q.325%200%20.563-.187t.337-.488l1.35-4.075l.875%201.3q.125.2.35.325T15%2013h8v-2h-7.425L13.85%208.45q-.15-.225-.387-.337T12.95%208q-.325%200-.562.188t-.338.487l-1.35%204.05l-.85-1.275q-.125-.2-.35-.325T9.025%2011H1v2h7.425l1.725%202.55q.15.225.388.338t.512.112m.95-4.175%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%22M7.5%203q1.3%200%202.475.55T12%205.1q.85-1%202.025-1.55T16.5%203q2.35%200%203.925%201.575T22%208.5q0%20.125-.012.25t-.013.25h-2Q20%208.875%2020%208.75V8.5Q20%207%2019%206t-2.5-1q-1.175%200-2.175.663T12.95%207.35h-1.9q-.375-1.025-1.375-1.687T7.5%205Q6%205%205%206T4%208.5v.25q0%20.125.025.25h-2q0-.125-.012-.25T2%208.5q0-2.35%201.575-3.925T7.5%203M5.3%2015h2.8q.8.775%201.75%201.675T12%2018.65q1.2-1.075%202.15-1.975T15.9%2015h2.825q-.95%201.05-2.25%202.275T13.45%2020.05L12%2021.35l-1.45-1.3q-1.725-1.55-3.012-2.775T5.3%2015m5.75%201q.325%200%20.563-.187t.337-.488l1.35-4.075l.875%201.3q.125.2.35.325T15%2013h8v-2h-7.425L13.85%208.45q-.15-.225-.387-.337T12.95%208q-.325%200-.562.188t-.338.487l-1.35%204.05l-.85-1.275q-.125-.2-.35-.325T9.025%2011H1v2h7.425l1.725%202.55q.15.225.388.338t.512.112m.95-4.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cardiology-outline.svg?color=%231a73e8&size=48