Install With Options Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Install With Options 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/327466.svg" alt="Install With Options icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327466.svg" alt="Install With Options icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327466.svg" alt="Install With Options icon" :width="24" :height="24" />
CSS background
.icon-install-with-options {
background-image: url('https://proicons.com/icon/327466.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M21.584,14.306v9.71h-8.01l10.41,10.387,10.41-10.387h-8.009v-9.71h-4.801ZM21.74,45.4c-4.4035-.4616-8.5574-2.2705-11.895-5.18M6.788,36.932c-2.5661-3.4129-4.0587-7.5121-4.288-11.776M2.728,20.673c.627-4.0072,2.3738-7.7557,5.039-10.813M11.053,6.803c3.1158-2.3434,6.8097-3.7961,10.687-4.203M26.222,2.6c10.9567,1.1459,19.2779,10.3831,19.278,21.4h0c.0002,11.0149-8.3177,20.2512-19.272,21.4"/></svg>
Copied!