Dog 01 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Dog 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/319918.svg" alt="Dog 01 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319918.svg" alt="Dog 01 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319918.svg" alt="Dog 01 icon" :width="24" :height="24" />
CSS background
.icon-dog-01 {
background-image: url('https://proicons.com/icon/319918.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="dog--01_00000001646862698734630980000015921529708414896258_" d="M26,30.36H6c-0.633,0-1.228-0.246-1.673-0.693 c-0.444-0.446-0.688-1.038-0.687-1.668C3.644,26.698,4.702,25.64,6,25.64v0.721c-0.902,0-1.638,0.735-1.64,1.641 c-0.001,0.438,0.168,0.849,0.477,1.157C5.146,29.469,5.56,29.64,6,29.64h3.305C8.893,29.215,8.64,28.637,8.64,28v-4 c0-0.845,0.18-1.56,0.55-2.184L16.533,9.37l-0.855-1.708c-0.186-0.461-0.043-1.017,0.163-1.351l0.127-0.212 C16.581,5.064,18.017,2.64,21,2.64c1.302,0,2.39,0.365,3.233,1.086c0.569,0.486,0.904,1.439,1.043,1.914H27 c0.346,0,0.704,0.138,0.961,0.393C28.219,6.289,28.36,6.632,28.36,7c0,2.193-2.193,3.35-4.358,3.36 c-0.37,0.002-0.64,0.271-0.642,0.642v1.9c0.654,1.139,1,2.553,1,4.098c0,1.45-0.364,2.936-1,4.094V27 c0,0.529,0.03,0.532,0.544,0.589c0.325,0.036,0.771,0.085,1.263,0.342c1.217,0.636,1.194,2.021,1.193,2.079 C26.354,30.205,26.195,30.36,26,30.36z M20.36,29.64h5.24c-0.068-0.327-0.256-0.804-0.768-1.07 c-0.371-0.194-0.709-0.231-1.008-0.265C23.297,28.246,22.64,28.174,22.64,27v-6c0-0.062,0.017-0.124,0.048-0.178 c0.605-1.065,0.952-2.458,0.952-3.822c0-1.454-0.328-2.773-0.949-3.816C22.657,13.128,22.64,13.065,22.64,13v-2 c0.004-0.76,0.601-1.357,1.358-1.36C25.752,9.632,27.64,8.803,27.64,7c0-0.175-0.066-0.337-0.187-0.457 c-0.12-0.119-0.277-0.217-0.451-0.183H25c-0.168,0-0.313-0.116-0.351-0.28c-0.083-0.364-0.403-1.397-0.883-1.806 C23.057,3.667,22.126,3.36,21,3.36c-2.573,0-3.815,2.098-4.412,3.106l-0.134,0.223c-0.126,0.205-0.182,0.521-0.12,0.677l1.488,2.973 c0.118,0.292,0.325,0.492,0.539,0.536c0.146,0.029,0.269-0.013,0.385-0.129l0.749-0.75C19.586,9.905,19.64,9.72,19.64,9.5V6h0.721 v3.5c0,0.42-0.127,0.777-0.356,1.005l-0.749,0.749c-0.291,0.289-0.667,0.401-1.038,0.325c-0.452-0.093-0.854-0.455-1.051-0.946 l-0.249-0.498L9.81,22.183C9.503,22.701,9.36,23.278,9.36,24v4c0,0.904,0.736,1.64,1.64,1.64h8.64V24c0-1.456-1.184-2.64-2.64-2.64 v-0.72c1.853,0,3.36,1.508,3.36,3.36V29.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!