Dash0 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Dash0 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/314041.svg" alt="Dash0 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314041.svg" alt="Dash0 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314041.svg" alt="Dash0 icon" :width="24" :height="24" />
CSS background
.icon-dash0 {
background-image: url('https://proicons.com/icon/314041.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>Dash0</title><path d="M0 4.421c4.883 0 8.842 3.393 8.842 7.579S4.883 19.579 0 19.579zm16.421 0C20.608 4.421 24 7.814 24 12s-3.392 7.579-7.579 7.579S8.842 16.186 8.842 12s3.393-7.579 7.579-7.579"/></svg>
Copied!