Chogue Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chogue 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/338221.svg" alt="Chogue icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338221.svg" alt="Chogue icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338221.svg" alt="Chogue icon" :width="24" :height="24" />
CSS background
.icon-chogue {
background-image: url('https://proicons.com/icon/338221.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><rect class="a" x="12.0233" y="30.6418" width="24" height="12.8582"/><path class="a" d="M24.0233,10.0782c-3.7073,3.4036-4.6528,8.7454-1.6273,20.5636"/><path class="a" d="M27.2107,30.6418c-2.3217-9.32,4.67-17.7471,10.6435-13.4254C43.2276,21.104,36.0034,30.6418,27.2107,30.6418Z"/><path class="a" d="M20.7893,30.6418c2.3217-9.32-4.67-17.7471-10.6435-13.4254C4.7724,21.104,11.9966,30.6418,20.7893,30.6418Z"/><path class="a" d="M24.0233,10.0782c3.7074,3.4036,4.6529,8.7454,1.6274,20.5636"/><line class="a" x1="24.0233" y1="10.0782" x2="24.0233" y2="4.5"/><line class="a" x1="22.3373" y1="6.2964" x2="25.7094" y2="6.2964"/><line class="a" x1="14.7585" y1="37.0709" x2="33.2882" y2="37.0709"/><line class="a" x1="14.7585" y1="40.2855" x2="33.2882" y2="40.2855"/><line class="a" x1="14.7585" y1="33.8564" x2="33.2882" y2="33.8564"/></svg>
Copied!