Faketraveller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Faketraveller 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/340243.svg" alt="Faketraveller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340243.svg" alt="Faketraveller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340243.svg" alt="Faketraveller icon" :width="24" :height="24" />
CSS background
.icon-faketraveller {
background-image: url('https://proicons.com/icon/340243.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="M24,4.5A11.5,11.5,0,0,0,12.5,16c0,9,8.78,19.83,11.08,22.49a.71.71,0,0,0,1,.07l.07-.07C26.92,35.82,35.5,25,35.5,16A11.5,11.5,0,0,0,24,4.5Zm0,14.62a3.9,3.9,0,1,1,3.9-3.89A3.9,3.9,0,0,1,24,19.12Z"/><path class="cls-1" d="M19.76,33.58c-5.14.69-8.84,2.59-8.84,4.82,0,2.82,5.85,5.1,13.08,5.1s13.08-2.28,13.08-5.1c0-2.21-3.63-4.1-8.7-4.8"/></svg>
Copied!