Streamline Operations Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Streamline Operations 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/320772.svg" alt="Streamline Operations icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320772.svg" alt="Streamline Operations icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320772.svg" alt="Streamline Operations icon" :width="24" :height="24" />
CSS background
.icon-streamline-operations {
background-image: url('https://proicons.com/icon/320772.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="streamline--operations" d="M26,1.64v0.72h4.131L3.673,28.818C3.474,28.705,3.245,28.64,3,28.64 c-0.75,0-1.36,0.61-1.36,1.36S2.25,31.36,3,31.36S4.36,30.75,4.36,30c0-0.244-0.065-0.475-0.178-0.673L30.64,2.87V7h0.721V1.64H26z M3,30.64c-0.353,0-0.64-0.287-0.64-0.64S2.647,29.36,3,29.36S3.64,29.647,3.64,30S3.353,30.64,3,30.64z M3.36,26H2.64V4 c0-1.853,1.507-3.36,3.36-3.36S9.36,2.147,9.36,4v17H8.64V4c0-1.456-1.185-2.64-2.64-2.64S3.36,2.544,3.36,4V26z M15.36,15h-0.72V4 c0-1.853,1.507-3.36,3.36-3.36S21.36,2.147,21.36,4v5h-0.72V4c0-1.456-1.184-2.64-2.64-2.64S15.36,2.545,15.36,4V15z M14.64,21h0.72 v7c0,1.853-1.507,3.36-3.36,3.36S8.64,29.853,8.64,28v-1h0.72v1c0,1.456,1.185,2.64,2.64,2.64s2.64-1.184,2.64-2.64 C14.64,28,14.64,21,14.64,21z M26.64,9h0.721v19c0,1.853-1.508,3.36-3.36,3.36s-3.36-1.508-3.36-3.36V15h0.721v13 c0,1.456,1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64V9H26.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!