Websphere Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Websphere 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/320986.svg" alt="Websphere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320986.svg" alt="Websphere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320986.svg" alt="Websphere icon" :width="24" :height="24" />
CSS background
.icon-websphere {
background-image: url('https://proicons.com/icon/320986.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 27.5.0, 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="websphere_00000116218339878448660970000018323064429263738526_" d="M16,30.36C8.082,30.36,1.64,23.918,1.64,16 c0-3.836,1.494-7.442,4.206-10.154l0.509,0.509C3.779,8.931,2.36,12.356,2.36,16c0,7.521,6.119,13.64,13.64,13.64 S29.64,23.522,29.64,16c0-7.014-5.399-12.91-12.352-13.564C17.106,2.973,16.598,3.36,16,3.36c-0.75,0-1.36-0.61-1.36-1.36 S15.25,0.64,16,0.64c0.653,0,1.199,0.462,1.33,1.076C24.662,2.394,30.36,8.607,30.36,16C30.36,23.918,23.918,30.36,16,30.36z M16,1.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z M16,26.36 c-0.66,0-1.212-0.473-1.334-1.098C10.069,24.608,6.64,20.68,6.64,16c0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.36 c0,2.5-0.974,4.851-2.741,6.618l-0.51-0.51c1.632-1.632,2.53-3.801,2.53-6.108c0-4.764-3.876-8.64-8.64-8.64s-8.64,3.876-8.64,8.64 c0,4.304,3.141,7.919,7.359,8.543C14.907,24.018,15.41,23.64,16,23.64c0.75,0,1.36,0.61,1.36,1.36S16.75,26.36,16,26.36z M16,24.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.64S16.353,24.36,16,24.36z M16,20.36 c-2.404,0-4.36-1.956-4.36-4.36c0-1.164,0.453-2.259,1.276-3.083l0.51,0.509C12.739,14.114,12.36,15.028,12.36,16 c0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64c0-1.544-0.976-2.901-2.412-3.414c-0.22,0.458-0.687,0.774-1.228,0.774 c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36c0.706,0,1.287,0.54,1.354,1.228c1.785,0.582,3.007,2.24,3.007,4.132 C20.36,18.404,18.404,20.36,16,20.36z M16,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S16.353,11.36,16,11.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!