jsdelivr logo
jsdelivr from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- jsdelivr
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the jsdelivr logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.851 0L.811 4.02l1.56 14.7L11.85 24l9.6-5.28l1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572a12.5 12.5 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.2 1.2 0 0 0-.346-.056c-.071 0-.141.01-.21.021a9 9 0 0 1-.615-2.318a6.668 6.75 0 0 1 1.171-.122a6.668 6.75 0 0 1 .062-.002m-1.99.312a9.8 9.8 0 0 0 .69 2.504a1.2 1.2 0 0 0-.328.825a1.2 1.2 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515a6.668 6.75 0 0 1 4.68-6.438m5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.24 1.24 0 0 0-.644-.184a1.24 1.24 0 0 0-.768.27a11 11 0 0 1-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2 1.2 0 0 0-.159-.586c1.058-1.008 2.112-1.67 2.863-2.034m-3.925 1.982a.6.6 0 0 1 .346.114a.62.62 0 0 1 .292.524a.62.62 0 0 1-.292.524a.63.63 0 0 1-.346.113a.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638m-.441 1.771a1.2 1.2 0 0 0 .675.062l.112.148a11 11 0 0 0 .921 1.119a12 12 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.2 1.2 0 0 0 .066.38a10 10 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.7 7.7 0 0 1-1.87.332a1.15 1.15 0 0 0-.66-.773l.01-.073c.219-1.333.873-2.73 1.733-3.934m7.272.19a6.668 6.75 0 0 1 .245 1.786a6.668 6.75 0 0 1-.259 1.856a10 10 0 0 1-1.666-.63a1.24 1.24 0 0 0-.065-.713a9.4 9.4 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837 1.59a11 11 0 0 0 1.802.688a6.668 6.75 0 0 1-6.149 4.157a6.668 6.75 0 0 1-.062-.004a6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8 3.8 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.4 8.4 0 0 0 1.96-.306a9 9 0 0 0 .513-.154a11 11 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.25 1.25 0 0 0 .837-.328zm-10.707.116a5.8 5.8 0 0 0 2.212 1.298a1.15 1.15 0 0 0 .857.87a4.6 4.6 0 0 0 1.24 2.222a6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595a.59.59 0 0 1 .596-.596"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsJsdelivr(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="M11.851 0L.811 4.02l1.56 14.7L11.85 24l9.6-5.28l1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572a12.5 12.5 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.2 1.2 0 0 0-.346-.056c-.071 0-.141.01-.21.021a9 9 0 0 1-.615-2.318a6.668 6.75 0 0 1 1.171-.122a6.668 6.75 0 0 1 .062-.002m-1.99.312a9.8 9.8 0 0 0 .69 2.504a1.2 1.2 0 0 0-.328.825a1.2 1.2 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515a6.668 6.75 0 0 1 4.68-6.438m5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.24 1.24 0 0 0-.644-.184a1.24 1.24 0 0 0-.768.27a11 11 0 0 1-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2 1.2 0 0 0-.159-.586c1.058-1.008 2.112-1.67 2.863-2.034m-3.925 1.982a.6.6 0 0 1 .346.114a.62.62 0 0 1 .292.524a.62.62 0 0 1-.292.524a.63.63 0 0 1-.346.113a.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638m-.441 1.771a1.2 1.2 0 0 0 .675.062l.112.148a11 11 0 0 0 .921 1.119a12 12 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.2 1.2 0 0 0 .066.38a10 10 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.7 7.7 0 0 1-1.87.332a1.15 1.15 0 0 0-.66-.773l.01-.073c.219-1.333.873-2.73 1.733-3.934m7.272.19a6.668 6.75 0 0 1 .245 1.786a6.668 6.75 0 0 1-.259 1.856a10 10 0 0 1-1.666-.63a1.24 1.24 0 0 0-.065-.713a9.4 9.4 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837 1.59a11 11 0 0 0 1.802.688a6.668 6.75 0 0 1-6.149 4.157a6.668 6.75 0 0 1-.062-.004a6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8 3.8 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.4 8.4 0 0 0 1.96-.306a9 9 0 0 0 .513-.154a11 11 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.25 1.25 0 0 0 .837-.328zm-10.707.116a5.8 5.8 0 0 0 2.212 1.298a1.15 1.15 0 0 0 .857.87a4.6 4.6 0 0 0 1.24 2.222a6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595a.59.59 0 0 1 .596-.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="M11.851 0L.811 4.02l1.56 14.7L11.85 24l9.6-5.28l1.74-14.76zm.062 4.622a6.668 6.75 0 0 1 2.666.572a12.5 12.5 0 0 0-2.59 1.95c-.045-.02-.092-.031-.138-.045a1.2 1.2 0 0 0-.346-.056c-.071 0-.141.01-.21.021a9 9 0 0 1-.615-2.318a6.668 6.75 0 0 1 1.171-.122a6.668 6.75 0 0 1 .062-.002m-1.99.312a9.8 9.8 0 0 0 .69 2.504a1.2 1.2 0 0 0-.328.825a1.2 1.2 0 0 0 .18.63c-.937 1.294-1.656 2.803-1.905 4.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668 6.75 0 0 1-.026-.515a6.668 6.75 0 0 1 4.68-6.438m5.507.709a6.668 6.75 0 0 1 2.53 2.9c-.377.953-1.049 1.892-1.893 2.727a1.24 1.24 0 0 0-.644-.184a1.24 1.24 0 0 0-.768.27a11 11 0 0 1-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2 1.2 0 0 0-.159-.586c1.058-1.008 2.112-1.67 2.863-2.034m-3.925 1.982a.6.6 0 0 1 .346.114a.62.62 0 0 1 .292.524a.62.62 0 0 1-.292.524a.63.63 0 0 1-.346.113a.634.634 0 0 1-.638-.637c0-.355.283-.638.638-.638m-.441 1.771a1.2 1.2 0 0 0 .675.062l.112.148a11 11 0 0 0 .921 1.119a12 12 0 0 0 1.446 1.277c-.032.11-.054.224-.054.342a1.2 1.2 0 0 0 .066.38a10 10 0 0 1-2.118 1.042c-.087.029-.173.052-.261.078a7.7 7.7 0 0 1-1.87.332a1.15 1.15 0 0 0-.66-.773l.01-.073c.219-1.333.873-2.73 1.733-3.934m7.272.19a6.668 6.75 0 0 1 .245 1.786a6.668 6.75 0 0 1-.259 1.856a10 10 0 0 1-1.666-.63a1.24 1.24 0 0 0-.065-.713a9.4 9.4 0 0 0 1.745-2.3zm-2.913 2.101c.367 0 .657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837 1.59a11 11 0 0 0 1.802.688a6.668 6.75 0 0 1-6.149 4.157a6.668 6.75 0 0 1-.062-.004a6.668 6.75 0 0 1-.042 0c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8 3.8 0 0 1-1.294-2.03c.21-.111.38-.284.487-.495a8.4 8.4 0 0 0 1.96-.306a9 9 0 0 0 .513-.154a11 11 0 0 0 2.341-1.13c.205.143.452.23.719.23a1.25 1.25 0 0 0 .837-.328zm-10.707.116a5.8 5.8 0 0 0 2.212 1.298a1.15 1.15 0 0 0 .857.87a4.6 4.6 0 0 0 1.24 2.222a6.668 6.75 0 0 1-4.31-4.39zm3.327.464c.331 0 .595.263.595.596s-.264.595-.595.595a.59.59 0 0 1-.596-.595a.59.59 0 0 1 .596-.596"/></svg> </template>
CSS
.icon-jsdelivr {
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%22M11.851%200L.811%204.02l1.56%2014.7L11.85%2024l9.6-5.28l1.74-14.76zm.062%204.622a6.668%206.75%200%200%201%202.666.572a12.5%2012.5%200%200%200-2.59%201.95c-.045-.02-.092-.031-.138-.045a1.2%201.2%200%200%200-.346-.056c-.071%200-.141.01-.21.021a9%209%200%200%201-.615-2.318a6.668%206.75%200%200%201%201.171-.122a6.668%206.75%200%200%201%20.062-.002m-1.99.312a9.8%209.8%200%200%200%20.69%202.504a1.2%201.2%200%200%200-.328.825a1.2%201.2%200%200%200%20.18.63c-.937%201.294-1.656%202.803-1.905%204.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668%206.75%200%200%201-.026-.515a6.668%206.75%200%200%201%204.68-6.438m5.507.709a6.668%206.75%200%200%201%202.53%202.9c-.377.953-1.049%201.892-1.893%202.727a1.24%201.24%200%200%200-.644-.184a1.24%201.24%200%200%200-.768.27a11%2011%200%200%201-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2%201.2%200%200%200-.159-.586c1.058-1.008%202.112-1.67%202.863-2.034m-3.925%201.982a.6.6%200%200%201%20.346.114a.62.62%200%200%201%20.292.524a.62.62%200%200%201-.292.524a.63.63%200%200%201-.346.113a.634.634%200%200%201-.638-.637c0-.355.283-.638.638-.638m-.441%201.771a1.2%201.2%200%200%200%20.675.062l.112.148a11%2011%200%200%200%20.921%201.119a12%2012%200%200%200%201.446%201.277c-.032.11-.054.224-.054.342a1.2%201.2%200%200%200%20.066.38a10%2010%200%200%201-2.118%201.042c-.087.029-.173.052-.261.078a7.7%207.7%200%200%201-1.87.332a1.15%201.15%200%200%200-.66-.773l.01-.073c.219-1.333.873-2.73%201.733-3.934m7.272.19a6.668%206.75%200%200%201%20.245%201.786a6.668%206.75%200%200%201-.259%201.856a10%2010%200%200%201-1.666-.63a1.24%201.24%200%200%200-.065-.713a9.4%209.4%200%200%200%201.745-2.3zm-2.913%202.101c.367%200%20.657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837%201.59a11%2011%200%200%200%201.802.688a6.668%206.75%200%200%201-6.149%204.157a6.668%206.75%200%200%201-.062-.004a6.668%206.75%200%200%201-.042%200c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8%203.8%200%200%201-1.294-2.03c.21-.111.38-.284.487-.495a8.4%208.4%200%200%200%201.96-.306a9%209%200%200%200%20.513-.154a11%2011%200%200%200%202.341-1.13c.205.143.452.23.719.23a1.25%201.25%200%200%200%20.837-.328zm-10.707.116a5.8%205.8%200%200%200%202.212%201.298a1.15%201.15%200%200%200%20.857.87a4.6%204.6%200%200%200%201.24%202.222a6.668%206.75%200%200%201-4.31-4.39zm3.327.464c.331%200%20.595.263.595.596s-.264.595-.595.595a.59.59%200%200%201-.596-.595a.59.59%200%200%201%20.596-.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%22M11.851%200L.811%204.02l1.56%2014.7L11.85%2024l9.6-5.28l1.74-14.76zm.062%204.622a6.668%206.75%200%200%201%202.666.572a12.5%2012.5%200%200%200-2.59%201.95c-.045-.02-.092-.031-.138-.045a1.2%201.2%200%200%200-.346-.056c-.071%200-.141.01-.21.021a9%209%200%200%201-.615-2.318a6.668%206.75%200%200%201%201.171-.122a6.668%206.75%200%200%201%20.062-.002m-1.99.312a9.8%209.8%200%200%200%20.69%202.504a1.2%201.2%200%200%200-.328.825a1.2%201.2%200%200%200%20.18.63c-.937%201.294-1.656%202.803-1.905%204.31c-.01.056-.013.11-.02.166c-.282.09-.515.284-.656.54c-.987-.333-1.885-.968-2.615-2.022a6.668%206.75%200%200%201-.026-.515a6.668%206.75%200%200%201%204.68-6.438m5.507.709a6.668%206.75%200%200%201%202.53%202.9c-.377.953-1.049%201.892-1.893%202.727a1.24%201.24%200%200%200-.644-.184a1.24%201.24%200%200%200-.768.27a11%2011%200%200%201-1.318-1.168c-.333-.35-.637-.73-.921-1.123c.19-.215.31-.494.31-.802a1.2%201.2%200%200%200-.159-.586c1.058-1.008%202.112-1.67%202.863-2.034m-3.925%201.982a.6.6%200%200%201%20.346.114a.62.62%200%200%201%20.292.524a.62.62%200%200%201-.292.524a.63.63%200%200%201-.346.113a.634.634%200%200%201-.638-.637c0-.355.283-.638.638-.638m-.441%201.771a1.2%201.2%200%200%200%20.675.062l.112.148a11%2011%200%200%200%20.921%201.119a12%2012%200%200%200%201.446%201.277c-.032.11-.054.224-.054.342a1.2%201.2%200%200%200%20.066.38a10%2010%200%200%201-2.118%201.042c-.087.029-.173.052-.261.078a7.7%207.7%200%200%201-1.87.332a1.15%201.15%200%200%200-.66-.773l.01-.073c.219-1.333.873-2.73%201.733-3.934m7.272.19a6.668%206.75%200%200%201%20.245%201.786a6.668%206.75%200%200%201-.259%201.856a10%2010%200%200%201-1.666-.63a1.24%201.24%200%200%200-.065-.713a9.4%209.4%200%200%200%201.745-2.3zm-2.913%202.101c.367%200%20.657.291.657.658s-.291.657-.657.657s-.658-.29-.658-.657s.29-.658.658-.658m.837%201.59a11%2011%200%200%200%201.802.688a6.668%206.75%200%200%201-6.149%204.157a6.668%206.75%200%200%201-.062-.004a6.668%206.75%200%200%201-.042%200c-.087-.042-.168-.08-.266-.129c-.312-.154-.667-.352-.846-.5a3.8%203.8%200%200%201-1.294-2.03c.21-.111.38-.284.487-.495a8.4%208.4%200%200%200%201.96-.306a9%209%200%200%200%20.513-.154a11%2011%200%200%200%202.341-1.13c.205.143.452.23.719.23a1.25%201.25%200%200%200%20.837-.328zm-10.707.116a5.8%205.8%200%200%200%202.212%201.298a1.15%201.15%200%200%200%20.857.87a4.6%204.6%200%200%200%201.24%202.222a6.668%206.75%200%200%201-4.31-4.39zm3.327.464c.331%200%20.595.263.595.596s-.264.595-.595.595a.59.59%200%200%201-.596-.595a.59.59%200%200%201%20.596-.596%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/jsdelivr.svg?color=%231a73e8&size=48