Stagecoach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stagecoach 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/333274.svg" alt="Stagecoach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333274.svg" alt="Stagecoach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333274.svg" alt="Stagecoach icon" :width="24" :height="24" />
CSS background
.icon-stagecoach {
background-image: url('https://proicons.com/icon/333274.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M24.8263,45.4809h-.03c-.24.01-.47.02-.71.02h-.18c-.24,0-.47-.01-.71-.02h-.08c-7.21-.4-13.1-5.74-14.37-12.69-.16-.9-.25-1.84-.25-2.79,0-4.73,2.12-8.96,5.46-11.81h.01c2.71-2.3,6.2-3.69,10.03-3.69,3.84,0,7.34,1.4,10.05,3.7v.01"/><path class="b" d="M42.6163,13.2509c4.28,7.41,1.74,16.89-5.67,21.17-4.09,2.36-8.81,2.65-12.94,1.17-3.35-1.18-6.31-3.52-8.23-6.84-1.92-3.32-2.47-7.07-1.82-10.56h.01"/><path class="b" d="M4.8863,14.1709c.02-.05.05-.1.07-.15.01-.01.02-.03.02-.04.07-.13.14-.26.22-.39,0-.02.01-.03.02-.05.02-.04.04-.09.07-.13.01-.02.03-.05.04-.07,0-.01.01-.01.02-.02,0,0,0-.01.01-.02v-.01c0-.01.01-.03.02-.04.02-.03.03-.05.05-.08.02-.04.04-.07.06-.1.07-.13.14-.25.22-.37.03-.05.06-.09.09-.14.05-.07.1-.15.15-.22,3.97-5.92,11.46-8.29,18.05-5.94.87.31,1.73.7,2.56,1.18,4.09,2.36,6.7,6.31,7.49,10.62v.01c.65,3.49.1,7.22-1.82,10.54-1.92,3.32-4.87,5.66-8.22,6.84"/></svg>
Copied!