404 Media Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 404 Media 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/335777.svg" alt="404 Media icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335777.svg" alt="404 Media icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335777.svg" alt="404 Media icon" :width="24" :height="24" />
CSS background
.icon-404-media {
background-image: url('https://proicons.com/icon/335777.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="b" points="16.7674 28.0669 18.4959 19.9331 12.9693 25.3966 18.358 25.3966"/><polyline class="b" points="32.0257 28.0669 33.7542 19.9331 28.2276 25.3966 33.6163 25.3966"/><path class="b" d="M22.7652,28.0669h0c-1.488,0-2.4379-1.2063-2.1216-2.6943l.5835-2.7452c.3163-1.488,1.779-2.6943,3.267-2.6943h0c1.488,0,2.4379,1.2063,2.1216,2.6943l-.5835,2.7452c-.3163,1.488-1.779,2.6943-3.267,2.6943Z"/><line class="b" x1="10.5" y1="26.0308" x2="37.5" y2="22.5733"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!