loop alt icon
loop-alt from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- loop-alt
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the loop alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.271 10v9.988H20V22h-6.999V10zM23 25h3.752A6.95 6.95 0 0 1 21 28H11c-3.9 0-7-3.1-7-7v-8H2v8c0 5 4 9 9 9h10a8.95 8.95 0 0 0 7-3.352V30h2v-7h-7zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLoopAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.271 10v9.988H20V22h-6.999V10zM23 25h3.752A6.95 6.95 0 0 1 21 28H11c-3.9 0-7-3.1-7-7v-8H2v8c0 5 4 9 9 9h10a8.95 8.95 0 0 0 7-3.352V30h2v-7h-7zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.271 10v9.988H20V22h-6.999V10zM23 25h3.752A6.95 6.95 0 0 1 21 28H11c-3.9 0-7-3.1-7-7v-8H2v8c0 5 4 9 9 9h10a8.95 8.95 0 0 0 7-3.352V30h2v-7h-7zM21 2H11a8.95 8.95 0 0 0-7 3.352V2H2v7h7V7H5.248A6.95 6.95 0 0 1 11 4h10c3.9 0 7 3.1 7 7v8h2v-8c0-5-4-9-9-9"/></svg> </template>
CSS
.icon-loop-alt {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.271%2010v9.988H20V22h-6.999V10zM23%2025h3.752A6.95%206.95%200%200%201%2021%2028H11c-3.9%200-7-3.1-7-7v-8H2v8c0%205%204%209%209%209h10a8.95%208.95%200%200%200%207-3.352V30h2v-7h-7zM21%202H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7V7H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.271%2010v9.988H20V22h-6.999V10zM23%2025h3.752A6.95%206.95%200%200%201%2021%2028H11c-3.9%200-7-3.1-7-7v-8H2v8c0%205%204%209%209%209h10a8.95%208.95%200%200%200%207-3.352V30h2v-7h-7zM21%202H11a8.95%208.95%200%200%200-7%203.352V2H2v7h7V7H5.248A6.95%206.95%200%200%201%2011%204h10c3.9%200%207%203.1%207%207v8h2v-8c0-5-4-9-9-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/loop-alt.svg?color=%231a73e8&size=48