9292 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 9292 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/335821.svg" alt="9292 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335821.svg" alt="9292 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335821.svg" alt="9292 icon" :width="24" :height="24" />
CSS background
.icon-9292 {
background-image: url('https://proicons.com/icon/335821.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;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><line class="c" x1="24" y1="5.5" x2="24" y2="42.5"/><line class="c" x1="5.5" y1="24" x2="42.5" y2="24"/><ellipse class="c" cx="14.75" cy="13.0625" rx="3.4457" ry="3.3125"/><path class="c" d="M11.6089,18.5304c.5742.7228,1.4491,1.2196,2.8992,1.2196h.2419c1.903,0,3.4457-1.4831,3.4457-3.3125v-3.375"/><path class="c" d="M29.9375,13.0625c0-1.8294,1.4831-3.3125,3.3125-3.3125s3.3125,1.4831,3.3125,3.3125c0,.9147-.333,1.7831-.9702,2.3423-1.34,1.176-5.6548,4.3452-5.6548,4.3452h6.625"/><path class="c" d="M11.4375,31.5625c0-1.8294,1.4831-3.3125,3.3125-3.3125s3.3125,1.4831,3.3125,3.3125c0,.9147-.333,1.7831-.9702,2.3423-1.34,1.176-5.6548,4.3452-5.6548,4.3452h6.625"/><ellipse class="c" cx="33.25" cy="31.5625" rx="3.4457" ry="3.3125"/><path class="c" d="M30.1089,37.0304c.5742.7228,1.4491,1.2196,2.8992,1.2196h.2419c1.903,0,3.4457-1.4831,3.4457-3.3125v-3.375"/></svg>
Copied!