3cat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3cat 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/321204.svg" alt="3cat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321204.svg" alt="3cat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321204.svg" alt="3cat icon" :width="24" :height="24" />
CSS background
.icon-3cat {
background-image: url('https://proicons.com/icon/321204.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="d" d="M34.3021,18v8.5612c0,.7947.6442,1.4388,1.4388,1.4388h.4317"/><line class="d" x1="32.7913" y1="20.3741" x2="35.8129" y2="20.3741"/><path class="d" d="M23.5922,26.5506c-.496.866-1.4293,1.4494-2.4988,1.4494h0c-1.5893,0-2.8777-1.2884-2.8777-2.8777v-1.8705c0-1.5893,1.2884-2.8777,2.8777-2.8777h0c1.0675,0,1.9992.5812,2.4959,1.4444"/><path class="d" d="M30.9235,25.1223c0,1.5893-1.2884,2.8777-2.8777,2.8777h0c-1.5893,0-2.8777-1.2884-2.8777-2.8777v-1.8705c0-1.5893,1.2884-2.8777,2.8777-2.8777h0c1.5893,0,2.8777,1.2884,2.8777,2.8777"/><line class="d" x1="30.9235" y1="28" x2="30.9235" y2="20.3741"/><path class="d" d="M11.8283,27.3568c.5264.4411,1.0948.6432,2.3713.6432h.2974c1.0527,0,1.906-.8534,1.906-1.906h0c0-1.0527-.8534-1.906-1.906-1.906"/><path class="d" d="M11.8274,21.011c.5276-.4397,1.0965-.6403,2.373-.6369l.2965.0017c1.0527,0,1.906.8534,1.906,1.906h0c0,1.0527-.8534,1.906-1.906,1.906"/><line class="d" x1="13.0318" y1="24.1879" x2="14.4969" y2="24.1879"/></svg>
Copied!