Abbvie Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Abbvie 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/313370.svg" alt="Abbvie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313370.svg" alt="Abbvie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313370.svg" alt="Abbvie icon" :width="24" :height="24" />
CSS background
.icon-abbvie {
background-image: url('https://proicons.com/icon/313370.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>Abbvie</title><path d="M23.186 20.17c-1.533 0-2.14-.612-2.347-1.838l-.406-1.74c-.413.72-2.453 3.579-6.945 3.579H8.89C1.94 20.17 0 15.467 0 12c0-3.885 2.347-8.17 8.884-8.17h4.905c5.005 0 7.759 2.853 8.372 6.431.512 2.96 1.839 9.91 1.839 9.91zM13.076 6.378h-3.88c-4.698 0-6.231 2.965-6.231 5.623 0 2.653 1.533 5.618 6.236 5.618h3.875c4.904 0 6.236-3.065 6.236-5.618 0-2.246-1.231-5.618-6.236-5.618z"/></svg>
Copied!