1dot1dot1dot1 Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 1dot1dot1dot1 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/313353.svg" alt="1dot1dot1dot1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313353.svg" alt="1dot1dot1dot1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313353.svg" alt="1dot1dot1dot1 icon" :width="24" :height="24" />
CSS background
.icon-1dot1dot1dot1 {
background-image: url('https://proicons.com/icon/313353.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>1.1.1.1</title><path d="M5.389 0A5.377 5.377 0 0 0 0 5.389V18.61A5.377 5.377 0 0 0 5.389 24H18.61A5.377 5.377 0 0 0 24 18.611V5.39A5.377 5.377 0 0 0 18.611 0Zm11.546 4.595h.942v3.122h.69v.868h-.69v1.201h-1.001V8.585H14.68v-.964zm-6.07.589h2.523v14.842h-3.094V9.79H6.68V7.805c.95-.042 1.616-.103 1.997-.184.606-.13 1.1-.39 1.48-.779.26-.266.457-.62.592-1.064.077-.267.116-.464.116-.594Zm5.989.73L15.513 7.72h1.365V5.915Z"/></svg>
Copied!