Cloudflareworkers Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Cloudflareworkers 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/313883.svg" alt="Cloudflareworkers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313883.svg" alt="Cloudflareworkers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313883.svg" alt="Cloudflareworkers icon" :width="24" :height="24" />
CSS background
.icon-cloudflareworkers {
background-image: url('https://proicons.com/icon/313883.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Cloudflare Workers</title><path d="m8.213.063 8.879 12.136-8.67 11.739h2.476l8.665-11.735-8.89-12.14Zm4.728 0 9.02 11.992-9.018 11.883h2.496L24 12.656v-1.199L15.434.063ZM7.178 2.02.01 11.398l-.01 1.2 7.203 9.644 1.238-1.676-6.396-8.556 6.361-8.313Z"/></svg>
Copied!