Smart Adventure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Adventure 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/332911.svg" alt="Smart Adventure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332911.svg" alt="Smart Adventure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332911.svg" alt="Smart Adventure icon" :width="24" :height="24" />
CSS background
.icon-smart-adventure {
background-image: url('https://proicons.com/icon/332911.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"><g id="e"><path id="f" d="M20.8143,43.644c-3.9661-3.3588-13.6803-14.532-13.6803-24.9718C7.134,10.3869,14.6055,2.5,24,2.5s16.866,7.8869,16.866,16.1722c0,10.4398-9.7142,21.613-13.6803,24.9718-.8111.6869-2.2139,1.856-3.1857,1.856s-2.3746-1.1691-3.1857-1.856Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><g id="g"><path id="h" d="M26.3477,17.5926h3.6771c1.5271,0,2.7565,1.2294,2.7565,2.7565v9.1415h-3.2814v-2.9637h-6.3043v2.9637l-3.0934-.0004-.0002-6.2241c0-.7635-.559-1.3782-1.2533-1.3782h0c-.6944,0-1.2533.6147-1.2533,1.3782l-.0114,4.1373-1.8334-.0002v-12.07c0-1.5271,1.2294-2.7535,2.7565-2.7565l3.0557-.0059c.312-.0953.6513-.1431,1.0018-.1431,2.084,0,3.7735,1.6895,3.7735,3.7735s-1.6895,3.7735-3.7735,3.7735c-.9045,0-1.7346-.3182-2.3846-.8488" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><circle id="i" cx="18.7796" cy="16.5155" r=".75" style="fill:#000; stroke-width:0px;"/></g></g></svg>
Copied!