Dataiku Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dataiku 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/314050.svg" alt="Dataiku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314050.svg" alt="Dataiku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314050.svg" alt="Dataiku icon" :width="24" :height="24" />
CSS background
.icon-dataiku {
background-image: url('https://proicons.com/icon/314050.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>Dataiku</title><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0zm6.527 15.34H12.5v-.934h6.026zm-.739-8.73s-.412.543-.193 1.995c.41 2.724-1.02 5.15-3.56 5.15h-1.87s-1.835-.092-2.933 1.01c-3.263 3.269-4.04 4.116-4.274 4.233-.15.08-.188-.093-.188-.093l9.644-11.891c-.203-2.145 2.34-2.715 3.278-1.13l.884-.248zm-1.599-.614a.476.476 0 1 0 .47.474.476.476 0 0 0-.47-.474z"/></svg>
Copied!