Casio Gshock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Casio Gshock 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/323492.svg" alt="Casio Gshock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323492.svg" alt="Casio Gshock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323492.svg" alt="Casio Gshock icon" :width="24" :height="24" />
CSS background
.icon-casio-gshock {
background-image: url('https://proicons.com/icon/323492.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>.c{stroke-width:1px;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m32.332,12.02l-1.2105-5.2413c-.3081-1.3339-1.4959-2.2787-2.8649-2.2787h-8.513c-1.369,0-2.5568.9448-2.8649,2.2787l-1.2105,5.2413"/><path class="d" d="m15.668,35.98l1.2105,5.2414c.3081,1.3339,1.4959,2.2787,2.8649,2.2787h8.513c1.369,0,2.5568-.9448,2.8649-2.2787l1.2106-5.2415"/><circle class="d" cx="24" cy="24" r="11.48"/><path class="c" d="m9.6374,28.4497v-8.8984c0-.9604.3815-1.8815,1.0606-2.5606l6.2921-6.2921c.6791-.6791,1.6002-1.0606,2.5606-1.0606h8.8984c.9604,0,1.8815.3815,2.5606,1.0606l6.2921,6.2921c.6791.6791,1.0606,1.6002,1.0606,2.5606v8.8984c0,.9604-.3815,1.8815-1.0606,2.5606l-6.2921,6.2921c-.6791.6791-1.6002,1.0606-2.5606,1.0606h-8.8984c-.9604,0-1.8815-.3815-2.5606-1.0606l-6.2921-6.2921c-.6791-.6791-1.0606-1.6002-1.0606-2.5606Z"/><path class="d" d="m26.8625,21.1558c1.9308-2.8282,1.4124-3.5716.9409-3.6453-2.7717-.4332-11.0285,12.7541-8.7265,12.9828,1.8446.1836,4.5524-3.4019,6.3811-5.289l-2.6884.0016h6.5539"/></svg>
Copied!