jamstack logo
jamstack-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- jamstack-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the jamstack logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#242424" d="M41.844 64.64v-7.648h-3.215v8.45c0 .703-.05 1.609-.969 1.609c-.816 0-.937-.836-.969-1.473h-3.418c0 1.852.747 3.356 2.532 4.004a4.7 4.7 0 0 0 1.703.309c1.344 0 2.703-.598 3.554-1.66c.782-.993.782-2.376.782-3.59zm11.765 5.012v-9.496h-2.824v1.008h-.035c-.559-.941-1.719-1.332-2.754-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.836 5.082 4.746 5.082c1.02 0 2.246-.375 2.754-1.352h.035v1.027zm-2.824-4.757c0 1.37-.988 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.953-2.446 2.328-2.446c1.38 0 2.383 1.024 2.383 2.41zm19.375 4.757V64.47c0-1.457.05-2.586-1.02-3.68c-.663-.684-1.546-.957-2.484-.957c-1.273 0-2.312.613-2.992 1.691c-.578-1.078-1.496-1.691-2.723-1.691c-1.07 0-2.058.36-2.601 1.332h-.035v-1.008h-2.637v9.496h2.824v-5.047c0-1.113.29-2.105 1.598-2.105c1.191 0 1.414 1.008 1.414 1.984v5.168h2.824V64.47c0-1.078.305-1.969 1.563-1.969c1.312 0 1.445 1.063 1.445 2.105v5.047zm9.063-2.91c0-3.351-4.746-2.515-4.746-4.004c0-.426.425-.633.8-.633c.493 0 .868.188.883.72h2.774c-.188-2.02-1.735-2.993-3.621-2.993c-1.82 0-3.66 1.145-3.66 3.129c0 1.336 1.124 2.07 2.245 2.48c.41.157.817.293 1.227.43c.508.203 1.273.41 1.273 1.094c0 .496-.558.738-.984.738c-.562 0-.988-.293-1.074-.875h-2.805c.219 2.09 1.871 3.149 3.844 3.149c1.922 0 3.844-1.094 3.844-3.235m6.16-4.43v-2.156H84.02v-3.164h-2.825v3.164h-1.394v2.156h1.394v7.34h2.825v-7.34zm10.883 7.34v-9.496H93.44v1.008h-.03c-.563-.941-1.72-1.332-2.759-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.84 5.082 4.746 5.082c1.02 0 2.246-.375 2.758-1.352h.031v1.027zm-2.825-4.757c0 1.37-.984 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.954-2.446 2.332-2.446c1.376 0 2.38 1.024 2.38 2.41zm14.426 1.148h-2.87c-.427.82-1.11 1.266-2.044 1.266c-1.379 0-2.246-1.079-2.246-2.414c0-1.282.816-2.41 2.18-2.41c.968 0 1.699.445 2.11 1.331h2.855c-.493-2.41-2.586-3.984-5-3.984c-2.809 0-4.985 2.242-4.985 5.047c0 2.84 2.227 5.082 5.051 5.082c2.383 0 4.406-1.594 4.95-3.918zm10.238-5.887h-3.351l-2.621 3.438h-.035v-6.602h-2.82v12.66h2.82v-4.57h.035l2.672 4.57H118l-3.453-5.32zm0 0"/><path fill="#f0047f" d="M17.371 53.676c-5.7 0-10.305 4.636-10.305 10.367c0 5.73 4.606 10.367 10.305 10.367c5.7 0 10.305-4.637 10.305-10.367V53.676zm.32 2.758h7.23v7.273h-7.23zm-7.878 7.93h7.226v7.269c-3.91-.168-7.062-3.336-7.227-7.27zm7.878.015h7.227c-.168 3.934-3.316 7.101-7.227 7.266z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconJamstackWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#242424" d="M41.844 64.64v-7.648h-3.215v8.45c0 .703-.05 1.609-.969 1.609c-.816 0-.937-.836-.969-1.473h-3.418c0 1.852.747 3.356 2.532 4.004a4.7 4.7 0 0 0 1.703.309c1.344 0 2.703-.598 3.554-1.66c.782-.993.782-2.376.782-3.59zm11.765 5.012v-9.496h-2.824v1.008h-.035c-.559-.941-1.719-1.332-2.754-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.836 5.082 4.746 5.082c1.02 0 2.246-.375 2.754-1.352h.035v1.027zm-2.824-4.757c0 1.37-.988 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.953-2.446 2.328-2.446c1.38 0 2.383 1.024 2.383 2.41zm19.375 4.757V64.47c0-1.457.05-2.586-1.02-3.68c-.663-.684-1.546-.957-2.484-.957c-1.273 0-2.312.613-2.992 1.691c-.578-1.078-1.496-1.691-2.723-1.691c-1.07 0-2.058.36-2.601 1.332h-.035v-1.008h-2.637v9.496h2.824v-5.047c0-1.113.29-2.105 1.598-2.105c1.191 0 1.414 1.008 1.414 1.984v5.168h2.824V64.47c0-1.078.305-1.969 1.563-1.969c1.312 0 1.445 1.063 1.445 2.105v5.047zm9.063-2.91c0-3.351-4.746-2.515-4.746-4.004c0-.426.425-.633.8-.633c.493 0 .868.188.883.72h2.774c-.188-2.02-1.735-2.993-3.621-2.993c-1.82 0-3.66 1.145-3.66 3.129c0 1.336 1.124 2.07 2.245 2.48c.41.157.817.293 1.227.43c.508.203 1.273.41 1.273 1.094c0 .496-.558.738-.984.738c-.562 0-.988-.293-1.074-.875h-2.805c.219 2.09 1.871 3.149 3.844 3.149c1.922 0 3.844-1.094 3.844-3.235m6.16-4.43v-2.156H84.02v-3.164h-2.825v3.164h-1.394v2.156h1.394v7.34h2.825v-7.34zm10.883 7.34v-9.496H93.44v1.008h-.03c-.563-.941-1.72-1.332-2.759-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.84 5.082 4.746 5.082c1.02 0 2.246-.375 2.758-1.352h.031v1.027zm-2.825-4.757c0 1.37-.984 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.954-2.446 2.332-2.446c1.376 0 2.38 1.024 2.38 2.41zm14.426 1.148h-2.87c-.427.82-1.11 1.266-2.044 1.266c-1.379 0-2.246-1.079-2.246-2.414c0-1.282.816-2.41 2.18-2.41c.968 0 1.699.445 2.11 1.331h2.855c-.493-2.41-2.586-3.984-5-3.984c-2.809 0-4.985 2.242-4.985 5.047c0 2.84 2.227 5.082 5.051 5.082c2.383 0 4.406-1.594 4.95-3.918zm10.238-5.887h-3.351l-2.621 3.438h-.035v-6.602h-2.82v12.66h2.82v-4.57h.035l2.672 4.57H118l-3.453-5.32zm0 0"/><path fill="#f0047f" d="M17.371 53.676c-5.7 0-10.305 4.636-10.305 10.367c0 5.73 4.606 10.367 10.305 10.367c5.7 0 10.305-4.637 10.305-10.367V53.676zm.32 2.758h7.23v7.273h-7.23zm-7.878 7.93h7.226v7.269c-3.91-.168-7.062-3.336-7.227-7.27zm7.878.015h7.227c-.168 3.934-3.316 7.101-7.227 7.266z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#242424" d="M41.844 64.64v-7.648h-3.215v8.45c0 .703-.05 1.609-.969 1.609c-.816 0-.937-.836-.969-1.473h-3.418c0 1.852.747 3.356 2.532 4.004a4.7 4.7 0 0 0 1.703.309c1.344 0 2.703-.598 3.554-1.66c.782-.993.782-2.376.782-3.59zm11.765 5.012v-9.496h-2.824v1.008h-.035c-.559-.941-1.719-1.332-2.754-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.836 5.082 4.746 5.082c1.02 0 2.246-.375 2.754-1.352h.035v1.027zm-2.824-4.757c0 1.37-.988 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.953-2.446 2.328-2.446c1.38 0 2.383 1.024 2.383 2.41zm19.375 4.757V64.47c0-1.457.05-2.586-1.02-3.68c-.663-.684-1.546-.957-2.484-.957c-1.273 0-2.312.613-2.992 1.691c-.578-1.078-1.496-1.691-2.723-1.691c-1.07 0-2.058.36-2.601 1.332h-.035v-1.008h-2.637v9.496h2.824v-5.047c0-1.113.29-2.105 1.598-2.105c1.191 0 1.414 1.008 1.414 1.984v5.168h2.824V64.47c0-1.078.305-1.969 1.563-1.969c1.312 0 1.445 1.063 1.445 2.105v5.047zm9.063-2.91c0-3.351-4.746-2.515-4.746-4.004c0-.426.425-.633.8-.633c.493 0 .868.188.883.72h2.774c-.188-2.02-1.735-2.993-3.621-2.993c-1.82 0-3.66 1.145-3.66 3.129c0 1.336 1.124 2.07 2.245 2.48c.41.157.817.293 1.227.43c.508.203 1.273.41 1.273 1.094c0 .496-.558.738-.984.738c-.562 0-.988-.293-1.074-.875h-2.805c.219 2.09 1.871 3.149 3.844 3.149c1.922 0 3.844-1.094 3.844-3.235m6.16-4.43v-2.156H84.02v-3.164h-2.825v3.164h-1.394v2.156h1.394v7.34h2.825v-7.34zm10.883 7.34v-9.496H93.44v1.008h-.03c-.563-.941-1.72-1.332-2.759-1.332c-2.84 0-4.746 2.293-4.746 5.063c0 2.824 1.84 5.082 4.746 5.082c1.02 0 2.246-.375 2.758-1.352h.031v1.027zm-2.825-4.757c0 1.37-.984 2.43-2.363 2.43c-1.328 0-2.348-1.079-2.348-2.395c0-1.352.954-2.446 2.332-2.446c1.376 0 2.38 1.024 2.38 2.41zm14.426 1.148h-2.87c-.427.82-1.11 1.266-2.044 1.266c-1.379 0-2.246-1.079-2.246-2.414c0-1.282.816-2.41 2.18-2.41c.968 0 1.699.445 2.11 1.331h2.855c-.493-2.41-2.586-3.984-5-3.984c-2.809 0-4.985 2.242-4.985 5.047c0 2.84 2.227 5.082 5.051 5.082c2.383 0 4.406-1.594 4.95-3.918zm10.238-5.887h-3.351l-2.621 3.438h-.035v-6.602h-2.82v12.66h2.82v-4.57h.035l2.672 4.57H118l-3.453-5.32zm0 0"/><path fill="#f0047f" d="M17.371 53.676c-5.7 0-10.305 4.636-10.305 10.367c0 5.73 4.606 10.367 10.305 10.367c5.7 0 10.305-4.637 10.305-10.367V53.676zm.32 2.758h7.23v7.273h-7.23zm-7.878 7.93h7.226v7.269c-3.91-.168-7.062-3.336-7.227-7.27zm7.878.015h7.227c-.168 3.934-3.316 7.101-7.227 7.266z"/></svg> </template>
CSS
.icon-jamstack-wordmark {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23242424%22%20d%3D%22M41.844%2064.64v-7.648h-3.215v8.45c0%20.703-.05%201.609-.969%201.609c-.816%200-.937-.836-.969-1.473h-3.418c0%201.852.747%203.356%202.532%204.004a4.7%204.7%200%200%200%201.703.309c1.344%200%202.703-.598%203.554-1.66c.782-.993.782-2.376.782-3.59zm11.765%205.012v-9.496h-2.824v1.008h-.035c-.559-.941-1.719-1.332-2.754-1.332c-2.84%200-4.746%202.293-4.746%205.063c0%202.824%201.836%205.082%204.746%205.082c1.02%200%202.246-.375%202.754-1.352h.035v1.027zm-2.824-4.757c0%201.37-.988%202.43-2.363%202.43c-1.328%200-2.348-1.079-2.348-2.395c0-1.352.953-2.446%202.328-2.446c1.38%200%202.383%201.024%202.383%202.41zm19.375%204.757V64.47c0-1.457.05-2.586-1.02-3.68c-.663-.684-1.546-.957-2.484-.957c-1.273%200-2.312.613-2.992%201.691c-.578-1.078-1.496-1.691-2.723-1.691c-1.07%200-2.058.36-2.601%201.332h-.035v-1.008h-2.637v9.496h2.824v-5.047c0-1.113.29-2.105%201.598-2.105c1.191%200%201.414%201.008%201.414%201.984v5.168h2.824V64.47c0-1.078.305-1.969%201.563-1.969c1.312%200%201.445%201.063%201.445%202.105v5.047zm9.063-2.91c0-3.351-4.746-2.515-4.746-4.004c0-.426.425-.633.8-.633c.493%200%20.868.188.883.72h2.774c-.188-2.02-1.735-2.993-3.621-2.993c-1.82%200-3.66%201.145-3.66%203.129c0%201.336%201.124%202.07%202.245%202.48c.41.157.817.293%201.227.43c.508.203%201.273.41%201.273%201.094c0%20.496-.558.738-.984.738c-.562%200-.988-.293-1.074-.875h-2.805c.219%202.09%201.871%203.149%203.844%203.149c1.922%200%203.844-1.094%203.844-3.235m6.16-4.43v-2.156H84.02v-3.164h-2.825v3.164h-1.394v2.156h1.394v7.34h2.825v-7.34zm10.883%207.34v-9.496H93.44v1.008h-.03c-.563-.941-1.72-1.332-2.759-1.332c-2.84%200-4.746%202.293-4.746%205.063c0%202.824%201.84%205.082%204.746%205.082c1.02%200%202.246-.375%202.758-1.352h.031v1.027zm-2.825-4.757c0%201.37-.984%202.43-2.363%202.43c-1.328%200-2.348-1.079-2.348-2.395c0-1.352.954-2.446%202.332-2.446c1.376%200%202.38%201.024%202.38%202.41zm14.426%201.148h-2.87c-.427.82-1.11%201.266-2.044%201.266c-1.379%200-2.246-1.079-2.246-2.414c0-1.282.816-2.41%202.18-2.41c.968%200%201.699.445%202.11%201.331h2.855c-.493-2.41-2.586-3.984-5-3.984c-2.809%200-4.985%202.242-4.985%205.047c0%202.84%202.227%205.082%205.051%205.082c2.383%200%204.406-1.594%204.95-3.918zm10.238-5.887h-3.351l-2.621%203.438h-.035v-6.602h-2.82v12.66h2.82v-4.57h.035l2.672%204.57H118l-3.453-5.32zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23f0047f%22%20d%3D%22M17.371%2053.676c-5.7%200-10.305%204.636-10.305%2010.367c0%205.73%204.606%2010.367%2010.305%2010.367c5.7%200%2010.305-4.637%2010.305-10.367V53.676zm.32%202.758h7.23v7.273h-7.23zm-7.878%207.93h7.226v7.269c-3.91-.168-7.062-3.336-7.227-7.27zm7.878.015h7.227c-.168%203.934-3.316%207.101-7.227%207.266z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23242424%22%20d%3D%22M41.844%2064.64v-7.648h-3.215v8.45c0%20.703-.05%201.609-.969%201.609c-.816%200-.937-.836-.969-1.473h-3.418c0%201.852.747%203.356%202.532%204.004a4.7%204.7%200%200%200%201.703.309c1.344%200%202.703-.598%203.554-1.66c.782-.993.782-2.376.782-3.59zm11.765%205.012v-9.496h-2.824v1.008h-.035c-.559-.941-1.719-1.332-2.754-1.332c-2.84%200-4.746%202.293-4.746%205.063c0%202.824%201.836%205.082%204.746%205.082c1.02%200%202.246-.375%202.754-1.352h.035v1.027zm-2.824-4.757c0%201.37-.988%202.43-2.363%202.43c-1.328%200-2.348-1.079-2.348-2.395c0-1.352.953-2.446%202.328-2.446c1.38%200%202.383%201.024%202.383%202.41zm19.375%204.757V64.47c0-1.457.05-2.586-1.02-3.68c-.663-.684-1.546-.957-2.484-.957c-1.273%200-2.312.613-2.992%201.691c-.578-1.078-1.496-1.691-2.723-1.691c-1.07%200-2.058.36-2.601%201.332h-.035v-1.008h-2.637v9.496h2.824v-5.047c0-1.113.29-2.105%201.598-2.105c1.191%200%201.414%201.008%201.414%201.984v5.168h2.824V64.47c0-1.078.305-1.969%201.563-1.969c1.312%200%201.445%201.063%201.445%202.105v5.047zm9.063-2.91c0-3.351-4.746-2.515-4.746-4.004c0-.426.425-.633.8-.633c.493%200%20.868.188.883.72h2.774c-.188-2.02-1.735-2.993-3.621-2.993c-1.82%200-3.66%201.145-3.66%203.129c0%201.336%201.124%202.07%202.245%202.48c.41.157.817.293%201.227.43c.508.203%201.273.41%201.273%201.094c0%20.496-.558.738-.984.738c-.562%200-.988-.293-1.074-.875h-2.805c.219%202.09%201.871%203.149%203.844%203.149c1.922%200%203.844-1.094%203.844-3.235m6.16-4.43v-2.156H84.02v-3.164h-2.825v3.164h-1.394v2.156h1.394v7.34h2.825v-7.34zm10.883%207.34v-9.496H93.44v1.008h-.03c-.563-.941-1.72-1.332-2.759-1.332c-2.84%200-4.746%202.293-4.746%205.063c0%202.824%201.84%205.082%204.746%205.082c1.02%200%202.246-.375%202.758-1.352h.031v1.027zm-2.825-4.757c0%201.37-.984%202.43-2.363%202.43c-1.328%200-2.348-1.079-2.348-2.395c0-1.352.954-2.446%202.332-2.446c1.376%200%202.38%201.024%202.38%202.41zm14.426%201.148h-2.87c-.427.82-1.11%201.266-2.044%201.266c-1.379%200-2.246-1.079-2.246-2.414c0-1.282.816-2.41%202.18-2.41c.968%200%201.699.445%202.11%201.331h2.855c-.493-2.41-2.586-3.984-5-3.984c-2.809%200-4.985%202.242-4.985%205.047c0%202.84%202.227%205.082%205.051%205.082c2.383%200%204.406-1.594%204.95-3.918zm10.238-5.887h-3.351l-2.621%203.438h-.035v-6.602h-2.82v12.66h2.82v-4.57h.035l2.672%204.57H118l-3.453-5.32zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23f0047f%22%20d%3D%22M17.371%2053.676c-5.7%200-10.305%204.636-10.305%2010.367c0%205.73%204.606%2010.367%2010.305%2010.367c5.7%200%2010.305-4.637%2010.305-10.367V53.676zm.32%202.758h7.23v7.273h-7.23zm-7.878%207.93h7.226v7.269c-3.91-.168-7.062-3.336-7.227-7.27zm7.878.015h7.227c-.168%203.934-3.316%207.101-7.227%207.266z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/jamstack-wordmark.svg?color=%231a73e8&size=48