Display Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Display 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/324584.svg" alt="Display Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324584.svg" alt="Display Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324584.svg" alt="Display Assistant icon" :width="24" :height="24" />
CSS background
.icon-display-assistant {
background-image: url('https://proicons.com/icon/324584.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24" cy="24" r="14.5"/><circle class="e" cx="24" cy="24" r="2"/><circle class="e" cx="18" cy="17" r="2"/><circle class="e" cx="30" cy="31" r="2"/><path class="e" d="M6.5,24H2.5"/><path class="e" d="M45.5,24h-4"/><path class="e" d="M24,6.5V2.5"/><path class="e" d="M24,45.5v-4"/><path class="e" d="M11.626,11.626l-2.8284-2.8284"/><path class="e" d="M39.203,39.203l-2.8284-2.8284"/><path class="e" d="M36.374,11.626l2.8284-2.8284"/><path class="e" d="M8.7972,39.203l2.8284-2.8284"/><path class="e" d="M16,31h12"/><path class="e" d="M20.5,17h11.5"/><path class="e" d="M16,24h6M26,24h6"/></svg>
Copied!