Developer Z Os Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Developer Z Os 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/319891.svg" alt="Developer Z Os icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319891.svg" alt="Developer Z Os icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319891.svg" alt="Developer Z Os icon" :width="24" :height="24" />
CSS background
.icon-developer-z-os {
background-image: url('https://proicons.com/icon/319891.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 24.1.2, 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="developer-z-os_1_" d="M16,30.36c-0.062,0-0.125-0.017-0.181-0.05l-12-7C3.708,23.246,3.64,23.128,3.64,23V9h0.72v13.793 L16,29.583l11.64-6.79V14h0.721v9c0,0.128-0.068,0.246-0.179,0.311l-12,7C16.125,30.344,16.062,30.36,16,30.36z M16,20.36 c-2.404,0-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36c1.514,0,2.85,0.775,3.631,1.949l7.661-4.585L16,2.417l-3.64,2.116V10h-0.72 V4.325c0-0.128,0.068-0.247,0.179-0.311l4-2.325c0.112-0.065,0.251-0.065,0.362,0l12,7c0.109,0.064,0.178,0.182,0.179,0.309 c0,0.127-0.066,0.246-0.176,0.311l-8.205,4.911c0.244,0.544,0.381,1.146,0.381,1.78C20.36,18.404,18.404,20.36,16,20.36z M16,12.36 c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,12.36,16,12.36z M8.36,16H7.64V6h0.72V16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!