Logitech G Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Logitech G 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/343207.svg" alt="Logitech G icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343207.svg" alt="Logitech G icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343207.svg" alt="Logitech G icon" :width="24" :height="24" />
CSS background
.icon-logitech-g {
background-image: url('https://proicons.com/icon/343207.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.3602,20.3721v8.1628h9.5233v9.5233h8.1628v-17.686h-17.686Z"/><path class="b" d="M24.4532,4.5c-6.9665.0002-13.4037,3.7168-16.887,9.75-3.4833,6.0333-3.4833,13.4667,0,19.5,3.4833,6.0332,9.9205,9.7498,16.887,9.75v-9.0698c-3.7263,0-7.1694-1.9881-9.0326-5.2151-1.8632-3.2271-1.8632-7.2031,0-10.4302,1.8631-3.227,5.3063-5.215,9.0326-5.2151V4.5Z"/></svg>
Copied!