Odyssey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Odyssey 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/345092.svg" alt="Odyssey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345092.svg" alt="Odyssey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345092.svg" alt="Odyssey icon" :width="24" :height="24" />
CSS background
.icon-odyssey {
background-image: url('https://proicons.com/icon/345092.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.43,6.76A14.5,14.5,0,0,1,41,7c.91,4.78-.49,7.89-3.13,11.9a44.07,44.07,0,0,1-6.46,7.24,3.67,3.67,0,0,1,.92.68,4.69,4.69,0,0,1,.51.61c1.19,1.67-.58,5.28-2.68,7.78s-11,8.51-11,8.51S24.91,35,25.66,33.21a3.12,3.12,0,0,0,0-2.13c-.83.67-1.67,1.33-2.53,2l-8.22-8.22c.65-.86,1.3-1.7,2-2.53a3.09,3.09,0,0,0-2.14,0C13,23.09,4.24,28.87,4.24,28.87s6-8.9,8.5-11S18.86,14,20.52,15.2a5.84,5.84,0,0,1,.62.52,3.47,3.47,0,0,1,.68.91,43.67,43.67,0,0,1,7.24-6.46C32.32,8,35,6.7,38.43,6.77Zm-5.67,5.37a3.16,3.16,0,0,0-2.28,5.39h0a3.17,3.17,0,0,0,4.47,0h0a3.17,3.17,0,0,0,0-4.47h0a3.14,3.14,0,0,0-2.19-.92ZM15.18,29.47a3.36,3.36,0,0,1,2.37,5.73c-.9.87-2.38.82-3.72,1.08C11.62,36.78,8,40,8,40s3.25-3.64,3.75-5.86c.27-1.25,0-2.49,1.08-3.72a3.37,3.37,0,0,1,2.38-1Z"/></svg>
Copied!