Mytrip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mytrip 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/344493.svg" alt="Mytrip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344493.svg" alt="Mytrip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344493.svg" alt="Mytrip icon" :width="24" :height="24" />
CSS background
.icon-mytrip {
background-image: url('https://proicons.com/icon/344493.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="Layer_1" 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="M32.1335,26.6465c.9-2.01.92-3.15-.03-5.46l-4.77-10.45c-2.13-4.71-2.05-5.34-5.68-5.5-7.22-.27-7.98-.25-4.32,6.62l4.92,9.78c.89,1.81.89,2.92-.2,5.05l-4.69,9.36c-3.69,6.87-2.91,6.87,4.27,6.78,3.8,0,3.57-.95,5.7-5.66l4.8-10.52Z"/></svg>
Copied!