1xbit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1xbit 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/335723.svg" alt="1xbit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335723.svg" alt="1xbit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335723.svg" alt="1xbit icon" :width="24" :height="24" />
CSS background
.icon-1xbit {
background-image: url('https://proicons.com/icon/335723.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M5.5,19.6v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v10.1"/><line class="c" x1="16.2598" y1="21.691" x2="20.8777" y2="26.309"/><line class="c" x1="20.8777" y1="21.691" x2="16.2598" y2="26.309"/><circle class="d" cx="33.3434" cy="19.0581" r=".8507"/><line class="c" x1="33.3434" y1="22.0354" x2="33.3434" y2="28.4762"/><path class="c" d="M36.9202,20.0303v7.2307c0,.6712.5441,1.2152,1.2152,1.2152h.3646"/><line class="c" x1="35.6442" y1="22.0354" x2="38.1962" y2="22.0354"/><path class="c" d="M28.8305,24c1.2387,0,2.2428,1.0041,2.2428,2.2428s-1.0041,2.2428-2.2428,2.2428h-3.7007v-8.9713h3.7007c1.2387,0,2.2428,1.0042,2.2428,2.2428s-1.0041,2.2428-2.2428,2.2428h0Z"/><line class="c" x1="28.8305" y1="24" x2="25.1298" y2="24"/><line class="c" x1="25.1299" y1="19.5144" x2="23.8153" y2="19.5144"/><line class="c" x1="25.1299" y1="28.4857" x2="23.8153" y2="28.4857"/><line class="c" x1="26.2708" y1="19.5143" x2="26.2708" y2="17.9238"/><line class="c" x1="28.1016" y1="19.5143" x2="28.1016" y2="17.9238"/><line class="c" x1="26.2708" y1="30.0762" x2="26.2708" y2="28.4857"/><line class="c" x1="28.1016" y1="30.0762" x2="28.1016" y2="28.4857"/><line class="c" x1="9.5" y1="28.861" x2="14.361" y2="28.861"/><line class="c" x1="9.5" y1="20.4624" x2="11.9305" y2="19.139"/><line class="c" x1="11.9305" y1="19.139" x2="11.9305" y2="28.861"/></svg>
Copied!