Custom Workloads Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Custom Workloads 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/319835.svg" alt="Custom Workloads icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319835.svg" alt="Custom Workloads icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319835.svg" alt="Custom Workloads icon" :width="24" :height="24" />
CSS background
.icon-custom-workloads {
background-image: url('https://proicons.com/icon/319835.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" 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"> <g id="custom--workloads"> <path id="custom--workloads_00000056398254661915378360000008297035361084690079_" d="M23,30.36c-0.062,0-0.123-0.017-0.179-0.048 L16,26.415l-6.821,3.897c-0.111,0.062-0.246,0.062-0.357,0l-5.862-3.35C2.713,27.208,2.374,27.36,2,27.36 c-0.75,0-1.36-0.61-1.36-1.36c0-0.625,0.424-1.153,1-1.312V18c0-0.129,0.069-0.248,0.181-0.312l6.819-3.896V7.312 c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36c0.374,0,0.713,0.152,0.959,0.397l5.862-3.35 c0.111-0.063,0.246-0.063,0.357,0l7,4C23.291,5.751,23.36,5.871,23.36,6v6.688c0.575,0.158,1,0.686,1,1.312 c0,0.117-0.015,0.23-0.043,0.338l5.861,3.349c0.112,0.064,0.182,0.184,0.182,0.312v8c0,0.129-0.069,0.248-0.182,0.312l-7,4 C23.123,30.344,23.062,30.36,23,30.36z M16.36,25.791L23,29.585l6.64-3.794v-7.582l-5.68-3.246c-0.492,0.49-1.428,0.49-1.92,0 l-5.68,3.246V25.791z M3.317,26.338L9,29.585l6.64-3.794v-7.582L9,14.415l-6.64,3.794v6.479c0.576,0.158,1,0.687,1,1.312 C3.36,26.117,3.345,26.23,3.317,26.338z M2,25.36c-0.353,0-0.64,0.287-0.64,0.64S1.647,26.64,2,26.64S2.64,26.353,2.64,26 S2.353,25.36,2,25.36z M9.36,13.791L16,17.585l5.683-3.247C21.654,14.23,21.64,14.117,21.64,14c0-0.625,0.425-1.153,1-1.312V6.209 L16,2.415l-5.683,3.247C10.345,5.77,10.36,5.883,10.36,6c0,0.625-0.424,1.153-1,1.312V13.791z M23,13.36 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.64S23.353,13.36,23,13.36z M9,5.36 C8.647,5.36,8.36,5.647,8.36,6S8.647,6.64,9,6.64S9.64,6.353,9.64,6S9.353,5.36,9,5.36z"/> </g> <g id="Layer_1"> </g> </svg>
Copied!