The 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The 1 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/333867.svg" alt="The 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333867.svg" alt="The 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333867.svg" alt="The 1 icon" :width="24" :height="24" />
CSS background
.icon-the-1 {
background-image: url('https://proicons.com/icon/333867.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><line class="c" x1="4.5" y1="19.2388" x2="12.6512" y2="19.2388"/><line class="c" x1="8.5756" y1="31.7792" x2="8.5756" y2="19.2388"/><line class="c" x1="15.7107" y1="19.0821" x2="15.7107" y2="31.7792"/><path class="c" d="m15.7107,26.4495c0-1.7243,1.4108-3.1351,3.1351-3.1351s3.1351,1.4108,3.1351,3.1351v5.1729"/><path class="c" d="m30.8402,30.2116c-.4703.9405-1.5675,1.5675-2.6648,1.5675-1.7243,0-3.1351-1.4108-3.1351-3.1351v-2.0378c0-1.7243,1.4108-3.1351,3.1351-3.1351s3.1351,1.4108,3.1351,3.1351v1.0973h-6.2702"/></g><g><line class="c" x1="33.2606" y1="35.5812" x2="43.5" y2="35.5812"/><polyline class="c" points="33.9715 12.4188 38.3803 12.4188 38.3803 32.3944"/></g></svg>
Copied!