Fod Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fod 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/340609.svg" alt="Fod icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340609.svg" alt="Fod icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340609.svg" alt="Fod icon" :width="24" :height="24" />
CSS background
.icon-fod {
background-image: url('https://proicons.com/icon/340609.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="e" d="M30.359,30.531v-13.062h2.8681c3.08,0,5.5768,2.5586,5.5768,5.7149v1.6327c0,3.1563-2.4968,5.7149-5.5768,5.7149l-2.8681-.0005Z"/><line class="e" x1="10.496" y1="24" x2="14.639" y2="24"/><path class="e" d="M10.496,30.531v-13.062h6.3735"/><path class="e" d="M23.6144,17.469h0c2.332,0,4.2224,1.9372,4.2224,4.3269v4.4082c0,2.3897-1.8904,4.3269-4.2224,4.3269h0c-2.332,0-4.2224-1.9372-4.2224-4.3269v-4.4082c0-2.3897,1.8904-4.3269,4.2224-4.3269Z"/></svg>
Copied!