Hoot Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hoot Mobile 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/341677.svg" alt="Hoot Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341677.svg" alt="Hoot Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341677.svg" alt="Hoot Mobile icon" :width="24" :height="24" />
CSS background
.icon-hoot-mobile {
background-image: url('https://proicons.com/icon/341677.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,36.464A24.3156,24.3156,0,0,0,13.6247,28.35c4.1365-5.945,8.8382-11.3194,15.8633-14.4216A16.4968,16.4968,0,0,0,33.766,11.5s-3.664,5.4151-5.3247,6.2344c0,0,8.6408-5.569,15.0587-4.0244,0,0-7.2987,2.1193-12.2086,6.7924a40.8959,40.8959,0,0,0,8.921-1.3445c.0293.0637-.7,1.8909-3.4615,2.7306-3.2679.9937-6.7781,1.794-7.7957,2.9467,0,0,5.0922-.7246,7.15.403-5.1911,1.524-11.0458,2.9857-18.9158,7.5585C9.7425,37.1234,4.5,36.464,4.5,36.464Z"/></svg>
Copied!