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

Name
congenital-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
congenital-outline-rounded, congenital-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.8 19q-2.5 0-4.637-1.275t-3.313-3.5l-.625-1.15q-.275-.55-.213-1.15t.463-1.075L6.5 4.725q.225-.275.525-.45t.65-.225t.675-.012t.65.212l3 1.6l2.45-1.35q.425-.25.9-.175t.825.425q.35.325.438.788t-.113.887l-3.1 7.225q-.275.65-.9.975t-1.35.175l-7.6-1.625q.9 1.775 2.588 2.8T9.8 17h4.475q1.375 0 2.65-.525T19.175 15h-.85q-.925 0-1.512-.7t-.463-1.6l.675-4.45q.075-.475.375-.775t.7-.425t.813-.012t.737.462l2.85 3.35q.375.45.463 1.038T22.8 13l-.375.8q-1.125 2.375-3.312 3.788T14.275 19zm10.825-6.025L21 12.15l-2.15-2.5l-.5 3.325zM3.775 11.2l7.8 1.65L14.1 6.975L12 8.15L8.025 6zm15.9.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCongenitalOutline(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.8 19q-2.5 0-4.637-1.275t-3.313-3.5l-.625-1.15q-.275-.55-.213-1.15t.463-1.075L6.5 4.725q.225-.275.525-.45t.65-.225t.675-.012t.65.212l3 1.6l2.45-1.35q.425-.25.9-.175t.825.425q.35.325.438.788t-.113.887l-3.1 7.225q-.275.65-.9.975t-1.35.175l-7.6-1.625q.9 1.775 2.588 2.8T9.8 17h4.475q1.375 0 2.65-.525T19.175 15h-.85q-.925 0-1.512-.7t-.463-1.6l.675-4.45q.075-.475.375-.775t.7-.425t.813-.012t.737.462l2.85 3.35q.375.45.463 1.038T22.8 13l-.375.8q-1.125 2.375-3.312 3.788T14.275 19zm10.825-6.025L21 12.15l-2.15-2.5l-.5 3.325zM3.775 11.2l7.8 1.65L14.1 6.975L12 8.15L8.025 6zm15.9.95"/></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.8 19q-2.5 0-4.637-1.275t-3.313-3.5l-.625-1.15q-.275-.55-.213-1.15t.463-1.075L6.5 4.725q.225-.275.525-.45t.65-.225t.675-.012t.65.212l3 1.6l2.45-1.35q.425-.25.9-.175t.825.425q.35.325.438.788t-.113.887l-3.1 7.225q-.275.65-.9.975t-1.35.175l-7.6-1.625q.9 1.775 2.588 2.8T9.8 17h4.475q1.375 0 2.65-.525T19.175 15h-.85q-.925 0-1.512-.7t-.463-1.6l.675-4.45q.075-.475.375-.775t.7-.425t.813-.012t.737.462l2.85 3.35q.375.45.463 1.038T22.8 13l-.375.8q-1.125 2.375-3.312 3.788T14.275 19zm10.825-6.025L21 12.15l-2.15-2.5l-.5 3.325zM3.775 11.2l7.8 1.65L14.1 6.975L12 8.15L8.025 6zm15.9.95"/></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.8%2019q-2.5%200-4.637-1.275t-3.313-3.5l-.625-1.15q-.275-.55-.213-1.15t.463-1.075L6.5%204.725q.225-.275.525-.45t.65-.225t.675-.012t.65.212l3%201.6l2.45-1.35q.425-.25.9-.175t.825.425q.35.325.438.788t-.113.887l-3.1%207.225q-.275.65-.9.975t-1.35.175l-7.6-1.625q.9%201.775%202.588%202.8T9.8%2017h4.475q1.375%200%202.65-.525T19.175%2015h-.85q-.925%200-1.512-.7t-.463-1.6l.675-4.45q.075-.475.375-.775t.7-.425t.813-.012t.737.462l2.85%203.35q.375.45.463%201.038T22.8%2013l-.375.8q-1.125%202.375-3.312%203.788T14.275%2019zm10.825-6.025L21%2012.15l-2.15-2.5l-.5%203.325zM3.775%2011.2l7.8%201.65L14.1%206.975L12%208.15L8.025%206zm15.9.95%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.8%2019q-2.5%200-4.637-1.275t-3.313-3.5l-.625-1.15q-.275-.55-.213-1.15t.463-1.075L6.5%204.725q.225-.275.525-.45t.65-.225t.675-.012t.65.212l3%201.6l2.45-1.35q.425-.25.9-.175t.825.425q.35.325.438.788t-.113.887l-3.1%207.225q-.275.65-.9.975t-1.35.175l-7.6-1.625q.9%201.775%202.588%202.8T9.8%2017h4.475q1.375%200%202.65-.525T19.175%2015h-.85q-.925%200-1.512-.7t-.463-1.6l.675-4.45q.075-.475.375-.775t.7-.425t.813-.012t.737.462l2.85%203.35q.375.45.463%201.038T22.8%2013l-.375.8q-1.125%202.375-3.312%203.788T14.275%2019zm10.825-6.025L21%2012.15l-2.15-2.5l-.5%203.325zM3.775%2011.2l7.8%201.65L14.1%206.975L12%208.15L8.025%206zm15.9.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/congenital-outline.svg?color=%231a73e8&size=48