Xperiaassist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xperiaassist 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/335369.svg" alt="Xperiaassist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335369.svg" alt="Xperiaassist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335369.svg" alt="Xperiaassist icon" :width="24" :height="24" />
CSS background
.icon-xperiaassist {
background-image: url('https://proicons.com/icon/335369.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A10.43,10.43,0,0,0,13.57,14.93c0,5,4.53,9,4.53,14.61"/><line class="a" x1="18.32" y1="39.2" x2="29.9" y2="37.16"/><path class="a" d="M24,4.5A10.43,10.43,0,0,1,34.43,14.93c0,5-4.53,9-4.53,14.61V37.6a5.9,5.9,0,0,1-11.8,0V33.79l11.8-2.08"/></svg>
Copied!