Expertoption Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Expertoption 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/325629.svg" alt="Expertoption icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325629.svg" alt="Expertoption icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325629.svg" alt="Expertoption icon" :width="24" :height="24" />
CSS background
.icon-expertoption {
background-image: url('https://proicons.com/icon/325629.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.289,32.25V15.75c0-1.4291-.7624-2.7496-2-3.4641l-14.289-8.25c-1.2376-.7145-2.7624-.7145-4,0L7.711,12.2859c-1.2376.7145-2,2.035-2,3.4641v16.5c0,1.4291.7624,2.7496,2,3.4641l14.289,8.25c1.2376.7145,2.7624.7145,4,0l14.289-8.25c1.2376-.7145,2-2.035,2-3.4641Z"/><path class="cls-1" d="M14.499,20.5h4v12h-4v-12Z"/><path class="cls-1" d="M21.999,18h4v12h-4v-12Z"/><path class="cls-1" d="M29.499,15.5h4v12h-4v-12Z"/><path class="cls-1" d="M37.031,16.476l4.3439-2.5079"/><path class="cls-1" d="M23.999,44.064v-10.032"/><path class="cls-1" d="M13.139,17.73l-6.5159-3.7618"/></svg>
Copied!