Platform Automation Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Platform Automation 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/318615.svg" alt="Platform Automation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318615.svg" alt="Platform Automation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318615.svg" alt="Platform Automation icon" :width="24" :height="24" />
CSS background
.icon-platform-automation {
background-image: url('https://proicons.com/icon/318615.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>data-share</title><path d="M5,25V15.8281l-3.5859,3.586L0,18l6-6,6,6-1.4141,1.4141L7,15.8281V25H19v2H7A2.0024,2.0024,0,0,1,5,25Z" transform="translate(0 0)"/><path d="M24,22h4a2.002,2.002,0,0,1,2,2v4a2.002,2.002,0,0,1-2,2H24a2.002,2.002,0,0,1-2-2V24A2.002,2.002,0,0,1,24,22Zm4,6V24H23.9985L24,28Z" transform="translate(0 0)"/><path d="M27,6v9.1719l3.5859-3.586L32,13l-6,6-6-6,1.4141-1.4141L25,15.1719V6H13V4H25A2.0024,2.0024,0,0,1,27,6Z" transform="translate(0 0)"/><rect x="2" y="6" width="6" height="2"/><rect x="2" y="2" width="8" height="2"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!