Amediateka Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amediateka 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/321701.svg" alt="Amediateka icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321701.svg" alt="Amediateka icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321701.svg" alt="Amediateka icon" :width="24" :height="24" />
CSS background
.icon-amediateka {
background-image: url('https://proicons.com/icon/321701.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M17.9091,12.8672l-13.4091,26.5981"/><path class="b" d="M22.9051,10.7052l-14.4991,28.7611"/><path class="b" d="M27.9061,8.5336l-15.5941,30.9322h6.6766l1.9834-3.9238h13.8681l1.985,3.9238h6.6748l-15.5939-30.9322ZM27.9061,21.8307l4.4767,8.8516h-8.9533l4.4766-8.8516Z"/></svg>
Copied!