Defacto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Defacto 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/324379.svg" alt="Defacto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324379.svg" alt="Defacto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324379.svg" alt="Defacto icon" :width="24" :height="24" />
CSS background
.icon-defacto {
background-image: url('https://proicons.com/icon/324379.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;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m39.7478,26.3877h0c-.9637,0-1.7522-.7885-1.7522-1.7522v-1.1389c0-.9637.7885-1.7522,1.7522-1.7522h0c.9637,0,1.7522.7885,1.7522,1.7522v1.1389c0,.9637-.7885,1.7522-1.7522,1.7522Z"/><path class="b" d="m35.1448,20.2837v5.2563c0,.5256.3504.8761.8761.8761h.2628"/><line class="b" x1="34.1811" y1="21.6854" x2="36.1084" y2="21.6854"/><path class="b" d="m32.3745,25.5695c-.2628.5256-.8761.8761-1.4893.8761h0c-.9637,0-1.7522-.7885-1.7522-1.7522v-1.1389c0-.9637.7885-1.7522,1.7522-1.7522h0c.6132,0,1.2265.3504,1.4893.8761"/><path class="b" d="m26.8492,24.7813c0,.9637-.7885,1.7521-1.7521,1.7521h0c-.9637,0-1.7521-.7885-1.7521-1.7521v-1.1389c0-.9637.7885-1.7521,1.7521-1.7521h0c.9637,0,1.7521.7885,1.7521,1.7521"/><line class="b" x1="26.8492" y1="26.5334" x2="26.8492" y2="21.8027"/><path class="b" d="m6.5,26.475v-7.0084h1.5769c1.6645,0,3.0663,1.4017,3.0663,3.0663v.8761c0,1.6645-1.4017,3.0663-3.0663,3.0663l-1.5769-.0002Z"/><line class="b" x1="19.0552" y1="22.9999" x2="21.3329" y2="22.9999"/><polyline class="b" points="19.0552 26.5041 19.0552 19.4956 22.5594 19.4956"/><path class="b" d="m16.559,25.4822c-.2628.5256-.8761.8761-1.4893.8761h0c-.9637,0-1.7522-.7885-1.7522-1.7522v-1.1389c0-.9637.7885-1.7522,1.7522-1.7522h0c.9637,0,1.7522.7885,1.7522,1.7522v.6132h-3.5042"/></svg>
Copied!