Mediapart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mediapart 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/343556.svg" alt="Mediapart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343556.svg" alt="Mediapart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343556.svg" alt="Mediapart icon" :width="24" :height="24" />
CSS background
.icon-mediapart {
background-image: url('https://proicons.com/icon/343556.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="8.4" y="4.5" width="31.2" height="39" rx="1.95"/><line class="a" x1="12.48" y1="9.38" x2="21.68" y2="9.38"/><line class="a" x1="12.48" y1="16.7" x2="21.68" y2="16.7"/><line class="a" x1="12.48" y1="24.01" x2="21.68" y2="24.01"/><line class="a" x1="12.48" y1="31.33" x2="21.68" y2="31.33"/><line class="a" x1="12.48" y1="38.64" x2="21.68" y2="38.64"/><line class="a" x1="26.29" y1="9.38" x2="35.5" y2="9.38"/><line class="a" x1="26.29" y1="16.7" x2="35.5" y2="16.7"/><line class="a" x1="26.29" y1="24.01" x2="35.5" y2="24.01"/><line class="a" x1="26.29" y1="31.33" x2="35.5" y2="31.33"/><line class="a" x1="26.29" y1="38.64" x2="35.5" y2="38.64"/></svg>
Copied!