Myfritz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myfritz 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/329846.svg" alt="Myfritz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329846.svg" alt="Myfritz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329846.svg" alt="Myfritz icon" :width="24" :height="24" />
CSS background
.icon-myfritz {
background-image: url('https://proicons.com/icon/329846.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;}</style></defs><path class="c" d="M38,5.5H9c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><polyline class="c" points="15.9349 36.3217 15.9349 27.028 20.5869 36.3319 25.2388 27.0422 25.2388 36.3319"/><line class="c" x1="29.8907" y1="36.3319" x2="27.4131" y2="30.1681"/><path class="c" d="M32.0651,30.1681l-2.9535,8.3726c-.1969.5581-.7243.9313-1.3161.9313h-.3823"/><line class="c" x1="5" y1="24" x2="42" y2="24"/><line class="c" x1="23.4643" y1="10.7914" x2="23.4643" y2="18.7086"/><line class="c" x1="10" y1="10.7914" x2="13.9586" y2="10.7914"/><line class="c" x1="10" y1="14.75" x2="12.5731" y2="14.75"/><line class="c" x1="10" y1="10.7914" x2="10" y2="18.7086"/><path class="c" d="M16.0766,18.7086v-7.9172h2.5919c1.4653,0,2.6532,1.1904,2.6532,2.6589s-1.1879,2.6589-2.6532,2.6589h-2.5919"/><line class="c" x1="18.6685" y1="16.1093" x2="21.2602" y2="18.7066"/><line class="c" x1="25.6073" y1="10.7914" x2="30.8524" y2="10.7914"/><line class="c" x1="28.2298" y1="18.7086" x2="28.2298" y2="10.7914"/><polyline class="c" points="32.7549 10.7914 38 10.7914 32.7549 18.7086 38 18.7086"/></svg>
Copied!