Operational Metrics Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Operational Metrics 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/320465.svg" alt="Operational Metrics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320465.svg" alt="Operational Metrics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320465.svg" alt="Operational Metrics icon" :width="24" :height="24" />
CSS background
.icon-operational-metrics {
background-image: url('https://proicons.com/icon/320465.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 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <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="operational--metrics_00000076569162746889602130000005585407588070187449_" d="M29,2.64H3C1.699,2.64,0.64,3.699,0.64,5 v17c0,1.302,1.059,2.36,2.36,2.36h12.64v4.279H9v0.721h14v-0.72h-6.64v-4.28H29c1.302,0,2.36-1.059,2.36-2.36V5 C31.36,3.699,30.302,2.64,29,2.64z M3,3.36h26c0.904,0,1.64,0.736,1.64,1.64v13.64h-5.28v-5.334c0.575-0.159,1-0.681,1-1.305 c0-0.75-0.61-1.36-1.36-1.36s-1.36,0.61-1.36,1.36c0,0.624,0.425,1.146,1,1.305v5.334h-5.28V9.305c0.575-0.159,1-0.681,1-1.305 c0-0.75-0.61-1.36-1.36-1.36S17.64,7.25,17.64,8c0,0.624,0.425,1.146,1,1.305v9.334h-5.28v-5.334c0.575-0.159,1-0.681,1-1.305 c0-0.75-0.61-1.36-1.36-1.36s-1.36,0.61-1.36,1.36c0,0.625,0.425,1.146,1,1.305v5.334H7.36V9.305c0.575-0.159,1-0.681,1-1.305 c0-0.75-0.61-1.36-1.36-1.36S5.64,7.25,5.64,8c0,0.625,0.425,1.146,1,1.305v9.334H1.36V5C1.36,4.096,2.096,3.36,3,3.36z M25,12.64 c-0.353,0-0.64-0.287-0.64-0.64s0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64S25.353,12.64,25,12.64z M19,8.64 c-0.353,0-0.64-0.287-0.64-0.64S18.647,7.36,19,7.36S19.64,7.647,19.64,8C19.64,8.353,19.353,8.64,19,8.64z M13,12.64 c-0.353,0-0.64-0.287-0.64-0.64s0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64S13.353,12.64,13,12.64z M7,8.64 C6.647,8.64,6.36,8.353,6.36,8S6.647,7.36,7,7.36S7.64,7.647,7.64,8C7.64,8.353,7.353,8.64,7,8.64z M29,23.64H3 c-0.904,0-1.64-0.735-1.64-1.64v-2.64h29.28V22C30.64,22.904,29.904,23.64,29,23.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!