round connect without contact icon

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

Name
round-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 round 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="M7 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m3.19.5c-.41 0-.76.25-.92.63A2.97 2.97 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.96 4.96 0 0 0 3.12-2.91c.26-.64-.24-1.33-.93-1.33M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3c-1.26 0-2.33-.77-2.77-1.87a.99.99 0 0 0-.92-.63c-.69 0-1.19.69-.94 1.33a4.98 4.98 0 0 0 3.12 2.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5m-3.25-6.91s0-.01.01 0a3.02 3.02 0 0 0-2.17 2.17v-.01c-.11.43-.51.75-.98.75c-.55 0-1-.45-1-1c0-.05.02-.14.02-.14a4.99 4.99 0 0 1 3.75-3.73c.04 0 .08-.01.12-.01c.55 0 1 .45 1 1c0 .46-.32.86-.75.97M18 6.06c0 .51-.37.92-.86.99c-3.19.39-5.7 2.91-6.09 6.1A1.002 1.002 0 0 1 9.06 13v-.09c.5-4.12 3.79-7.38 7.92-7.85h.01c.56 0 1.01.45 1.01 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundConnectWithoutContact(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 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m3.19.5c-.41 0-.76.25-.92.63A2.97 2.97 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.96 4.96 0 0 0 3.12-2.91c.26-.64-.24-1.33-.93-1.33M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3c-1.26 0-2.33-.77-2.77-1.87a.99.99 0 0 0-.92-.63c-.69 0-1.19.69-.94 1.33a4.98 4.98 0 0 0 3.12 2.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5m-3.25-6.91s0-.01.01 0a3.02 3.02 0 0 0-2.17 2.17v-.01c-.11.43-.51.75-.98.75c-.55 0-1-.45-1-1c0-.05.02-.14.02-.14a4.99 4.99 0 0 1 3.75-3.73c.04 0 .08-.01.12-.01c.55 0 1 .45 1 1c0 .46-.32.86-.75.97M18 6.06c0 .51-.37.92-.86.99c-3.19.39-5.7 2.91-6.09 6.1A1.002 1.002 0 0 1 9.06 13v-.09c.5-4.12 3.79-7.38 7.92-7.85h.01c.56 0 1.01.45 1.01 1"/></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 4c0-1.11-.89-2-2-2s-2 .89-2 2s.89 2 2 2s2-.89 2-2m3.19.5c-.41 0-.76.25-.92.63A2.97 2.97 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.96 4.96 0 0 0 3.12-2.91c.26-.64-.24-1.33-.93-1.33M19 17c1.11 0 2-.89 2-2s-.89-2-2-2s-2 .89-2 2s.89 2 2 2m1.5 1h-3c-1.26 0-2.33-.77-2.77-1.87a.99.99 0 0 0-.92-.63c-.69 0-1.19.69-.94 1.33a4.98 4.98 0 0 0 3.12 2.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5m-3.25-6.91s0-.01.01 0a3.02 3.02 0 0 0-2.17 2.17v-.01c-.11.43-.51.75-.98.75c-.55 0-1-.45-1-1c0-.05.02-.14.02-.14a4.99 4.99 0 0 1 3.75-3.73c.04 0 .08-.01.12-.01c.55 0 1 .45 1 1c0 .46-.32.86-.75.97M18 6.06c0 .51-.37.92-.86.99c-3.19.39-5.7 2.91-6.09 6.1A1.002 1.002 0 0 1 9.06 13v-.09c.5-4.12 3.79-7.38 7.92-7.85h.01c.56 0 1.01.45 1.01 1"/></svg>
</template>

CSS

.icon-round-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%22M7%204c0-1.11-.89-2-2-2s-2%20.89-2%202s.89%202%202%202s2-.89%202-2m3.19.5c-.41%200-.76.25-.92.63A2.97%202.97%200%200%201%206.5%207h-3C2.67%207%202%207.67%202%208.5V11h6V8.74a4.96%204.96%200%200%200%203.12-2.91c.26-.64-.24-1.33-.93-1.33M19%2017c1.11%200%202-.89%202-2s-.89-2-2-2s-2%20.89-2%202s.89%202%202%202m1.5%201h-3c-1.26%200-2.33-.77-2.77-1.87a.99.99%200%200%200-.92-.63c-.69%200-1.19.69-.94%201.33a4.98%204.98%200%200%200%203.12%202.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5m-3.25-6.91s0-.01.01%200a3.02%203.02%200%200%200-2.17%202.17v-.01c-.11.43-.51.75-.98.75c-.55%200-1-.45-1-1c0-.05.02-.14.02-.14a4.99%204.99%200%200%201%203.75-3.73c.04%200%20.08-.01.12-.01c.55%200%201%20.45%201%201c0%20.46-.32.86-.75.97M18%206.06c0%20.51-.37.92-.86.99c-3.19.39-5.7%202.91-6.09%206.1A1.002%201.002%200%200%201%209.06%2013v-.09c.5-4.12%203.79-7.38%207.92-7.85h.01c.56%200%201.01.45%201.01%201%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%204c0-1.11-.89-2-2-2s-2%20.89-2%202s.89%202%202%202s2-.89%202-2m3.19.5c-.41%200-.76.25-.92.63A2.97%202.97%200%200%201%206.5%207h-3C2.67%207%202%207.67%202%208.5V11h6V8.74a4.96%204.96%200%200%200%203.12-2.91c.26-.64-.24-1.33-.93-1.33M19%2017c1.11%200%202-.89%202-2s-.89-2-2-2s-2%20.89-2%202s.89%202%202%202m1.5%201h-3c-1.26%200-2.33-.77-2.77-1.87a.99.99%200%200%200-.92-.63c-.69%200-1.19.69-.94%201.33a4.98%204.98%200%200%200%203.12%202.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5m-3.25-6.91s0-.01.01%200a3.02%203.02%200%200%200-2.17%202.17v-.01c-.11.43-.51.75-.98.75c-.55%200-1-.45-1-1c0-.05.02-.14.02-.14a4.99%204.99%200%200%201%203.75-3.73c.04%200%20.08-.01.12-.01c.55%200%201%20.45%201%201c0%20.46-.32.86-.75.97M18%206.06c0%20.51-.37.92-.86.99c-3.19.39-5.7%202.91-6.09%206.1A1.002%201.002%200%200%201%209.06%2013v-.09c.5-4.12%203.79-7.38%207.92-7.85h.01c.56%200%201.01.45%201.01%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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