bootstrap logo
bootstrap from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.
- Name
- bootstrap
- Set
- Skill Icons
- Style
- Default
- Viewbox
- 256×256
- License
- MIT
The same logo in other sets
bootstrap-fillAkar IconsbootstrapBootstrap IconsbootstrapBoxicons BrandsbootstrapCoreUI BrandsbootstrapDeviconbootstrapFont Awesome 6 BrandsbootstrapFont Awesome BrandsbootstrapHuge IconsbootstrapLine AwesomebootstrapSVG LogosbootstrapMaterial Design Iconsbootstrap-fillRemix IconbootstrapSimple Icons
Use the bootstrap logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="url(#SVGtPi1tbIZ)" rx="60"/><g filter="url(#SVGdbVvXblu)"><path fill="url(#SVG5Sg75HMc)" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/><path stroke="#fff" stroke-width="2" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/></g><defs><linearGradient id="SVGtPi1tbIZ" x1="0" x2="256" y1="0" y2="256" gradientUnits="userSpaceOnUse"><stop stop-color="#9013fe"/><stop offset="1" stop-color="#6b11f4"/></linearGradient><linearGradient id="SVG5Sg75HMc" x1="85.793" x2="148.541" y1="68.962" y2="175.084" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#f1e5fc"/></linearGradient><filter id="SVGdbVvXblu" width="137.529" height="170.157" x="59" y="47" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="8"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_158_100"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_158_100" result="shape"/></filter></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsBootstrap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="url(#SVGtPi1tbIZ)" rx="60"/><g filter="url(#SVGdbVvXblu)"><path fill="url(#SVG5Sg75HMc)" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/><path stroke="#fff" strokeWidth="2" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/></g><defs><linearGradient id="SVGtPi1tbIZ" x1="0" x2="256" y1="0" y2="256" gradientUnits="userSpaceOnUse"><stop stopColor="#9013fe"/><stop offset="1" stopColor="#6b11f4"/></linearGradient><linearGradient id="SVG5Sg75HMc" x1="85.793" x2="148.541" y1="68.962" y2="175.084" gradientUnits="userSpaceOnUse"><stop stopColor="#fff"/><stop offset="1" stopColor="#f1e5fc"/></linearGradient><filter id="SVGdbVvXblu" width="137.529" height="170.157" x="59" y="47" colorInterpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="8"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_158_100"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_158_100" result="shape"/></filter></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="url(#SVGtPi1tbIZ)" rx="60"/><g filter="url(#SVGdbVvXblu)"><path fill="url(#SVG5Sg75HMc)" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/><path stroke="#fff" stroke-width="2" d="M131.97 196.157c29.676 0 47.559-14.531 47.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265 24.843-15.192 24.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653 77.267h28.807c15.66 0 24.553 6.983 24.553 19.627c0 13.493-10.343 21.041-29.096 21.041H97.653zm0 101.623v-44.819h28.613c20.494 0 31.127 7.548 31.127 22.268c0 14.719-10.343 22.551-29.87 22.551z"/></g><defs><linearGradient id="SVGtPi1tbIZ" x1="0" x2="256" y1="0" y2="256" gradientUnits="userSpaceOnUse"><stop stop-color="#9013fe"/><stop offset="1" stop-color="#6b11f4"/></linearGradient><linearGradient id="SVG5Sg75HMc" x1="85.793" x2="148.541" y1="68.962" y2="175.084" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#f1e5fc"/></linearGradient><filter id="SVGdbVvXblu" width="137.529" height="170.157" x="59" y="47" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="8"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_158_100"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_158_100" result="shape"/></filter></defs></g></svg> </template>
CSS
.icon-bootstrap {
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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22url(%23SVGtPi1tbIZ)%22%20rx%3D%2260%22%2F%3E%3Cg%20filter%3D%22url(%23SVGdbVvXblu)%22%3E%3Cpath%20fill%3D%22url(%23SVG5Sg75HMc)%22%20d%3D%22M131.97%20196.157c29.676%200%2047.559-14.531%2047.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265%2024.843-15.192%2024.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653%2077.267h28.807c15.66%200%2024.553%206.983%2024.553%2019.627c0%2013.493-10.343%2021.041-29.096%2021.041H97.653zm0%20101.623v-44.819h28.613c20.494%200%2031.127%207.548%2031.127%2022.268c0%2014.719-10.343%2022.551-29.87%2022.551z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M131.97%20196.157c29.676%200%2047.559-14.531%2047.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265%2024.843-15.192%2024.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653%2077.267h28.807c15.66%200%2024.553%206.983%2024.553%2019.627c0%2013.493-10.343%2021.041-29.096%2021.041H97.653zm0%20101.623v-44.819h28.613c20.494%200%2031.127%207.548%2031.127%2022.268c0%2014.719-10.343%2022.551-29.87%2022.551z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtPi1tbIZ%22%20x1%3D%220%22%20x2%3D%22256%22%20y1%3D%220%22%20y2%3D%22256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239013fe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236b11f4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG5Sg75HMc%22%20x1%3D%2285.793%22%20x2%3D%22148.541%22%20y1%3D%2268.962%22%20y2%3D%22175.084%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f1e5fc%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22SVGdbVvXblu%22%20width%3D%22137.529%22%20height%3D%22170.157%22%20x%3D%2259%22%20y%3D%2247%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%224%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%228%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.15%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_158_100%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_158_100%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22url(%23SVGtPi1tbIZ)%22%20rx%3D%2260%22%2F%3E%3Cg%20filter%3D%22url(%23SVGdbVvXblu)%22%3E%3Cpath%20fill%3D%22url(%23SVG5Sg75HMc)%22%20d%3D%22M131.97%20196.157c29.676%200%2047.559-14.531%2047.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265%2024.843-15.192%2024.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653%2077.267h28.807c15.66%200%2024.553%206.983%2024.553%2019.627c0%2013.493-10.343%2021.041-29.096%2021.041H97.653zm0%20101.623v-44.819h28.613c20.494%200%2031.127%207.548%2031.127%2022.268c0%2014.719-10.343%2022.551-29.87%2022.551z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M131.97%20196.157c29.676%200%2047.559-14.531%2047.559-38.497c0-18.117-12.759-31.232-31.706-33.309v-.754c13.92-2.265%2024.843-15.192%2024.843-29.628c0-20.57-16.239-33.969-40.986-33.969H76v136.157zM97.653%2077.267h28.807c15.66%200%2024.553%206.983%2024.553%2019.627c0%2013.493-10.343%2021.041-29.096%2021.041H97.653zm0%20101.623v-44.819h28.613c20.494%200%2031.127%207.548%2031.127%2022.268c0%2014.719-10.343%2022.551-29.87%2022.551z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtPi1tbIZ%22%20x1%3D%220%22%20x2%3D%22256%22%20y1%3D%220%22%20y2%3D%22256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239013fe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236b11f4%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG5Sg75HMc%22%20x1%3D%2285.793%22%20x2%3D%22148.541%22%20y1%3D%2268.962%22%20y2%3D%22175.084%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f1e5fc%22%2F%3E%3C%2FlinearGradient%3E%3Cfilter%20id%3D%22SVGdbVvXblu%22%20width%3D%22137.529%22%20height%3D%22170.157%22%20x%3D%2259%22%20y%3D%2247%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20result%3D%22hardAlpha%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%2F%3E%3CfeOffset%20dy%3D%224%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%228%22%2F%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.15%200%22%2F%3E%3CfeBlend%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_158_100%22%2F%3E%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_158_100%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/bootstrap.svg?color=%231a73e8&size=48