Chooser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chooser 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/338225.svg" alt="Chooser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338225.svg" alt="Chooser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338225.svg" alt="Chooser icon" :width="24" :height="24" />
CSS background
.icon-chooser {
background-image: url('https://proicons.com/icon/338225.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M39.2212,9.3757C30.6205.446,16.347.1793,7.4167,8.7802c-.7831.7541-.8051,2.0008-.0497,2.7826.7529.7842,1.999.8082,2.782.0538,7.3971-7.1264,19.1132-6.9098,26.2357.4915,7.1264,7.3971,6.9098,19.1132-.4915,26.2357-.7842.7529-.8081,1.9992-.0537,2.782.7541.7831,2.0001.8057,2.7819.0502,8.3717-8.0593,9.1297-21.1082,2.1075-30.0636-.4706-.5997-.9704-1.1786-1.5077-1.7367h0ZM33.1903,32.5333c-.7668-.7863-2.0261-.8012-2.8114-.0333-2.7031,2.649-6.6058,3.6361-10.2418,2.6032-3.6361-1.0329-6.4308-3.9318-7.3387-7.6012-.9038-3.6694.2249-7.5346,2.9613-10.1418.7957-.7575.8255-2.0168.0665-2.8112-.7563-.7969-2.0158-.8288-2.8113-.071-3.7651,3.5861-5.323,8.9256-4.0776,13.9732,1.2454,5.048,5.1105,9.0506,10.1085,10.4705,5.0022,1.4244,10.3917.0541,14.107-3.582.7863-.7668.8011-2.0265.0332-2.8118l.0042.0054ZM7.4334,11.6206c-6.3146,7.3657-6.6952,18.4461-.386,26.2598,7.074,8.7611,19.934,10.1672,28.7368,3.1755M33.0702,32.4214c3.2999-4.4671,3.3256-10.7862-.3206-15.2979-2.4326-3.0145-5.9987-4.5997-9.6063-4.6398-2.5044-.0278-5.0272.6936-7.2068,2.1933" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!