Coyote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coyote 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/338621.svg" alt="Coyote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338621.svg" alt="Coyote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338621.svg" alt="Coyote icon" :width="24" :height="24" />
CSS background
.icon-coyote {
background-image: url('https://proicons.com/icon/338621.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M23.2528505,21.86679537c.65193213-1.79116879-.27160167-3.24319799-2.06277046-3.24319799s-3.7716934,1.4520292-4.42362553,3.24319799.27160167,3.24319799,2.06277046,3.24319799,3.7716934-1.4520292,4.42362553-3.24319799Z"/><path class="e" d="M34.26447876,21.11389961h9.23552124s-.7027027-10.33976834-16.61389961-10.33976834c-14.52962877,0-22.38610039,6.88747501-22.38610039,14.53088803,0,6.52509653,6.62117998,11.92084942,16.71428571,11.92084942,9.68725869,0,19.32432432-7.42857143,19.32432432-7.42857143l-8.03088803-3.26254826s-6.82625483,6.42471042-15.15830116,6.42471042-10.18918919-3.94015444-10.18918919-7.65444015c0-4.26640927,4.46667731-11.66988417,18.06949807-11.66988417,9.13513514,0,9.03474903,7.47876448,9.03474903,7.47876448Z"/></svg>
Copied!