Myfrontier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myfrontier 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/329847.svg" alt="Myfrontier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329847.svg" alt="Myfrontier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329847.svg" alt="Myfrontier icon" :width="24" :height="24" />
CSS background
.icon-myfrontier {
background-image: url('https://proicons.com/icon/329847.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="M5.5003,23.9993c-.0002,7.4825,4.5071,14.2284,11.42,17.092,6.9129,2.8634,14.8701,1.2806,20.161-4.0103,5.2909-5.2909,6.8737-13.2481,4.0103-20.161-2.8636-6.9129-9.6095-11.4202-17.092-11.42H5.4996"/><path class="b" d="M17.8333,11.6663H5.5003"/><path class="b" d="M5.5003,17.8323h6.1667"/></svg>
Copied!