Synology Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Synology Assistant 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/348141.svg" alt="Synology Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348141.svg" alt="Synology Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348141.svg" alt="Synology Assistant icon" :width="24" :height="24" />
CSS background
.icon-synology-assistant {
background-image: url('https://proicons.com/icon/348141.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-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="5.5" y="5.5" width="37" height="33.1724" rx="1.252"/><line class="a" x1="27.8276" y1="5.5" x2="27.8276" y2="38.6724"/><line class="a" x1="33.5898" y1="12.2251" x2="36.7378" y2="12.2251"/><line class="a" x1="33.5898" y1="17.3047" x2="36.7378" y2="17.3047"/><rect class="a" x="8.1292" y="38.6724" width="5.1034" height="3.8276"/><rect class="a" x="34.8687" y="38.6724" width="5.1034" height="3.8276"/></svg>
Copied!