Fadcam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fadcam 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/340231.svg" alt="Fadcam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340231.svg" alt="Fadcam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340231.svg" alt="Fadcam icon" :width="24" :height="24" />
CSS background
.icon-fadcam {
background-image: url('https://proicons.com/icon/340231.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M35.40299988,17.2980001c0,6.16531563-4.99768448,11.16344833-11.16300011,11.16399956-6.16531563-.00055122-11.16300011-4.99868393-11.16300011-11.16399956-.00055313-6.16531658,4.99668312-11.16389656,11.16200066-11.16500044,6.16570663,0,11.16399956,4.9982934,11.16399956,11.16399908v.00100136Z"/><path id="f" class="i" d="M5.5,41.86700034c3.91399956-6.52299881,10.43299961-11.45400047,18.5-11.45400047,8.06700134,0,14.58599854,4.93100166,18.5,11.45400047"/><path id="g" class="i" d="M21.97299957,15.04100013c-.01000023.94799995-.82500076,1.70999908-1.82799911,1.70999908-1.00200081,0-1.81800079-.76200008-1.82699966-1.71000004l3.65499878.00000095Z"/><path id="h" class="i" d="M26.50600052,15.04100013c.01000023.94799995.82500076,1.70999908,1.82699966,1.70999908,1.00300026,0,1.81800079-.76200008,1.82799911-1.71000004l-3.65499878.00000095Z"/></svg>
Copied!