Performance Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Performance 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/320498.svg" alt="Performance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320498.svg" alt="Performance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320498.svg" alt="Performance icon" :width="24" :height="24" />
CSS background
.icon-performance {
background-image: url('https://proicons.com/icon/320498.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="performance_00000101787382667240782120000005424718170814302622_" d="M31.36,16c0,8.47-6.891,15.36-15.36,15.36 c-4.103,0-7.96-1.598-10.861-4.499l0.509-0.51c2.68,2.681,6.216,4.193,9.992,4.284V27h0.72v3.636 c3.765-0.092,7.182-1.611,9.73-4.037l-2.566-2.565l0.51-0.51l2.565,2.566c2.426-2.548,3.945-5.965,4.037-9.73H27v-0.72h3.636 c-0.092-3.766-1.611-7.183-4.037-9.729l-2.565,2.565l-0.51-0.509l2.566-2.566c-2.548-2.426-5.965-3.946-9.73-4.037V5h-0.72V1.364 c-3.766,0.091-7.183,1.611-9.729,4.037l2.565,2.566L7.967,8.476L5.401,5.911C2.898,8.539,1.36,12.093,1.36,16 c0,2.285,0.537,4.548,1.556,6.574l6.83-6.829c0.141-0.141,0.368-0.141,0.509,0L13,18.491l8.131-8.131H18V9.64h4.36V14h-0.72v-3.13 l-8.385,8.385c-0.141,0.141-0.368,0.141-0.509,0L10,16.509l-6.921,6.92c-0.08,0.079-0.19,0.117-0.304,0.102 c-0.112-0.016-0.209-0.083-0.265-0.181C1.281,21.089,0.64,18.558,0.64,16C0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!