Happy Wheels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happy Wheels 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/341456.svg" alt="Happy Wheels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341456.svg" alt="Happy Wheels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341456.svg" alt="Happy Wheels icon" :width="24" :height="24" />
CSS background
.icon-happy-wheels {
background-image: url('https://proicons.com/icon/341456.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M16.7683,26.257c.9639-1.3337,3.0106-.9771,4.1858-.3961"/><path class="d" d="M15.0517,24.1575c2.456-3.4728,5.2554.0792,7.9623-.2311"/><circle class="c" cx="18.8612" cy="25.8855" r=".75"/><path class="d" d="M10.3425,26.0184c-.0764-1.0691,1.2441-3.129,2.7494-1.2276"/><path class="d" d="M22.6751,32.1127c-.3268.099-.4655.2674-.4655.2674"/><path class="d" d="M24,44.4264c1.9235,0,3.0722-.1981,3.0722-.1981,0,0,8.3981-5.3082,8.1604-11.2899,1.8222.2377,1.1488-2.5749,1.5449-3.9217s2.3768-3.2879,2.3768-9.9034-4.2827-15.687-15.1544-15.687-15.1544,9.0715-15.1544,15.687,1.9807,8.5565,2.3768,9.9034-.2773,4.1594,1.5449,3.9217c-.2377,5.9816,8.1604,11.2899,8.1604,11.2899,0,0,1.1488.1981,3.0722.1981Z"/><path class="d" d="M37.5716,27.3157c1.1902-13.3078-7.766-15.0956-13.5716-15.0956s-14.7618,1.7878-13.5716,15.0956"/><path class="d" d="M31.2317,26.257c-.9639-1.3337-3.0106-.9771-4.1858-.3961"/><path class="d" d="M32.9483,24.1575c-2.456-3.4728-5.2554.0792-7.9623-.2311"/><circle class="c" cx="29.1388" cy="25.8855" r=".75"/><path class="d" d="M24,35.3219c2.3955,0,4.2706.6602,4.9044,1.9807.3616-.492.3797-1.0066.2344-1.5977-.3705-1.5069-2.0509-3.0812-5.1388-2.5881-3.0878-.4932-4.7683,1.0812-5.1388,2.5881-.1453.5912-.1273,1.1058.2344,1.5977.6338-1.3205,2.5089-1.9807,4.9044-1.9807Z"/><path class="d" d="M37.6575,26.0184c.0764-1.0691-1.2441-3.129-2.7494-1.2276"/><path class="d" d="M25.3249,32.1127c.3268.099.4655.2674.4655.2674"/><path class="d" d="M35.0949,24.5752c.0515-8.7721-5.3333-9.7142-11.0949-9.7142s-11.1464.9421-11.0949,9.7142"/></svg>
Copied!