Bootstrap icon in outline, twotone, bold and bulk. Free in all four styles, for logos, integrations, payment methods, social links. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBootstrap } from "@devigner-ui/icons";
<IconBootstrap className="size-6" />
<script setup>
import { IconBootstrap } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBootstrap class="size-6" />
</template>
<script>
import { IconBootstrap } from "@devigner-ui/icons-svelte";
</script>
<IconBootstrap class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.67 3h-10a3 3 0 0 0-3 3v.84Q4.67 8 4.3 9.1A2.8 2.8 0 0 1 1.67 11v2c1.19 0 2.25.76 2.63 1.9q.37 1.1.37 2.26V18a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-.84q0-1.16.37-2.26a2.8 2.8 0 0 1 2.63-1.9v-2a2.8 2.8 0 0 1-2.63-1.9 7 7 0 0 1-.37-2.26V6a3 3 0 0 0-3-3" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"></path><path opacity="1" d="M10.42 12h2.92a2.08 2.08 0 1 1 0 4.16h-2.92V7.83h2.92a2.08 2.08 0 1 1 0 4.16z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>