congenital icon
congenital from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- congenital
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- congenital-rounded, congenital-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the congenital icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.973 18.02q-2.211 0-4.08-1.122q-1.868-1.121-2.908-3.077l-.568-1.054q-.198-.396-.145-.832q.053-.437.338-.777l4.544-5.53q.187-.216.429-.362q.242-.147.515-.197t.54-.012t.535.174L12 6.754l2.45-1.35q.271-.154.583-.117t.546.27q.234.23.293.519t-.083.58l-2.85 6.667q-.218.477-.67.706t-.965.117l-7.87-1.663l.404.769q.881 1.736 2.53 2.742T9.973 17h4.148q1.356 0 2.602-.506q1.246-.505 2.202-1.455l.711-.712h-1.58q-.752 0-1.224-.565q-.473-.566-.367-1.293l.58-3.892q.055-.302.25-.506q.193-.204.459-.29q.265-.087.524-.013q.258.074.468.309l2.658 3.1q.279.315.337.73q.059.414-.133.805l-.356.742q-.971 2.106-2.899 3.336t-4.232 1.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCongenital(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="M9.973 18.02q-2.211 0-4.08-1.122q-1.868-1.121-2.908-3.077l-.568-1.054q-.198-.396-.145-.832q.053-.437.338-.777l4.544-5.53q.187-.216.429-.362q.242-.147.515-.197t.54-.012t.535.174L12 6.754l2.45-1.35q.271-.154.583-.117t.546.27q.234.23.293.519t-.083.58l-2.85 6.667q-.218.477-.67.706t-.965.117l-7.87-1.663l.404.769q.881 1.736 2.53 2.742T9.973 17h4.148q1.356 0 2.602-.506q1.246-.505 2.202-1.455l.711-.712h-1.58q-.752 0-1.224-.565q-.473-.566-.367-1.293l.58-3.892q.055-.302.25-.506q.193-.204.459-.29q.265-.087.524-.013q.258.074.468.309l2.658 3.1q.279.315.337.73q.059.414-.133.805l-.356.742q-.971 2.106-2.899 3.336t-4.232 1.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.973 18.02q-2.211 0-4.08-1.122q-1.868-1.121-2.908-3.077l-.568-1.054q-.198-.396-.145-.832q.053-.437.338-.777l4.544-5.53q.187-.216.429-.362q.242-.147.515-.197t.54-.012t.535.174L12 6.754l2.45-1.35q.271-.154.583-.117t.546.27q.234.23.293.519t-.083.58l-2.85 6.667q-.218.477-.67.706t-.965.117l-7.87-1.663l.404.769q.881 1.736 2.53 2.742T9.973 17h4.148q1.356 0 2.602-.506q1.246-.505 2.202-1.455l.711-.712h-1.58q-.752 0-1.224-.565q-.473-.566-.367-1.293l.58-3.892q.055-.302.25-.506q.193-.204.459-.29q.265-.087.524-.013q.258.074.468.309l2.658 3.1q.279.315.337.73q.059.414-.133.805l-.356.742q-.971 2.106-2.899 3.336t-4.232 1.23z"/></svg> </template>
CSS
.icon-congenital {
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%22M9.973%2018.02q-2.211%200-4.08-1.122q-1.868-1.121-2.908-3.077l-.568-1.054q-.198-.396-.145-.832q.053-.437.338-.777l4.544-5.53q.187-.216.429-.362q.242-.147.515-.197t.54-.012t.535.174L12%206.754l2.45-1.35q.271-.154.583-.117t.546.27q.234.23.293.519t-.083.58l-2.85%206.667q-.218.477-.67.706t-.965.117l-7.87-1.663l.404.769q.881%201.736%202.53%202.742T9.973%2017h4.148q1.356%200%202.602-.506q1.246-.505%202.202-1.455l.711-.712h-1.58q-.752%200-1.224-.565q-.473-.566-.367-1.293l.58-3.892q.055-.302.25-.506q.193-.204.459-.29q.265-.087.524-.013q.258.074.468.309l2.658%203.1q.279.315.337.73q.059.414-.133.805l-.356.742q-.971%202.106-2.899%203.336t-4.232%201.23z%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%22M9.973%2018.02q-2.211%200-4.08-1.122q-1.868-1.121-2.908-3.077l-.568-1.054q-.198-.396-.145-.832q.053-.437.338-.777l4.544-5.53q.187-.216.429-.362q.242-.147.515-.197t.54-.012t.535.174L12%206.754l2.45-1.35q.271-.154.583-.117t.546.27q.234.23.293.519t-.083.58l-2.85%206.667q-.218.477-.67.706t-.965.117l-7.87-1.663l.404.769q.881%201.736%202.53%202.742T9.973%2017h4.148q1.356%200%202.602-.506q1.246-.505%202.202-1.455l.711-.712h-1.58q-.752%200-1.224-.565q-.473-.566-.367-1.293l.58-3.892q.055-.302.25-.506q.193-.204.459-.29q.265-.087.524-.013q.258.074.468.309l2.658%203.1q.279.315.337.73q.059.414-.133.805l-.356.742q-.971%202.106-2.899%203.336t-4.232%201.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/congenital.svg?color=%231a73e8&size=48