Bokete Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bokete 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/322833.svg" alt="Bokete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322833.svg" alt="Bokete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322833.svg" alt="Bokete icon" :width="24" :height="24" />
CSS background
.icon-bokete {
background-image: url('https://proicons.com/icon/322833.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m22.195 26.998a3.5 3.5 0 01-1.6946-2.9984 3.5 3.5 0 013.5-3.5 3.5 3.5 0 013.5 3.5 3.5 3.5 0 01-1.6848 2.9925"/><path class="d" d="m18.724 29.842a6.75 4.75 0 01-1.7238.15751 6.75 4.75 0 01-6.75-4.75 6.75 4.75 0 016.75-4.75 6.75 4.75 0 014.4167 1.158"/><path class="d" d="m26.593 21.652a6.75 4.75 0 014.4071-1.1522 6.75 4.75 0 016.75 4.75v0a6.75 4.75 0 01-6.75 4.75 6.75 4.75 0 01-1.7245-.15764"/><circle class="d" cx="14.5" cy="14" r="4"/><circle class="d" cx="33.5" cy="14" r="4"/><path class="d" d="m19.404 33.335a5.5 4.25 0 01-.90441-2.3349 5.5 4.25 0 015.5-4.25 5.5 4.25 0 015.5 4.25v0a5.5 4.25 0 01-.89907 2.3286"/><ellipse class="d" cx="24" cy="35.25" rx="5.5" ry="3.5"/></svg>
Copied!