Mediainfo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mediainfo 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/328993.svg" alt="Mediainfo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328993.svg" alt="Mediainfo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328993.svg" alt="Mediainfo icon" :width="24" :height="24" />
CSS background
.icon-mediainfo {
background-image: url('https://proicons.com/icon/328993.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="M20.833,26.8322c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path id="b" class="c" d="M21.532,5.5004c11.3969,0,20.6358,8.2829,20.6358,18.4998h0c0,10.2169-9.2399,18.4998-20.6358,18.4998-.343,0-.686-.008-1.026-.023,9.9479-.491,17.7558-8.6179,17.7558-18.4768h0c0-9.7389-7.6249-17.8098-17.4398-18.4738.2361-.0197.4731-.0284.71-.026ZM30.7079,24.1172c0-6.0899-4.223-11.1339-9.6479-11.5299.133-.013.266-.015.4-.015,7.1449,0,12.9369,5.1699,12.9369,11.5449s-5.7919,11.5459-12.9369,11.5459c-.196,0-.393-.004-.587-.012,5.5029-.28,9.8349-5.3609,9.8349-11.5339ZM18.3651,22.3012c0-.475.192-.904.503-1.216.6716-.671,1.76-.6706,2.431.001.3218.3221.5027.7587.503,1.214,0,.475-.16.94-.503,1.216-.356.285-1.222.753-1.222,1.48M26.17,24.0002c0,3.3606-2.7243,6.0849-6.0849,6.0849h-.001c-3.3602-.0006-6.0839-2.7247-6.0839-6.0849,0-3.3602,2.7237-6.0844,6.0839-6.0849,3.3602.0006,6.0839,2.7247,6.0839,6.0849h.002ZM11.0282,6.0974v35.9376M8.4314,6.0974v35.9376M5.8322,6.0974v35.9376"/></svg>
Copied!