And St Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The And St 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/336298.svg" alt="And St icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336298.svg" alt="And St icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336298.svg" alt="And St icon" :width="24" :height="24" />
CSS background
.icon-and-st {
background-image: url('https://proicons.com/icon/336298.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><line class="d" x1="29.681" x2="39.656" y1="16.5" y2="16.5"/><line class="d" x1="34.668" x2="34.668" y1="31.499" y2="16.5"/><path class="d" d="m17.866 29.857c.9233 1.1974 2.0811 1.6435 3.6919 1.6435l2.2292-2e-6c2.0745 0 3.7562-1.6752 3.7562-3.7499 0-2.0746-1.6817-3.7499-3.7562-3.7499h-2.459c-2.0768 0-3.7601-1.6771-3.7601-3.748 0-2.071 1.6872-3.7517 3.7685-3.7517h2.217c1.6107 0 2.7686.44603 3.6919 1.6435"/><path class="d" d="m10.115 20.03c-.97829 0-1.7713-.79-1.7713-1.7645 0-.97454.79304-1.7645 1.7713-1.7645h1.1514c.97829 0 1.7713.79 1.7713 1.7645 0 .97454-.79304 1.7645-1.7713 1.7645"/><line class="d" x1="8.3438" x2="13.038" y1="20.03" y2="20.03"/><path class="d" d="m8.3438 25.765h2.9227c.97829 0 1.7713-.79 1.7713-1.7645 0-.97454-.79304-1.7645-1.7713-1.7645"/><line class="d" x1="8.3438" x2="13.038" y1="22.236" y2="22.236"/><path class="d" d="m11.267 31.499c.97829 0 1.7713-.79 1.7713-1.7645 0-.97454-.79304-1.7645-1.7713-1.7645h-1.1514c-.97829 0-1.7713.78999-1.7713 1.7645 0 .97454.79304 1.7645 1.7713 1.7645"/><line class="d" x1="8.3438" x2="15.429" y1="31.499" y2="31.499"/></svg>
Copied!