Actigraph Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Actigraph 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/313382.svg" alt="Actigraph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313382.svg" alt="Actigraph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313382.svg" alt="Actigraph icon" :width="24" :height="24" />
CSS background
.icon-actigraph {
background-image: url('https://proicons.com/icon/313382.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>ActiGraph</title><path d="M10.18899 0 .8597 24h4.15078L12 4.97502h.0304L18.9587 24h4.1816L14.18736.91564C13.97372.36626 13.44452 0 12.85444 0ZM12 13.71434a2.47223 2.47223 0 0 0-2.4723 2.47211A2.47223 2.47223 0 0 0 12 18.65876a2.47223 2.47223 0 0 0 2.47211-2.4723 2.47223 2.47223 0 0 0-2.4721-2.47212z"/></svg>
Copied!