connect without contact icon
connect-without-contact-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- connect-without-contact-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M17 22q-.425 0-.712-.288T16 21v-1.25q-.975-.325-1.75-.987t-1.225-1.588q-.2-.375 0-.75t.6-.55q.35-.15.7.025t.55.525q.4.725 1.1 1.15T17.5 18h3q.625 0 1.063.438T22 19.5V21q0 .425-.288.713T21 22zm.588-5.587Q17 15.825 17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17t-1.412-.587M3 11q-.425 0-.712-.288T2 10V8.5q0-.625.438-1.062T3.5 7h3q.825 0 1.525-.425t1.1-1.15q.2-.35.55-.562t.725-.088q.425.125.625.475t.05.7q-.425 1-1.225 1.725T8 8.75V10q0 .425-.287.712T7 11zm.588-5.587Q3 4.825 3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6t-1.412-.587M10 14q-.425 0-.712-.288T9 13q0-3.35 2.325-5.675T17 5q.425 0 .713.287T18 6t-.288.713T17 7q-2.5 0-4.25 1.75T11 13q0 .425-.288.713T10 14m4 0q-.425 0-.712-.288T13 13q0-1.65 1.175-2.825T17 9q.425 0 .713.288T18 10t-.288.713T17 11q-.825 0-1.412.588T15 13q0 .425-.288.713T14 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsConnectWithoutContactOutlineRounded(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="M17 22q-.425 0-.712-.288T16 21v-1.25q-.975-.325-1.75-.987t-1.225-1.588q-.2-.375 0-.75t.6-.55q.35-.15.7.025t.55.525q.4.725 1.1 1.15T17.5 18h3q.625 0 1.063.438T22 19.5V21q0 .425-.288.713T21 22zm.588-5.587Q17 15.825 17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17t-1.412-.587M3 11q-.425 0-.712-.288T2 10V8.5q0-.625.438-1.062T3.5 7h3q.825 0 1.525-.425t1.1-1.15q.2-.35.55-.562t.725-.088q.425.125.625.475t.05.7q-.425 1-1.225 1.725T8 8.75V10q0 .425-.287.712T7 11zm.588-5.587Q3 4.825 3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6t-1.412-.587M10 14q-.425 0-.712-.288T9 13q0-3.35 2.325-5.675T17 5q.425 0 .713.287T18 6t-.288.713T17 7q-2.5 0-4.25 1.75T11 13q0 .425-.288.713T10 14m4 0q-.425 0-.712-.288T13 13q0-1.65 1.175-2.825T17 9q.425 0 .713.288T18 10t-.288.713T17 11q-.825 0-1.412.588T15 13q0 .425-.288.713T14 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22q-.425 0-.712-.288T16 21v-1.25q-.975-.325-1.75-.987t-1.225-1.588q-.2-.375 0-.75t.6-.55q.35-.15.7.025t.55.525q.4.725 1.1 1.15T17.5 18h3q.625 0 1.063.438T22 19.5V21q0 .425-.288.713T21 22zm.588-5.587Q17 15.825 17 15t.588-1.412T19 13t1.413.588T21 15t-.587 1.413T19 17t-1.412-.587M3 11q-.425 0-.712-.288T2 10V8.5q0-.625.438-1.062T3.5 7h3q.825 0 1.525-.425t1.1-1.15q.2-.35.55-.562t.725-.088q.425.125.625.475t.05.7q-.425 1-1.225 1.725T8 8.75V10q0 .425-.287.712T7 11zm.588-5.587Q3 4.825 3 4t.588-1.412T5 2t1.413.588T7 4t-.587 1.413T5 6t-1.412-.587M10 14q-.425 0-.712-.288T9 13q0-3.35 2.325-5.675T17 5q.425 0 .713.287T18 6t-.288.713T17 7q-2.5 0-4.25 1.75T11 13q0 .425-.288.713T10 14m4 0q-.425 0-.712-.288T13 13q0-1.65 1.175-2.825T17 9q.425 0 .713.288T18 10t-.288.713T17 11q-.825 0-1.412.588T15 13q0 .425-.288.713T14 14"/></svg> </template>
CSS
.icon-connect-without-contact-outline-rounded {
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%22M17%2022q-.425%200-.712-.288T16%2021v-1.25q-.975-.325-1.75-.987t-1.225-1.588q-.2-.375%200-.75t.6-.55q.35-.15.7.025t.55.525q.4.725%201.1%201.15T17.5%2018h3q.625%200%201.063.438T22%2019.5V21q0%20.425-.288.713T21%2022zm.588-5.587Q17%2015.825%2017%2015t.588-1.412T19%2013t1.413.588T21%2015t-.587%201.413T19%2017t-1.412-.587M3%2011q-.425%200-.712-.288T2%2010V8.5q0-.625.438-1.062T3.5%207h3q.825%200%201.525-.425t1.1-1.15q.2-.35.55-.562t.725-.088q.425.125.625.475t.05.7q-.425%201-1.225%201.725T8%208.75V10q0%20.425-.287.712T7%2011zm.588-5.587Q3%204.825%203%204t.588-1.412T5%202t1.413.588T7%204t-.587%201.413T5%206t-1.412-.587M10%2014q-.425%200-.712-.288T9%2013q0-3.35%202.325-5.675T17%205q.425%200%20.713.287T18%206t-.288.713T17%207q-2.5%200-4.25%201.75T11%2013q0%20.425-.288.713T10%2014m4%200q-.425%200-.712-.288T13%2013q0-1.65%201.175-2.825T17%209q.425%200%20.713.288T18%2010t-.288.713T17%2011q-.825%200-1.412.588T15%2013q0%20.425-.288.713T14%2014%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%22M17%2022q-.425%200-.712-.288T16%2021v-1.25q-.975-.325-1.75-.987t-1.225-1.588q-.2-.375%200-.75t.6-.55q.35-.15.7.025t.55.525q.4.725%201.1%201.15T17.5%2018h3q.625%200%201.063.438T22%2019.5V21q0%20.425-.288.713T21%2022zm.588-5.587Q17%2015.825%2017%2015t.588-1.412T19%2013t1.413.588T21%2015t-.587%201.413T19%2017t-1.412-.587M3%2011q-.425%200-.712-.288T2%2010V8.5q0-.625.438-1.062T3.5%207h3q.825%200%201.525-.425t1.1-1.15q.2-.35.55-.562t.725-.088q.425.125.625.475t.05.7q-.425%201-1.225%201.725T8%208.75V10q0%20.425-.287.712T7%2011zm.588-5.587Q3%204.825%203%204t.588-1.412T5%202t1.413.588T7%204t-.587%201.413T5%206t-1.412-.587M10%2014q-.425%200-.712-.288T9%2013q0-3.35%202.325-5.675T17%205q.425%200%20.713.287T18%206t-.288.713T17%207q-2.5%200-4.25%201.75T11%2013q0%20.425-.288.713T10%2014m4%200q-.425%200-.712-.288T13%2013q0-1.65%201.175-2.825T17%209q.425%200%20.713.288T18%2010t-.288.713T17%2011q-.825%200-1.412.588T15%2013q0%20.425-.288.713T14%2014%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-outline-rounded.svg?color=%231a73e8&size=48