Adobe Analytics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Analytics 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/321385.svg" alt="Adobe Analytics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321385.svg" alt="Adobe Analytics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321385.svg" alt="Adobe Analytics icon" :width="24" :height="24" />
CSS background
.icon-adobe-analytics {
background-image: url('https://proicons.com/icon/321385.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="24" cy="24" r="14"/><polyline class="c" points="13.5837 26.9515 16.7514 24.2683 19.7327 26.2434 25.4719 20.9515 28.3042 23.2248 33.5216 19.2"/><line class="c" x1="15.8758" y1="32.7205" x2="15.8758" y2="27.8944"/><line class="c" x1="19.9379" y1="34.9006" x2="19.9379" y2="28.677"/><line class="c" x1="24" y1="35.6273" x2="24" y2="25.5652"/><line class="c" x1="28.0621" y1="34.9006" x2="28.0621" y2="25.8075"/><line class="c" x1="32.1242" y1="32.3106" x2="32.1242" y2="23.7391"/></svg>
Copied!