Platform As A Service Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Platform As A Service 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/320526.svg" alt="Platform As A Service icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320526.svg" alt="Platform As A Service icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320526.svg" alt="Platform As A Service icon" :width="24" :height="24" />
CSS background
.icon-platform-as-a-service {
background-image: url('https://proicons.com/icon/320526.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="platform-as-a-service_00000166675467559305145640000008850472412806443705_" d="M12.25,30.255l-0.508-0.51l1.004-1 c0.057-0.057,0.13-0.093,0.209-0.103l7.32-0.915c0.36-0.045,0.699-0.21,0.954-0.466l6.102-6.103c0.411-0.41,0.411-1.079,0-1.491 c-0.411-0.411-1.081-0.41-1.49,0.001l-6.237,5.07c-0.42,0.386-0.979,0.621-1.593,0.621H13.01V24.64h5.001 c0.393,0,0.753-0.139,1.036-0.369l-0.003-0.004l0.092-0.075c0.315-0.299,0.513-0.722,0.513-1.189c0-0.354-0.287-0.642-0.64-0.642 h-7.75c-2.614,0-4.759,2.043-4.885,4.651c-0.004,0.089-0.042,0.174-0.105,0.237l-3.015,3.006l-0.509-0.51l2.918-2.909 c0.213-2.925,2.644-5.196,5.595-5.196h7.75c0.75,0,1.36,0.61,1.36,1.36c0,0.066-0.003,0.132-0.009,0.196l4.999-4.062 c0.663-0.666,1.79-0.667,2.48,0.024c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102c-0.368,0.368-0.856,0.607-1.375,0.672 l-7.197,0.899L12.25,30.255z M16,19.36c-0.059,0-0.117-0.015-0.171-0.043l-13-7C2.713,12.254,2.64,12.132,2.64,12 s0.073-0.254,0.189-0.317l13-7c0.107-0.058,0.234-0.058,0.342,0l13,7c0.116,0.062,0.189,0.185,0.189,0.317s-0.073,0.254-0.189,0.317 l-13,7C16.117,19.346,16.059,19.36,16,19.36z M3.759,12L16,18.591L28.24,12L16,5.409L3.759,12z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!