Au Services Today Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Au Services Today 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/336711.svg" alt="Au Services Today icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336711.svg" alt="Au Services Today icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336711.svg" alt="Au Services Today icon" :width="24" :height="24" />
CSS background
.icon-au-services-today {
background-image: url('https://proicons.com/icon/336711.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M28.061,20.652l-1.4401,5.2366s-.4956,1.4964.8377,1.4964c1.5404,0,2.4559-2.6911,2.4559-2.6911"/><path class="b" d="M31.037,20.652l-1.1224,4.0418s-.8736,2.6641,1.1002,2.6641c2.3216,0,2.9544-2.8741,2.9544-2.8741"/><path class="b" d="M35.034,20.652l-1.4401,5.2366s-.2096,1.4139.8038,1.3918c1.362-.0296,2.4706-2.59,2.4706-2.59"/><path class="b" d="M28.061,20.652s-4.8207-.7271-5.8165,4.2461c-.8795,4.3917,3.7286,1.7387,4.3764.9905"/><path class="b" d="M16.5,11h25c.554,0,1,.446,1,1v24c0,.554-.446,1-1,1h-25V11Z"/><path class="b" d="M16.5,11L7,5.5v37l9.5-5.5"/><path class="b" d="M9.5,20v8"/><path class="b" d="M7,5.5h-1.5v37h1.5"/></svg>
Copied!