spring boot logo
spring-boot from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- spring-boot
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
Use the spring boot logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 16.392c-2.469 3.289-7.741 2.179-11.122 2.338c0 0-.599.034-1.201.133c0 0 .228-.097.519-.198c2.374-.821 3.496-.986 4.939-1.727c2.71-1.388 5.408-4.413 5.957-7.555c-1.032 3.022-4.17 5.623-7.027 6.679c-1.955.722-5.492 1.424-5.493 1.424l-.143-.076c-2.405-1.17-2.475-6.38 1.894-8.059c1.916-.736 3.747-.332 5.818-.825c2.208-.525 4.766-2.18 5.805-4.344c1.165 3.458 2.565 8.866.054 12.21m.042-13.28a9.2 9.2 0 0 1-1.065 1.89a9.98 9.98 0 0 0-7.167-3.031C6.492 1.971 2 6.463 2 11.985a9.98 9.98 0 0 0 3.205 7.334l.22.194a.856.856 0 1 1 .001.001l.149.132A9.96 9.96 0 0 0 12.015 22c5.278 0 9.613-4.108 9.984-9.292c.274-2.539-.476-5.763-1.752-9.596"/></svg>
React
import type { SVGProps } from "react";
export function BxlSpringBoot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 16.392c-2.469 3.289-7.741 2.179-11.122 2.338c0 0-.599.034-1.201.133c0 0 .228-.097.519-.198c2.374-.821 3.496-.986 4.939-1.727c2.71-1.388 5.408-4.413 5.957-7.555c-1.032 3.022-4.17 5.623-7.027 6.679c-1.955.722-5.492 1.424-5.493 1.424l-.143-.076c-2.405-1.17-2.475-6.38 1.894-8.059c1.916-.736 3.747-.332 5.818-.825c2.208-.525 4.766-2.18 5.805-4.344c1.165 3.458 2.565 8.866.054 12.21m.042-13.28a9.2 9.2 0 0 1-1.065 1.89a9.98 9.98 0 0 0-7.167-3.031C6.492 1.971 2 6.463 2 11.985a9.98 9.98 0 0 0 3.205 7.334l.22.194a.856.856 0 1 1 .001.001l.149.132A9.96 9.96 0 0 0 12.015 22c5.278 0 9.613-4.108 9.984-9.292c.274-2.539-.476-5.763-1.752-9.596"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.205 16.392c-2.469 3.289-7.741 2.179-11.122 2.338c0 0-.599.034-1.201.133c0 0 .228-.097.519-.198c2.374-.821 3.496-.986 4.939-1.727c2.71-1.388 5.408-4.413 5.957-7.555c-1.032 3.022-4.17 5.623-7.027 6.679c-1.955.722-5.492 1.424-5.493 1.424l-.143-.076c-2.405-1.17-2.475-6.38 1.894-8.059c1.916-.736 3.747-.332 5.818-.825c2.208-.525 4.766-2.18 5.805-4.344c1.165 3.458 2.565 8.866.054 12.21m.042-13.28a9.2 9.2 0 0 1-1.065 1.89a9.98 9.98 0 0 0-7.167-3.031C6.492 1.971 2 6.463 2 11.985a9.98 9.98 0 0 0 3.205 7.334l.22.194a.856.856 0 1 1 .001.001l.149.132A9.96 9.96 0 0 0 12.015 22c5.278 0 9.613-4.108 9.984-9.292c.274-2.539-.476-5.763-1.752-9.596"/></svg> </template>
CSS
.icon-spring-boot {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.205%2016.392c-2.469%203.289-7.741%202.179-11.122%202.338c0%200-.599.034-1.201.133c0%200%20.228-.097.519-.198c2.374-.821%203.496-.986%204.939-1.727c2.71-1.388%205.408-4.413%205.957-7.555c-1.032%203.022-4.17%205.623-7.027%206.679c-1.955.722-5.492%201.424-5.493%201.424l-.143-.076c-2.405-1.17-2.475-6.38%201.894-8.059c1.916-.736%203.747-.332%205.818-.825c2.208-.525%204.766-2.18%205.805-4.344c1.165%203.458%202.565%208.866.054%2012.21m.042-13.28a9.2%209.2%200%200%201-1.065%201.89a9.98%209.98%200%200%200-7.167-3.031C6.492%201.971%202%206.463%202%2011.985a9.98%209.98%200%200%200%203.205%207.334l.22.194a.856.856%200%201%201%20.001.001l.149.132A9.96%209.96%200%200%200%2012.015%2022c5.278%200%209.613-4.108%209.984-9.292c.274-2.539-.476-5.763-1.752-9.596%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.205%2016.392c-2.469%203.289-7.741%202.179-11.122%202.338c0%200-.599.034-1.201.133c0%200%20.228-.097.519-.198c2.374-.821%203.496-.986%204.939-1.727c2.71-1.388%205.408-4.413%205.957-7.555c-1.032%203.022-4.17%205.623-7.027%206.679c-1.955.722-5.492%201.424-5.493%201.424l-.143-.076c-2.405-1.17-2.475-6.38%201.894-8.059c1.916-.736%203.747-.332%205.818-.825c2.208-.525%204.766-2.18%205.805-4.344c1.165%203.458%202.565%208.866.054%2012.21m.042-13.28a9.2%209.2%200%200%201-1.065%201.89a9.98%209.98%200%200%200-7.167-3.031C6.492%201.971%202%206.463%202%2011.985a9.98%209.98%200%200%200%203.205%207.334l.22.194a.856.856%200%201%201%20.001.001l.149.132A9.96%209.96%200%200%200%2012.015%2022c5.278%200%209.613-4.108%209.984-9.292c.274-2.539-.476-5.763-1.752-9.596%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/spring-boot.svg?color=%231a73e8&size=48