Fizy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fizy 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/325930.svg" alt="Fizy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325930.svg" alt="Fizy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325930.svg" alt="Fizy icon" :width="24" :height="24" />
CSS background
.icon-fizy {
background-image: url('https://proicons.com/icon/325930.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;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m34.1413,24.9643v2.8929c0,1.1786-.9643,2.1429-2.1429,2.1429-.6429,0-1.1786-.2143-1.5-.6429"/><path class="b" d="m34.1413,21.3214v3.5357c0,1.1786-.9643,2.1429-2.1429,2.1429s-2.1429-.9643-2.1429-2.1429v-3.5357"/><polyline class="b" points="23.2086 21.3214 27.4943 21.3214 23.2086 27.1071 27.4943 27.1071"/><circle class="c" cx="20.6378" cy="18.75" r=".75"/><line class="b" x1="20.6378" y1="21.3214" x2="20.6378" y2="27.1071"/><path class="b" d="m15.1444,27.1071v-7.1786c0-.8571.6429-1.5,1.5-1.5h0c.75,0,1.1786.2143,1.5.6429"/><line class="b" x1="13.8587" y1="21.3214" x2="16.8587" y2="21.3214"/></svg>
Copied!