Cloudera Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Cloudera 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/313880.svg" alt="Cloudera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313880.svg" alt="Cloudera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313880.svg" alt="Cloudera icon" :width="24" :height="24" />
CSS background
.icon-cloudera {
background-image: url('https://proicons.com/icon/313880.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>Cloudera</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.344 20.251a8.25 8.25 0 1 1 0-16.502 8.21 8.21 0 0 1 5.633 2.234L15.519 8.53a4.686 4.686 0 0 0-3.175-1.239 4.709 4.709 0 1 0 3.284 8.081l2.657 2.346a8.224 8.224 0 0 1-5.941 2.533z"/></svg>
Copied!