Tripviatours Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tripviatours 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/334277.svg" alt="Tripviatours icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334277.svg" alt="Tripviatours icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334277.svg" alt="Tripviatours icon" :width="24" :height="24" />
CSS background
.icon-tripviatours {
background-image: url('https://proicons.com/icon/334277.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A13.0947,13.0947,0,0,0,10.9053,17.5949c0,10.2479,10.0239,22.601,12.6193,25.6277a.791.791,0,0,0,1.2081-.0059c2.5514-3.0369,12.362-15.3805,12.362-25.6218A13.0947,13.0947,0,0,0,24,4.5ZM23.4064,10V23.6978A2.3022,2.3022,0,0,0,25.7086,26h.6906m-5.41-12.2015h4.8345"/></svg>
Copied!