Datadotai Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Datadotai 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/314048.svg" alt="Datadotai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314048.svg" alt="Datadotai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314048.svg" alt="Datadotai icon" :width="24" :height="24" />
CSS background
.icon-datadotai {
background-image: url('https://proicons.com/icon/314048.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>data.ai</title><path d="M8.12 1.744.015 10.009 0 10.023l11.986 12.219.014.015 11.986-12.22.014-.014-8.115-8.273-.006-.006Zm1.207 1.02h5.326L11.99 5.41zm3.422 3.43 3.027-3.053L22.081 9.5h-6.054ZM8.211 3.14l3.04 3.072L7.999 9.5h-6.08Zm.62 6.977L12 6.876l3.169 3.242L12 19.842zm7.328.402h5.862l-8.793 9.005Zm-14.24 0h5.915l2.958 9.006Z"/></svg>
Copied!