Synology Active Insight Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Synology Active Insight 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/348140.svg" alt="Synology Active Insight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348140.svg" alt="Synology Active Insight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348140.svg" alt="Synology Active Insight icon" :width="24" :height="24" />
CSS background
.icon-synology-active-insight {
background-image: url('https://proicons.com/icon/348140.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-miterlimit:10;}</style></defs><path class="a" d="M38.8307,41.5147a4.6708,4.6708,0,0,1-4.0513-2.3377L19.9529,13.4965a4.6729,4.6729,0,0,1,8.0935-4.6731l14.8265,25.68a4.6751,4.6751,0,0,1-4.0422,7.0109Z"/><path class="a" d="M21.6631,41.5135H9.1731a4.6731,4.6731,0,0,1,0-9.3462h12.49a4.6731,4.6731,0,0,1,0,9.3462Z"/><path class="a" d="M9.1693,41.5147a4.6751,4.6751,0,0,1-4.0422-7.0109l14.8265-25.68a4.6729,4.6729,0,1,1,8.0935,4.6731L13.2206,39.177A4.6715,4.6715,0,0,1,9.1693,41.5147Z"/></svg>
Copied!