congenital-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
congenital-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
congenital-outline-rounded, congenital-outline-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.23zm10.287-4.756l.47-1.056q.04-.096.02-.173t-.077-.154l-2.515-2.923q-.039-.039-.087-.02q-.048.02-.048.058l-.52 3.556q-.037.27.136.49q.173.222.461.222zm-16.6-1.775l7.954 1.688q.096.039.202-.029q.105-.067.144-.163l2.756-6.395q.038-.057-.01-.096t-.087 0L12 7.958L8.679 6.135q-.192-.096-.404-.058t-.365.212zm15.457.719"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCongenitalOutline(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.23zm10.287-4.756l.47-1.056q.04-.096.02-.173t-.077-.154l-2.515-2.923q-.039-.039-.087-.02q-.048.02-.048.058l-.52 3.556q-.037.27.136.49q.173.222.461.222zm-16.6-1.775l7.954 1.688q.096.039.202-.029q.105-.067.144-.163l2.756-6.395q.038-.057-.01-.096t-.087 0L12 7.958L8.679 6.135q-.192-.096-.404-.058t-.365.212zm15.457.719"/></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.23zm10.287-4.756l.47-1.056q.04-.096.02-.173t-.077-.154l-2.515-2.923q-.039-.039-.087-.02q-.048.02-.048.058l-.52 3.556q-.037.27.136.49q.173.222.461.222zm-16.6-1.775l7.954 1.688q.096.039.202-.029q.105-.067.144-.163l2.756-6.395q.038-.057-.01-.096t-.087 0L12 7.958L8.679 6.135q-.192-.096-.404-.058t-.365.212zm15.457.719"/></svg>
</template>

CSS

.icon-congenital-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%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.23zm10.287-4.756l.47-1.056q.04-.096.02-.173t-.077-.154l-2.515-2.923q-.039-.039-.087-.02q-.048.02-.048.058l-.52%203.556q-.037.27.136.49q.173.222.461.222zm-16.6-1.775l7.954%201.688q.096.039.202-.029q.105-.067.144-.163l2.756-6.395q.038-.057-.01-.096t-.087%200L12%207.958L8.679%206.135q-.192-.096-.404-.058t-.365.212zm15.457.719%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.23zm10.287-4.756l.47-1.056q.04-.096.02-.173t-.077-.154l-2.515-2.923q-.039-.039-.087-.02q-.048.02-.048.058l-.52%203.556q-.037.27.136.49q.173.222.461.222zm-16.6-1.775l7.954%201.688q.096.039.202-.029q.105-.067.144-.163l2.756-6.395q.038-.057-.01-.096t-.087%200L12%207.958L8.679%206.135q-.192-.096-.404-.058t-.365.212zm15.457.719%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-outline.svg?color=%231a73e8&size=48