Bixby Routines Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bixby Routines 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/337244.svg" alt="Bixby Routines icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337244.svg" alt="Bixby Routines icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337244.svg" alt="Bixby Routines icon" :width="24" :height="24" />
CSS background
.icon-bixby-routines {
background-image: url('https://proicons.com/icon/337244.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M13.9138,22.6411l10.6346,9.8405L40.891,15.7128"/><path id="c" class="f" d="M41.8921,31.2658c-2.1603,9.3573-11.1657,15.4697-20.6595,14.0226-9.4938-1.4471-16.2692-9.9649-15.5436-19.5409,.7256-9.576,8.7072-16.9756,18.3106-16.9756"/><path id="d" class="f" d="M24.1806,2.5001l6.7473,6.3151-6.9282,6.7443"/><path id="e" class="f" d="M23.9996,8.7719l6.9282,.0434"/></svg>
Copied!