585 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 585 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/321227.svg" alt="585 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321227.svg" alt="585 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321227.svg" alt="585 icon" :width="24" :height="24" />
CSS background
.icon-585 {
background-image: url('https://proicons.com/icon/321227.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M22.9134,24c-1.6839,0-3.0489,1.365-3.0489,3.0489h0c0,1.6839,1.365,3.0489,3.0489,3.0489h1.9818c1.6839,0,3.0489-1.365,3.0489-3.0489h0c0-1.6839-1.365-3.0489-3.0489-3.0489"/><path class="b" d="M24.8952,24c1.6839,0,3.0489-1.365,3.0489-3.0489h0c0-1.6839-1.365-3.0489-3.0489-3.0489h-1.9818c-1.6839,0-3.0489,1.365-3.0489,3.0489h0c0,1.6839,1.365,3.0489,3.0489,3.0489"/><line class="b" x1="22.9134" y1="24" x2="24.8952" y2="24"/><path class="b" d="M9.5,29.0691c.8419.7054,1.6588,1.0287,3.7001,1.0287h.3507c1.8883,0,3.419-1.5307,3.419-3.419h0c0-1.8883-1.5307-3.419-3.419-3.419h-4.0508v-5.3576h7.4698"/><path class="b" d="M31.0302,29.0691c.8419.7054,1.6588,1.0287,3.7001,1.0287h.3507c1.8883,0,3.419-1.5307,3.419-3.419h0c0-1.8883-1.5307-3.419-3.419-3.419h-4.0508v-5.3576h7.4698"/></svg>
Copied!