Gh Drivers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gh Drivers 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/326486.svg" alt="Gh Drivers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326486.svg" alt="Gh Drivers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326486.svg" alt="Gh Drivers icon" :width="24" :height="24" />
CSS background
.icon-gh-drivers {
background-image: url('https://proicons.com/icon/326486.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line id="d" class="j" x1="25.9627" y1="15.89" x2="25.9627" y2="32.11"/><line id="e" class="j" x1="36.5" y1="15.89" x2="36.5" y2="32.11"/><line id="f" class="j" x1="25.9627" y1="23.9695" x2="36.5" y2="23.9695"/><path id="g" class="j" d="M22.0374,21.2629c0-2.9673-2.3589-5.3728-5.2687-5.3728h0c-2.9098,0-5.2687,2.4055-5.2687,5.3728v5.4742c0,2.9673,2.3589,5.3728,5.2687,5.3728h0c2.9098,0,5.2687-2.4055,5.2687-5.3728h-5.2687"/><rect id="i" class="j" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!