Horse Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Horse 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/320167.svg" alt="Horse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320167.svg" alt="Horse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320167.svg" alt="Horse icon" :width="24" :height="24" />
CSS background
.icon-horse {
background-image: url('https://proicons.com/icon/320167.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="horse_00000027586668025404966520000004053881739044527243_" d="M26.5,6c0,0.276-0.224,0.5-0.5,0.5S25.5,6.276,25.5,6 s0.224-0.5,0.5-0.5S26.5,5.724,26.5,6z M22,31.36h-2c-0.137,0-0.261-0.077-0.322-0.199l-1-2c-0.024-0.05-0.038-0.105-0.038-0.161 v-8.64h-3.983c-1.147,0-2.271-0.466-3.083-1.277l-0.829-0.828l0.509-0.51l0.829,0.828c0.678,0.678,1.616,1.066,2.574,1.066h3.474 l-1.385-1.385l0.509-0.51l2,2C19.319,19.811,19.36,19.9,19.36,20v8.915l0.862,1.725h1.254l-0.58-1.511 c-0.021-0.054-0.028-0.112-0.021-0.17l1.159-10c0.011-0.098,0.061-0.186,0.139-0.245c2.467-1.892,2.467-3.57,2.467-8.554h0.721 c0,4.889,0,6.955-2.629,9.031l-1.131,9.762l0.735,1.918c0.043,0.11,0.028,0.235-0.039,0.333S22.118,31.36,22,31.36z M6,31.36H4 c-0.136,0-0.261-0.077-0.322-0.199l-1-2C2.653,29.111,2.64,29.056,2.64,29V15c0-1.502,0.764-2.83,1.923-3.614 C2.761,11.603,1.36,13.141,1.36,15v8H0.64v-8c0-2.404,1.956-4.36,4.36-4.36h11.726c0.417-1.437,2.582-7.846,8.075-7.998 C25.329,0.667,26.98,0.64,27,0.64c0.199,0,0.36,0.161,0.36,0.36v2.874l3.921,4.901c0.114,0.144,0.103,0.35-0.026,0.479l-0.5,0.5 c-0.44,0.44-1.077,0.701-1.747,0.716c-0.653,0.011-1.323-0.228-1.763-0.667L26.841,9.36H26c-1.302,0-2.36-1.059-2.36-2.36h0.721 c0,0.904,0.735,1.64,1.64,1.64h1c0.102,0,0.198,0.042,0.267,0.118l0.5,0.55c0.614,0.615,1.827,0.589,2.479-0.062l0.272-0.272 L26.72,4.226C26.668,4.161,26.64,4.082,26.64,4V1.435C26.156,1.606,25.36,2.166,25.36,4h-0.72c0-0.225,0.011-0.435,0.031-0.631 c-5.395,0.29-7.303,7.643-7.321,7.719c-0.041,0.16-0.185,0.272-0.35,0.272H7c-2.007,0-3.64,1.633-3.64,3.64v13.915l0.863,1.725 h1.195l-0.739-1.479c-0.034-0.068-0.046-0.146-0.033-0.221l1-6c0.016-0.094,0.068-0.178,0.145-0.232 c2.842-2.043,3.85-4.06,3.85-7.708h0.72c0,3.869-1.057,6.033-4.029,8.205l-0.957,5.738l0.947,1.896 c0.056,0.111,0.05,0.244-0.016,0.351C6.241,31.295,6.125,31.36,6,31.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!