Media Picker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Media Picker 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/328989.svg" alt="Media Picker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328989.svg" alt="Media Picker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328989.svg" alt="Media Picker icon" :width="24" :height="24" />
CSS background
.icon-media-picker {
background-image: url('https://proicons.com/icon/328989.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"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="g" d="M35.7574,42.4508H10.2593c-2.6367,0-4.7593-2.1227-4.7593-4.7594V12.2351"/><rect id="e" class="g" x="13.7124" y="5.5492" width="28.7876" height="28.788" rx="3.1122" ry="3.1122"/><path id="f" class="g" d="M17.684,28.215h20.5393l-7.0709-8.9229-4.6298,5.9346-3.2408-3.746-5.5978,6.7343Z"/></svg>
Copied!