Amoledpix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amoledpix 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/336279.svg" alt="Amoledpix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336279.svg" alt="Amoledpix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336279.svg" alt="Amoledpix icon" :width="24" :height="24" />
CSS background
.icon-amoledpix {
background-image: url('https://proicons.com/icon/336279.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><path class="b" d="m19.0033,6.2139S6.6654,38.3117,6.1414,40.2667c-.5238,1.9548,1.0343,2.2333,1.633,2.2333h8.7108c.396,0,.7313.0118,1.5489-1.4947.7589-1.3983,5.9917-18.0759,5.9917-18.0759l5.8588,18.0759s.459,1.4947,1.4253,1.4947h8.8948c.5796,0,2.1681-.372,1.6618-2.2333-.5054-1.858-12.9839-34.0528-12.9839-34.0528,0,0-.1991-.7139-1.4839-.7139h-6.8663c-1.2713,0-1.5296.7139-1.5296.7139h.0005Z"/></svg>
Copied!