Y Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Y Connect icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/335387.svg" alt="Y Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335387.svg" alt="Y Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335387.svg" alt="Y Connect icon" :width="24" :height="24" />
CSS background
.icon-y-connect {
background-image: url('https://proicons.com/icon/335387.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="M17.6311,35.3593c0,3.4882-2.8276,6.3159-6.3155,6.3159h0c-3.488,0-6.3155-2.8277-6.3155-6.3159h0c0-3.4882,2.8276-6.3159,6.3155-6.3159s6.3155,2.8277,6.3155,6.3159Z"/><path id="d" class="k" d="M43,35.6006c0,3.4882-2.8276,6.3159-6.3155,6.3159s-6.3155-2.8277-6.3155-6.3159c0-3.4882,2.8276-6.3159,6.3155-6.3159h0c3.488,0,6.3155,2.8277,6.3155,6.3159h0Z"/><path id="e" class="k" d="M17.503,20.658l.6655-1.4127c.3214-.6823.9095-1.4244,1.6636-1.4244h3.6771"/><path id="f" class="k" d="M13.4902,29.1764l1.4926-3.1685"/><path id="g" class="k" d="M19.8135,35.0057c.0912.7422.2867,1.1838,1.1837,1.1838h5.2427c.8625,0,1.324-.4299,1.324-1.2543,0-3.7663,4.0578-8.1592,9.4924-8.1592h2.8003c.5974,0,1.3277-.3864,1.3277-1.2674s-.7019-1.3275-1.3277-1.3275h-11.0109c0-2.2541-2.7097-3.4598-5.1733-3.4598h-11.8252c-1.2021,0-2.0594.8716-2.0594,1.8515,0,.4905-.0067.9811,0,1.4715.0109.788.6207,1.4202,1.7358,1.4236,7.5523.0232,7.5948,3.8784,8.2899,9.5377Z"/><path id="h" class="k" d="M17.7076,8.6362c1.9326-1.6275,4.6498-2.5528,7.4961-2.5528,2.8438,0,5.5587.9237,7.4911,2.5486"/><path id="i" class="k" d="M19.525,11.5281c1.256-1.3484,3.3905-2.1605,5.6788-2.1605s4.4225.8119,5.6785,2.1602"/><path id="j" class="k" d="M21.2469,14.2532c.9951-1.0481,2.4386-1.6502,3.9568-1.6502,1.5173,0,2.96.6013,3.9551,1.6483"/></svg>
Copied!