Abbott Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Abbott 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/313369.svg" alt="Abbott icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313369.svg" alt="Abbott icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313369.svg" alt="Abbott icon" :width="24" :height="24" />
CSS background
.icon-abbott {
background-image: url('https://proicons.com/icon/313369.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Abbott</title><path d="M20.812 2.4H0v3.197h19.773V5.6a1.03 1.03 0 0 1 1.032 1.031v10.742l-.004.007a1.034 1.034 0 0 1-1.034 1.025H4.23c-.569 0-1.033-.46-1.033-1.033v-4.34c0-.57.464-1.032 1.033-1.032H17.6V8.803H3.188A3.185 3.185 0 0 0 0 11.99v6.423A3.188 3.188 0 0 0 3.188 21.6h17.624A3.187 3.187 0 0 0 24 18.412V5.587A3.186 3.186 0 0 0 20.812 2.4"/></svg>
Copied!