Guncho Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Guncho 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/341392.svg" alt="Guncho icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341392.svg" alt="Guncho icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341392.svg" alt="Guncho icon" :width="24" :height="24" />
CSS background
.icon-guncho {
background-image: url('https://proicons.com/icon/341392.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.458,3.0522c-4.3965.9652-8.3783,3.2879-11.3825,6.6398,1.2668,1.7295,1.3933,4.0437.3225,5.9009-1.0451,1.7984-3.0285,2.8386-5.1022,2.6759-.5236,1.869-.7913,3.8003-.7958,5.7412.0038,1.9408.2709,3.8721.7938,5.7412,2.0736-.1627,4.057.8775,5.1022,2.6759,1.0755,1.8649.9434,4.1899-.3365,5.9209,2.8183,3.1402,6.4996,5.3802,10.5838,6.4401.8952-1.8803,2.79-3.08,4.8725-3.0853,2.1486.0026,4.0922,1.2761,4.9524,3.245,4.4261-.9321,8.4448-3.2384,11.4824-6.5899-1.2867-1.7316-1.4221-4.062-.3445-5.9309,1.0451-1.7984,3.0285-2.8386,5.1022-2.6759.5222-1.8691.7886-3.8005.7918-5.7412-.0039-1.9408-.2709-3.8721-.7938-5.7412-2.0758.1607-4.0597-.8837-5.1022-2.6859-1.0749-1.8653-.942-4.1903.3385-5.9209-2.8183-3.1402-6.4996-5.3802-10.5838-6.4401-.8952,1.8803-2.79,3.08-4.8725,3.0853-2.1546-.0004-4.1037-1.2789-4.9624-3.255h-.0659Z"/><circle class="c" cx="23.9511" cy="24" r="2.8257"/><ellipse class="c" cx="29.6143" cy="14.1701" rx="4.606" ry="4.6016" transform="translate(8.2671 39.1119) rotate(-75.011)"/><ellipse class="c" cx="18.3693" cy="33.6701" rx="4.606" ry="4.6016" transform="translate(-18.9059 42.7072) rotate(-75.0126)"/><ellipse class="c" cx="35.2582" cy="23.9503" rx="4.606" ry="4.6016" transform="translate(3.0033 51.8138) rotate(-75.0099)"/><ellipse class="c" cx="12.7668" cy="23.9618" rx="4.606" ry="4.6016" transform="translate(-13.6816 30.0972) rotate(-75.0115)"/><ellipse class="c" cx="29.6149" cy="33.7363" rx="4.606" ry="4.6016" transform="translate(-10.6362 53.6116) rotate(-75.0016)"/><ellipse class="c" cx="18.3686" cy="14.2477" rx="4.606" ry="4.6016" transform="translate(-.1482 28.3024) rotate(-74.9984)"/><circle class="c" cx="29.6423" cy="33.6851" r="2.3364"/><circle class="c" cx="12.7283" cy="23.9601" r="2.3364"/><circle class="c" cx="29.6423" cy="14.215" r="2.3364"/><line class="c" x1="29.023" y1="14.8344" x2="30.2617" y2="13.5957"/><line class="c" x1="29.023" y1="13.5957" x2="30.2617" y2="14.8344"/><line class="c" x1="29.023" y1="34.2895" x2="30.2617" y2="33.0508"/><line class="c" x1="29.023" y1="33.0508" x2="30.2617" y2="34.2895"/><line class="c" x1="12.109" y1="24.6193" x2="13.3476" y2="23.3807"/><line class="c" x1="12.109" y1="23.3807" x2="13.3476" y2="24.6193"/></svg>
Copied!