Facer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Facer 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/340228.svg" alt="Facer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340228.svg" alt="Facer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340228.svg" alt="Facer icon" :width="24" :height="24" />
CSS background
.icon-facer {
background-image: url('https://proicons.com/icon/340228.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="m12.7788,12.7766h26.0537c2.0152,0,3.6488-1.6336,3.6488-3.6488h0c0-2.0152-1.6336-3.6488-3.6488-3.6488H9.4813c-2.2091,0-4,1.7909-4,4v29.3512c0,2.0152,1.6336,3.6488,3.6488,3.6488h0c2.0152,0,3.6488-1.6336,3.6488-3.6488V12.7766Z"/><path class="c" d="m19.9266,23.5731h16.4815l3.5505-7.2975h-20.032c-2.0152,0-3.6488,1.6336-3.6488,3.6488h0c0,2.0152,1.6336,3.6488,3.6488,3.6488Z"/><path class="c" d="m23.5753,33.7156h8.0676l4.0347-7.2975h-15.3999c-2.2091,0-4,1.7909-4,4v12.061h7.2975v-8.7635Z"/><circle class="d" cx="19.972" cy="19.9243" r=".75"/><circle class="d" cx="9.6305" cy="9.5828" r=".75"/><circle class="d" cx="19.972" cy="30.1589" r=".75"/></svg>
Copied!