Faxplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Faxplus 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/340301.svg" alt="Faxplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340301.svg" alt="Faxplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340301.svg" alt="Faxplus icon" :width="24" :height="24" />
CSS background
.icon-faxplus {
background-image: url('https://proicons.com/icon/340301.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M4.5,26.4784c3.4652-8.5027,11.2299-14.765,14.984-11.5187l10.0428,8.882c-3.754-3.2463-10.7166,2.7971-14.1818,11.2998l-10.8449-8.6631"/><path class="f" d="M26.0209,20.741c2.0463-2.2877,4.0828-5.0984,5.8743-7.8825l11.6049,9.5931"/><path class="f" d="M43.5,22.4516c-4.9733,8.7754-12.481,14.7519-16.4436,11.3829l-7.3408-6.1083"/><path class="f" d="M29.5267,23.8417c3.0642,3.0859-5.8554,7.2014-2.4703,9.9928"/></svg>
Copied!