upstash logo
upstash from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- upstash
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the upstash logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.803 0c-2.61 0-5.22.995-7.211 2.986c-3.982 3.983-3.982 10.44 0 14.422a5.1 5.1 0 0 0 7.21-7.21L12 12a2.55 2.55 0 0 1-3.605 3.605A7.649 7.649 0 0 1 19.21 4.79l1.803-1.803A10.17 10.17 0 0 0 13.803 0M12 12a2.55 2.55 0 0 1 3.605-3.605A7.649 7.649 0 0 1 4.79 19.21l-1.803 1.803c3.983 3.982 10.44 3.982 14.422 0s3.982-10.44 0-14.422A5.08 5.08 0 0 0 13.803 5.1a5.1 5.1 0 0 0-3.605 8.703z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUpstash(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="M13.803 0c-2.61 0-5.22.995-7.211 2.986c-3.982 3.983-3.982 10.44 0 14.422a5.1 5.1 0 0 0 7.21-7.21L12 12a2.55 2.55 0 0 1-3.605 3.605A7.649 7.649 0 0 1 19.21 4.79l1.803-1.803A10.17 10.17 0 0 0 13.803 0M12 12a2.55 2.55 0 0 1 3.605-3.605A7.649 7.649 0 0 1 4.79 19.21l-1.803 1.803c3.983 3.982 10.44 3.982 14.422 0s3.982-10.44 0-14.422A5.08 5.08 0 0 0 13.803 5.1a5.1 5.1 0 0 0-3.605 8.703z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.803 0c-2.61 0-5.22.995-7.211 2.986c-3.982 3.983-3.982 10.44 0 14.422a5.1 5.1 0 0 0 7.21-7.21L12 12a2.55 2.55 0 0 1-3.605 3.605A7.649 7.649 0 0 1 19.21 4.79l1.803-1.803A10.17 10.17 0 0 0 13.803 0M12 12a2.55 2.55 0 0 1 3.605-3.605A7.649 7.649 0 0 1 4.79 19.21l-1.803 1.803c3.983 3.982 10.44 3.982 14.422 0s3.982-10.44 0-14.422A5.08 5.08 0 0 0 13.803 5.1a5.1 5.1 0 0 0-3.605 8.703z"/></svg> </template>
CSS
.icon-upstash {
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%22M13.803%200c-2.61%200-5.22.995-7.211%202.986c-3.982%203.983-3.982%2010.44%200%2014.422a5.1%205.1%200%200%200%207.21-7.21L12%2012a2.55%202.55%200%200%201-3.605%203.605A7.649%207.649%200%200%201%2019.21%204.79l1.803-1.803A10.17%2010.17%200%200%200%2013.803%200M12%2012a2.55%202.55%200%200%201%203.605-3.605A7.649%207.649%200%200%201%204.79%2019.21l-1.803%201.803c3.983%203.982%2010.44%203.982%2014.422%200s3.982-10.44%200-14.422A5.08%205.08%200%200%200%2013.803%205.1a5.1%205.1%200%200%200-3.605%208.703z%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%22M13.803%200c-2.61%200-5.22.995-7.211%202.986c-3.982%203.983-3.982%2010.44%200%2014.422a5.1%205.1%200%200%200%207.21-7.21L12%2012a2.55%202.55%200%200%201-3.605%203.605A7.649%207.649%200%200%201%2019.21%204.79l1.803-1.803A10.17%2010.17%200%200%200%2013.803%200M12%2012a2.55%202.55%200%200%201%203.605-3.605A7.649%207.649%200%200%201%204.79%2019.21l-1.803%201.803c3.983%203.982%2010.44%203.982%2014.422%200s3.982-10.44%200-14.422A5.08%205.08%200%200%200%2013.803%205.1a5.1%205.1%200%200%200-3.605%208.703z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/upstash.svg?color=%231a73e8&size=48