Cat 01 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cat 01 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/319645.svg" alt="Cat 01 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319645.svg" alt="Cat 01 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319645.svg" alt="Cat 01 icon" :width="24" :height="24" />
CSS background
.icon-cat-01 {
background-image: url('https://proicons.com/icon/319645.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="cat--01_00000042699135065489889420000016717508849799102138_" d="M25,30.36H8c-1.257,0-2.36-1.22-2.36-2.61V15.5 c0-1.577,1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86V17h-0.72v-1.5c0-1.18-0.96-2.14-2.14-2.14s-2.14,0.96-2.14,2.14v12.25 c0,0.972,0.797,1.89,1.64,1.89h2.305C9.893,29.215,9.64,28.637,9.64,28v-5.5c0-1.092,0.414-2.072,1.23-2.914l6.048-6.237 c0.475-0.353,0.721-0.83,0.721-1.349V9.75c0-0.517,0.196-1.015,0.584-1.48l3.484-4.289c0.257-0.309,0.66-0.42,1.037-0.284 c0.373,0.135,0.615,0.479,0.615,0.877v2.087c1.188,0.13,2.956,0.917,2.999,3.253l0.963,1.925c0.048,0.097,0.051,0.21,0.006,0.309 c-0.1,0.226-1.032,2.212-2.327,2.212h-1.64v13.3c0.53,0.062,0.97,0.266,1.311,0.607c0.687,0.691,0.689,1.692,0.689,1.734 C25.359,30.2,25.198,30.36,25,30.36z M19.36,29.64h5.24c-0.096-0.489-0.434-1.28-1.6-1.28c-0.199,0-0.36-0.161-0.36-0.36V14 c0-0.199,0.161-0.36,0.36-0.36h2c0.639,0,1.321-1.088,1.599-1.637l-0.921-1.842c-0.024-0.05-0.038-0.105-0.038-0.161 c0-2.596-2.533-2.64-2.641-2.64C22.801,7.359,22.64,7.198,22.64,7V4.574c0-0.134-0.098-0.185-0.14-0.2 c-0.043-0.014-0.147-0.039-0.236,0.064L18.78,8.727c-0.28,0.335-0.42,0.679-0.42,1.023V12c0,0.752-0.354,1.441-0.972,1.89 l-6.002,6.198c-0.69,0.712-1.026,1.501-1.026,2.412V28c0,0.904,0.736,1.64,1.64,1.64h6.64V24c0-1.456-1.184-2.64-2.64-2.64v-0.72 c1.853,0,3.36,1.508,3.36,3.36C19.36,24,19.36,29.64,19.36,29.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!