Routinery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Routinery 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/332235.svg" alt="Routinery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332235.svg" alt="Routinery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332235.svg" alt="Routinery icon" :width="24" :height="24" />
CSS background
.icon-routinery {
background-image: url('https://proicons.com/icon/332235.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="28" cy="26.25" r="14.5"/><path class="b" d="M5.5,21.751c.0002-6.9174,4.8866-12.8714,11.671-14.221,6.7846-1.3495,13.5778,2.2815,16.225,8.6725,2.6471,6.391.4112,13.7618-5.3405,17.605-5.7518,3.8433-13.4175,3.0883-18.309-1.8033"/><path class="b" d="M9.7466,32.003l1,3"/><path class="b" d="M12.707,32.542l-2.96-.538"/></svg>
Copied!