Austin 311 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Austin 311 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/322196.svg" alt="Austin 311 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322196.svg" alt="Austin 311 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322196.svg" alt="Austin 311 icon" :width="24" :height="24" />
CSS background
.icon-austin-311 {
background-image: url('https://proicons.com/icon/322196.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="35.0493 35.4525 37.0888 34.342 37.0888 42.5"/><polyline class="d" points="24.1401 35.4525 26.1796 34.342 26.1796 42.5"/><line class="d" x1="28.9941" y1="38.421" x2="33.073" y2="38.421"/><line class="d" x1="17.9676" y1="38.421" x2="22.0465" y2="38.421"/><path class="d" d="M10.5112,41.8117c.5632.4719,1.1712.6881,2.5367.6881h.3181c1.1261,0,2.039-.9129,2.039-2.039h0c0-1.1261-.9129-2.039-2.039-2.039"/><path class="d" d="M10.5101,35.0232c.5644-.4704,1.173-.685,2.5386-.6813l.3172.0018c1.1261,0,2.039.9129,2.039,2.039h0c0,1.1261-.9129,2.039-2.039,2.039"/><line class="d" x1="11.7981" y1="38.422" x2="13.3654" y2="38.422"/><path class="d" d="M8.706,23.823c3.9407-1.3659,5.5698-5.5555,7.515-11.6007.6853-2.13,1.4791-4.5966,2.6959-6.7224"/><path class="d" d="M38.9336,29.527c-8.0319-.5198-11.1006-9.6857-12.7002-14.9886"/><path class="d" d="M8.7057,29.591c14.1984-2.817,10.8977-23.589,17.5276-23.589,6.2601,0,5.1503,17.4428,13.061,17.955"/><line class="d" x1="23.331" y1="23.7246" x2="30.1059" y2="23.7246"/></svg>
Copied!