connect without contact icon
connect-without-contact from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- connect-without-contact
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- connect-without-contact-outline, connect-without-contact-outline-sharp, connect-without-contact-sharp
2 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the 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="M16 22v-2.25q-1.4-.45-2.35-1.6t-1.1-2.65h2q.2 1.075 1.013 1.787T17.5 18h3q.625 0 1.063.438T22 19.5V22zm3-5q-.825 0-1.412-.587T17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17M9 14q0-3.75 2.625-6.375T18 5v2q-2.925 0-4.962 2.038T11 14zm4 0q0-2.075 1.463-3.537T18 9v2q-1.25 0-2.125.875T15 14zM2 11V8.5q0-.625.438-1.062T3.5 7h3q1.125 0 1.938-.712T9.45 4.5h2q-.15 1.5-1.1 2.65T8 8.75V11zm3-5q-.825 0-1.412-.587T3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsConnectWithoutContact(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="M16 22v-2.25q-1.4-.45-2.35-1.6t-1.1-2.65h2q.2 1.075 1.013 1.787T17.5 18h3q.625 0 1.063.438T22 19.5V22zm3-5q-.825 0-1.412-.587T17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17M9 14q0-3.75 2.625-6.375T18 5v2q-2.925 0-4.962 2.038T11 14zm4 0q0-2.075 1.463-3.537T18 9v2q-1.25 0-2.125.875T15 14zM2 11V8.5q0-.625.438-1.062T3.5 7h3q1.125 0 1.938-.712T9.45 4.5h2q-.15 1.5-1.1 2.65T8 8.75V11zm3-5q-.825 0-1.412-.587T3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 22v-2.25q-1.4-.45-2.35-1.6t-1.1-2.65h2q.2 1.075 1.013 1.787T17.5 18h3q.625 0 1.063.438T22 19.5V22zm3-5q-.825 0-1.412-.587T17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17M9 14q0-3.75 2.625-6.375T18 5v2q-2.925 0-4.962 2.038T11 14zm4 0q0-2.075 1.463-3.537T18 9v2q-1.25 0-2.125.875T15 14zM2 11V8.5q0-.625.438-1.062T3.5 7h3q1.125 0 1.938-.712T9.45 4.5h2q-.15 1.5-1.1 2.65T8 8.75V11zm3-5q-.825 0-1.412-.587T3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6"/></svg> </template>
CSS
.icon-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%22M16%2022v-2.25q-1.4-.45-2.35-1.6t-1.1-2.65h2q.2%201.075%201.013%201.787T17.5%2018h3q.625%200%201.063.438T22%2019.5V22zm3-5q-.825%200-1.412-.587T17%2015t.588-1.412T19%2013t1.413.588T21%2015t-.587%201.413T19%2017M9%2014q0-3.75%202.625-6.375T18%205v2q-2.925%200-4.962%202.038T11%2014zm4%200q0-2.075%201.463-3.537T18%209v2q-1.25%200-2.125.875T15%2014zM2%2011V8.5q0-.625.438-1.062T3.5%207h3q1.125%200%201.938-.712T9.45%204.5h2q-.15%201.5-1.1%202.65T8%208.75V11zm3-5q-.825%200-1.412-.587T3%204t.588-1.412T5%202t1.413.588T7%204t-.587%201.413T5%206%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%22M16%2022v-2.25q-1.4-.45-2.35-1.6t-1.1-2.65h2q.2%201.075%201.013%201.787T17.5%2018h3q.625%200%201.063.438T22%2019.5V22zm3-5q-.825%200-1.412-.587T17%2015t.588-1.412T19%2013t1.413.588T21%2015t-.587%201.413T19%2017M9%2014q0-3.75%202.625-6.375T18%205v2q-2.925%200-4.962%202.038T11%2014zm4%200q0-2.075%201.463-3.537T18%209v2q-1.25%200-2.125.875T15%2014zM2%2011V8.5q0-.625.438-1.062T3.5%207h3q1.125%200%201.938-.712T9.45%204.5h2q-.15%201.5-1.1%202.65T8%208.75V11zm3-5q-.825%200-1.412-.587T3%204t.588-1.412T5%202t1.413.588T7%204t-.587%201.413T5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/connect-without-contact.svg?color=%231a73e8&size=48