Newrelic Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Newrelic 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/315316.svg" alt="Newrelic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315316.svg" alt="Newrelic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315316.svg" alt="Newrelic icon" :width="24" :height="24" />
CSS background
.icon-newrelic {
background-image: url('https://proicons.com/icon/315316.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>New Relic</title><path d="M8.0015 14.3091v7.384L12.0008 24V12.0008L1.6078 5.9996v4.6167ZM12.0008 0 2.8232 5.2976 6.8209 7.606l5.1799-2.9893 6.3936 3.6913v7.384l-5.1783 2.9908v4.6167l9.176-5.2991V5.9996Z"/></svg>
Copied!