Royal Canin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Royal Canin 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/332239.svg" alt="Royal Canin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332239.svg" alt="Royal Canin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332239.svg" alt="Royal Canin icon" :width="24" :height="24" />
CSS background
.icon-royal-canin {
background-image: url('https://proicons.com/icon/332239.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m36.3161,32.0256c-3.3783-2.9745-9.2513-3.9009-12.3161-3.9009s-8.9377.9264-12.3161,3.9009m23.2454,2.6329c-3.3783-2.9745-7.8638-3.4383-10.9286-3.4383s-7.5515.3098-10.9298,3.2842"/><circle class="c" cx="23.9999" cy="23.0076" r="2.5778"/><circle class="c" cx="24" cy="15.9194" r="2.578"/><circle class="c" cx="30.9652" cy="23.9005" r="2.5778"/><circle class="c" cx="33.0057" cy="17.1124" r="2.578"/><circle class="c" cx="37.463" cy="26.6172" r="2.5778"/><circle class="c" cx="40.9216" cy="20.4301" r="2.578"/><circle class="c" cx="17.0348" cy="23.9005" r="2.5778"/><circle class="c" cx="14.9943" cy="17.1124" r="2.578"/><circle class="c" cx="10.537" cy="26.6172" r="2.5778"/><circle class="c" cx="7.0784" cy="20.4301" r="2.578"/></svg>
Copied!