Travelers Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Travelers 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/334238.svg" alt="Travelers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334238.svg" alt="Travelers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334238.svg" alt="Travelers icon" :width="24" :height="24" />
CSS background
.icon-travelers {
background-image: url('https://proicons.com/icon/334238.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,7.8726c-12.5138,0-17.4279,9.6943-18.5,12.3301,3.845-2.5587,8.5429-2.4258,12.0619,0,3.845-2.5587,9.3572-2.4258,12.8762,0,3.519-2.4258,8.2169-2.5587,12.0619,0-1.0721-2.6358-5.9862-12.3301-18.5-12.3301"/><path class="c" d="m18.4554,37.2236c0,1.6037,1.3001,2.9038,2.9038,2.9038s2.9038-1.3001,2.9038-2.9038v-18.8874"/></svg>
Copied!