Smart Traveller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Traveller 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/332928.svg" alt="Smart Traveller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332928.svg" alt="Smart Traveller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332928.svg" alt="Smart Traveller icon" :width="24" :height="24" />
CSS background
.icon-smart-traveller {
background-image: url('https://proicons.com/icon/332928.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="M42.5,37.6254c-6.3453,0-11.4892-5.1439-11.4892-11.4892V8.3746"/><line class="c" x1="31.0108" y1="23" x2="42.5" y2="23"/><path class="c" d="M11.5724,37.6254h7.4214c2.7782,0,5.0304-2.2522,5.0304-5.0304s-2.2522-5.0304-5.0304-5.0304h-8.4634c-2.7782,0-5.0304-2.2522-5.0304-5.0304s2.2522-5.0304,5.0304-5.0304h13.097"/><circle class="c" cx="7.7668" cy="35.3586" r="2.2668"/></svg>
Copied!