Openlinkwith Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openlinkwith 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/345256.svg" alt="Openlinkwith icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345256.svg" alt="Openlinkwith icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345256.svg" alt="Openlinkwith icon" :width="24" :height="24" />
CSS background
.icon-openlinkwith {
background-image: url('https://proicons.com/icon/345256.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.2632,34.9034a4.2983,4.2983,0,1,1-4.2983,4.2983A4.3034,4.3034,0,0,1,32.2632,34.9034Z"/><path class="a" d="M15.7368,4.5a4.2983,4.2983,0,1,1-4.2983,4.2983A4.2976,4.2976,0,0,1,15.7368,4.5Z"/><path class="a" d="M16.3946,34.9034a4.2983,4.2983,0,1,1-4.2892,4.2983A4.2976,4.2976,0,0,1,16.3946,34.9034Z"/><path class="a" d="M32.2632,4.5a4.2983,4.2983,0,1,1-4.2983,4.2983A4.2976,4.2976,0,0,1,32.2632,4.5Z"/><path class="a" d="M32.5065,34.9034c-.6578-13.8861-16.1029-7.9207-16.77-21.8068"/><path class="a" d="M32.2632,13.0966c0,3.9649-1.1024,7.323-3.3071,9.0832"/><path class="a" d="M16.3946,34.9034c0-3.9709.778-7.1608,2.9827-8.921"/></svg>
Copied!