baseline connect without contact icon

baseline-connect-without-contact from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
baseline-connect-without-contact
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the baseline connect without contact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14H9a9 9 0 0 1 9-9v2c-3.87 0-7 3.13-7 7m7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3M7 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m4.45.5h-2A2.99 2.99 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.97 4.97 0 0 0 3.45-4.24M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3a2.99 2.99 0 0 1-2.95-2.5h-2A4.97 4.97 0 0 0 16 19.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineConnectWithoutContact(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="M11 14H9a9 9 0 0 1 9-9v2c-3.87 0-7 3.13-7 7m7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3M7 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m4.45.5h-2A2.99 2.99 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.97 4.97 0 0 0 3.45-4.24M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3a2.99 2.99 0 0 1-2.95-2.5h-2A4.97 4.97 0 0 0 16 19.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 14H9a9 9 0 0 1 9-9v2c-3.87 0-7 3.13-7 7m7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3M7 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m4.45.5h-2A2.99 2.99 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.97 4.97 0 0 0 3.45-4.24M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3a2.99 2.99 0 0 1-2.95-2.5h-2A4.97 4.97 0 0 0 16 19.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5"/></svg>
</template>

CSS

.icon-baseline-connect-without-contact {
  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%22M11%2014H9a9%209%200%200%201%209-9v2c-3.87%200-7%203.13-7%207m7-3V9c-2.76%200-5%202.24-5%205h2c0-1.66%201.34-3%203-3M7%204c0-1.11-.89-2-2-2s-2%20.89-2%202s.89%202%202%202s2-.89%202-2m4.45.5h-2A2.99%202.99%200%200%201%206.5%207h-3C2.67%207%202%207.67%202%208.5V11h6V8.74a4.97%204.97%200%200%200%203.45-4.24M19%2017c1.11%200%202-.89%202-2s-.89-2-2-2s-2%20.89-2%202s.89%202%202%202m1.5%201h-3a2.99%202.99%200%200%201-2.95-2.5h-2A4.97%204.97%200%200%200%2016%2019.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5%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%22M11%2014H9a9%209%200%200%201%209-9v2c-3.87%200-7%203.13-7%207m7-3V9c-2.76%200-5%202.24-5%205h2c0-1.66%201.34-3%203-3M7%204c0-1.11-.89-2-2-2s-2%20.89-2%202s.89%202%202%202s2-.89%202-2m4.45.5h-2A2.99%202.99%200%200%201%206.5%207h-3C2.67%207%202%207.67%202%208.5V11h6V8.74a4.97%204.97%200%200%200%203.45-4.24M19%2017c1.11%200%202-.89%202-2s-.89-2-2-2s-2%20.89-2%202s.89%202%202%202m1.5%201h-3a2.99%202.99%200%200%201-2.95-2.5h-2A4.97%204.97%200%200%200%2016%2019.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-connect-without-contact.svg?color=%231a73e8&size=48