Inspire Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Inspire 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/314769.svg" alt="Inspire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314769.svg" alt="Inspire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314769.svg" alt="Inspire icon" :width="24" :height="24" />
CSS background
.icon-inspire {
background-image: url('https://proicons.com/icon/314769.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>INSPIRE</title><path d="M0 0v24h24V0H0zm3.873 3.6875c1.0359-.0008 1.8758.8391 1.875 1.875-.0003 1.035-.8399 1.8738-1.875 1.873C2.8387 7.4352 2.0003 6.5968 2 5.5625c-.0008-1.035.838-1.8747 1.873-1.875zm4.4903.5078h3.5312l6.7344 10.8125h.045V4.1953H22v16.1172h-3.5469l-6.7168-10.791h-.0468v10.791H8.3633V4.1953zm-6.123 4.7871s.013.0041 3.3886 0v11.2754H2.2402V8.9824z"/></svg>
Copied!