jsdelivr logo
jsdelivr from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- jsdelivr
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×273
- License
- CC0
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 256 273"><path fill="#e14337" d="M126.517 0L256 45.398l-19.667 167.398l-109.816 60.021l-108.811-60.102L0 45.422z"/><path fill="#f9bd3e" d="M174.235 140.62a7.467 7.467 0 0 1-7.467 7.466a7.467 7.467 0 1 1 7.467-7.466M129.68 93.85a7.466 7.466 0 1 1-14.933 0a7.466 7.466 0 0 1 14.933 0m-1.969-12.639c9.104-9.002 19.144-16.759 29.379-22.47a76.8 76.8 0 0 0-30.323-6.205c-5.039 0-9.961.5-14.731 1.424c.863 7.608 3.7 16.714 8.198 26.263a14 14 0 0 1 1.98-.158c1.955 0 3.812.412 5.497 1.146M88.907 151.76c.711-5.656 2.044-11.461 4.049-17.382c3.799-11.214 9.948-22.554 17.618-33.165a13.73 13.73 0 0 1 1.733-16.936c-4.688-9.881-7.802-19.551-8.936-28.113C72.26 66.071 49.72 95.19 49.72 129.583c0 2.254.118 4.479.307 6.684c9.542 11.564 20.334 18.108 31.005 21.5a13.8 13.8 0 0 1 7.875-6.007m43.017-36.592a159 159 0 0 1-6.096-8.029a13.7 13.7 0 0 1-3.614.495c-1.689 0-3.3-.318-4.796-.874c-6.98 9.76-12.581 20.166-16.069 30.461c-1.487 4.391-2.809 9.473-3.555 14.946a13.81 13.81 0 0 1 8.097 8.637a84 84 0 0 0 8.135-.801c13.701-2.017 27.372-7.369 39.685-14.988a13.8 13.8 0 0 1-.728-4.396c0-1.294.192-2.542.525-3.73c-7.1-5.738-14.378-12.859-21.584-21.721m1.245-12.976c7.042 9.891 15.605 19.4 25.364 27.392a13.7 13.7 0 0 1 8.235-2.749c2.729 0 5.266.803 7.406 2.171c9.813-9.608 17.616-20.733 22.215-32.446a77.4 77.4 0 0 0-29.64-32.85c-11.275 5.353-22.49 13.561-32.515 23.403a13.7 13.7 0 0 1 1.764 6.737c0 3.139-1.061 6.024-2.829 8.342m47.07 41.338c6.597 3.143 13.523 5.5 20.722 6.818a77 77 0 0 0 2.854-20.765a77 77 0 0 0-3.029-21.38c-5.209 9.957-12.464 19.349-21.092 27.664c.546 1.483.859 3.079.859 4.752c0 1-.112 1.972-.314 2.911M79.041 166.35c-9.512-2.946-18.26-7.782-26.015-14.413c7.526 24.86 27.276 44.393 52.259 51.636c-3.462-3.402-6.25-6.861-8.375-10.409a59.6 59.6 0 0 1-6.266-14.569c-6.167-.951-10.988-5.973-11.603-12.245m79.999-14.316c-13.536 8.524-28.616 14.512-43.724 16.736a92 92 0 0 1-9.61.907a13.8 13.8 0 0 1-6.288 7.378a50.7 50.7 0 0 0 5.094 11.555c3.637 6.071 9.755 11.978 18.568 17.927c1.222.058 2.451.094 3.687.094c32.212 0 59.793-19.775 71.302-47.841c-6.279-1.28-13.928-3.591-22.368-7.683a13.72 13.72 0 0 1-8.933 3.297c-2.864 0-5.524-.874-7.728-2.37m-58.816 12.955a7.467 7.467 0 1 1-14.934 0a7.467 7.467 0 0 1 14.934 0"/><path fill="#440401" fill-opacity=".3" d="M256 45.398L126.517 0v272.817l109.816-60.021z"/></svg>
React
import type { SVGProps } from "react";
export function LogosJsdelivr(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 273"><path fill="#e14337" d="M126.517 0L256 45.398l-19.667 167.398l-109.816 60.021l-108.811-60.102L0 45.422z"/><path fill="#f9bd3e" d="M174.235 140.62a7.467 7.467 0 0 1-7.467 7.466a7.467 7.467 0 1 1 7.467-7.466M129.68 93.85a7.466 7.466 0 1 1-14.933 0a7.466 7.466 0 0 1 14.933 0m-1.969-12.639c9.104-9.002 19.144-16.759 29.379-22.47a76.8 76.8 0 0 0-30.323-6.205c-5.039 0-9.961.5-14.731 1.424c.863 7.608 3.7 16.714 8.198 26.263a14 14 0 0 1 1.98-.158c1.955 0 3.812.412 5.497 1.146M88.907 151.76c.711-5.656 2.044-11.461 4.049-17.382c3.799-11.214 9.948-22.554 17.618-33.165a13.73 13.73 0 0 1 1.733-16.936c-4.688-9.881-7.802-19.551-8.936-28.113C72.26 66.071 49.72 95.19 49.72 129.583c0 2.254.118 4.479.307 6.684c9.542 11.564 20.334 18.108 31.005 21.5a13.8 13.8 0 0 1 7.875-6.007m43.017-36.592a159 159 0 0 1-6.096-8.029a13.7 13.7 0 0 1-3.614.495c-1.689 0-3.3-.318-4.796-.874c-6.98 9.76-12.581 20.166-16.069 30.461c-1.487 4.391-2.809 9.473-3.555 14.946a13.81 13.81 0 0 1 8.097 8.637a84 84 0 0 0 8.135-.801c13.701-2.017 27.372-7.369 39.685-14.988a13.8 13.8 0 0 1-.728-4.396c0-1.294.192-2.542.525-3.73c-7.1-5.738-14.378-12.859-21.584-21.721m1.245-12.976c7.042 9.891 15.605 19.4 25.364 27.392a13.7 13.7 0 0 1 8.235-2.749c2.729 0 5.266.803 7.406 2.171c9.813-9.608 17.616-20.733 22.215-32.446a77.4 77.4 0 0 0-29.64-32.85c-11.275 5.353-22.49 13.561-32.515 23.403a13.7 13.7 0 0 1 1.764 6.737c0 3.139-1.061 6.024-2.829 8.342m47.07 41.338c6.597 3.143 13.523 5.5 20.722 6.818a77 77 0 0 0 2.854-20.765a77 77 0 0 0-3.029-21.38c-5.209 9.957-12.464 19.349-21.092 27.664c.546 1.483.859 3.079.859 4.752c0 1-.112 1.972-.314 2.911M79.041 166.35c-9.512-2.946-18.26-7.782-26.015-14.413c7.526 24.86 27.276 44.393 52.259 51.636c-3.462-3.402-6.25-6.861-8.375-10.409a59.6 59.6 0 0 1-6.266-14.569c-6.167-.951-10.988-5.973-11.603-12.245m79.999-14.316c-13.536 8.524-28.616 14.512-43.724 16.736a92 92 0 0 1-9.61.907a13.8 13.8 0 0 1-6.288 7.378a50.7 50.7 0 0 0 5.094 11.555c3.637 6.071 9.755 11.978 18.568 17.927c1.222.058 2.451.094 3.687.094c32.212 0 59.793-19.775 71.302-47.841c-6.279-1.28-13.928-3.591-22.368-7.683a13.72 13.72 0 0 1-8.933 3.297c-2.864 0-5.524-.874-7.728-2.37m-58.816 12.955a7.467 7.467 0 1 1-14.934 0a7.467 7.467 0 0 1 14.934 0"/><path fill="#440401" fillOpacity=".3" d="M256 45.398L126.517 0v272.817l109.816-60.021z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 273"><path fill="#e14337" d="M126.517 0L256 45.398l-19.667 167.398l-109.816 60.021l-108.811-60.102L0 45.422z"/><path fill="#f9bd3e" d="M174.235 140.62a7.467 7.467 0 0 1-7.467 7.466a7.467 7.467 0 1 1 7.467-7.466M129.68 93.85a7.466 7.466 0 1 1-14.933 0a7.466 7.466 0 0 1 14.933 0m-1.969-12.639c9.104-9.002 19.144-16.759 29.379-22.47a76.8 76.8 0 0 0-30.323-6.205c-5.039 0-9.961.5-14.731 1.424c.863 7.608 3.7 16.714 8.198 26.263a14 14 0 0 1 1.98-.158c1.955 0 3.812.412 5.497 1.146M88.907 151.76c.711-5.656 2.044-11.461 4.049-17.382c3.799-11.214 9.948-22.554 17.618-33.165a13.73 13.73 0 0 1 1.733-16.936c-4.688-9.881-7.802-19.551-8.936-28.113C72.26 66.071 49.72 95.19 49.72 129.583c0 2.254.118 4.479.307 6.684c9.542 11.564 20.334 18.108 31.005 21.5a13.8 13.8 0 0 1 7.875-6.007m43.017-36.592a159 159 0 0 1-6.096-8.029a13.7 13.7 0 0 1-3.614.495c-1.689 0-3.3-.318-4.796-.874c-6.98 9.76-12.581 20.166-16.069 30.461c-1.487 4.391-2.809 9.473-3.555 14.946a13.81 13.81 0 0 1 8.097 8.637a84 84 0 0 0 8.135-.801c13.701-2.017 27.372-7.369 39.685-14.988a13.8 13.8 0 0 1-.728-4.396c0-1.294.192-2.542.525-3.73c-7.1-5.738-14.378-12.859-21.584-21.721m1.245-12.976c7.042 9.891 15.605 19.4 25.364 27.392a13.7 13.7 0 0 1 8.235-2.749c2.729 0 5.266.803 7.406 2.171c9.813-9.608 17.616-20.733 22.215-32.446a77.4 77.4 0 0 0-29.64-32.85c-11.275 5.353-22.49 13.561-32.515 23.403a13.7 13.7 0 0 1 1.764 6.737c0 3.139-1.061 6.024-2.829 8.342m47.07 41.338c6.597 3.143 13.523 5.5 20.722 6.818a77 77 0 0 0 2.854-20.765a77 77 0 0 0-3.029-21.38c-5.209 9.957-12.464 19.349-21.092 27.664c.546 1.483.859 3.079.859 4.752c0 1-.112 1.972-.314 2.911M79.041 166.35c-9.512-2.946-18.26-7.782-26.015-14.413c7.526 24.86 27.276 44.393 52.259 51.636c-3.462-3.402-6.25-6.861-8.375-10.409a59.6 59.6 0 0 1-6.266-14.569c-6.167-.951-10.988-5.973-11.603-12.245m79.999-14.316c-13.536 8.524-28.616 14.512-43.724 16.736a92 92 0 0 1-9.61.907a13.8 13.8 0 0 1-6.288 7.378a50.7 50.7 0 0 0 5.094 11.555c3.637 6.071 9.755 11.978 18.568 17.927c1.222.058 2.451.094 3.687.094c32.212 0 59.793-19.775 71.302-47.841c-6.279-1.28-13.928-3.591-22.368-7.683a13.72 13.72 0 0 1-8.933 3.297c-2.864 0-5.524-.874-7.728-2.37m-58.816 12.955a7.467 7.467 0 1 1-14.934 0a7.467 7.467 0 0 1 14.934 0"/><path fill="#440401" fill-opacity=".3" d="M256 45.398L126.517 0v272.817l109.816-60.021z"/></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%20256%20273%22%3E%3Cpath%20fill%3D%22%23e14337%22%20d%3D%22M126.517%200L256%2045.398l-19.667%20167.398l-109.816%2060.021l-108.811-60.102L0%2045.422z%22%2F%3E%3Cpath%20fill%3D%22%23f9bd3e%22%20d%3D%22M174.235%20140.62a7.467%207.467%200%200%201-7.467%207.466a7.467%207.467%200%201%201%207.467-7.466M129.68%2093.85a7.466%207.466%200%201%201-14.933%200a7.466%207.466%200%200%201%2014.933%200m-1.969-12.639c9.104-9.002%2019.144-16.759%2029.379-22.47a76.8%2076.8%200%200%200-30.323-6.205c-5.039%200-9.961.5-14.731%201.424c.863%207.608%203.7%2016.714%208.198%2026.263a14%2014%200%200%201%201.98-.158c1.955%200%203.812.412%205.497%201.146M88.907%20151.76c.711-5.656%202.044-11.461%204.049-17.382c3.799-11.214%209.948-22.554%2017.618-33.165a13.73%2013.73%200%200%201%201.733-16.936c-4.688-9.881-7.802-19.551-8.936-28.113C72.26%2066.071%2049.72%2095.19%2049.72%20129.583c0%202.254.118%204.479.307%206.684c9.542%2011.564%2020.334%2018.108%2031.005%2021.5a13.8%2013.8%200%200%201%207.875-6.007m43.017-36.592a159%20159%200%200%201-6.096-8.029a13.7%2013.7%200%200%201-3.614.495c-1.689%200-3.3-.318-4.796-.874c-6.98%209.76-12.581%2020.166-16.069%2030.461c-1.487%204.391-2.809%209.473-3.555%2014.946a13.81%2013.81%200%200%201%208.097%208.637a84%2084%200%200%200%208.135-.801c13.701-2.017%2027.372-7.369%2039.685-14.988a13.8%2013.8%200%200%201-.728-4.396c0-1.294.192-2.542.525-3.73c-7.1-5.738-14.378-12.859-21.584-21.721m1.245-12.976c7.042%209.891%2015.605%2019.4%2025.364%2027.392a13.7%2013.7%200%200%201%208.235-2.749c2.729%200%205.266.803%207.406%202.171c9.813-9.608%2017.616-20.733%2022.215-32.446a77.4%2077.4%200%200%200-29.64-32.85c-11.275%205.353-22.49%2013.561-32.515%2023.403a13.7%2013.7%200%200%201%201.764%206.737c0%203.139-1.061%206.024-2.829%208.342m47.07%2041.338c6.597%203.143%2013.523%205.5%2020.722%206.818a77%2077%200%200%200%202.854-20.765a77%2077%200%200%200-3.029-21.38c-5.209%209.957-12.464%2019.349-21.092%2027.664c.546%201.483.859%203.079.859%204.752c0%201-.112%201.972-.314%202.911M79.041%20166.35c-9.512-2.946-18.26-7.782-26.015-14.413c7.526%2024.86%2027.276%2044.393%2052.259%2051.636c-3.462-3.402-6.25-6.861-8.375-10.409a59.6%2059.6%200%200%201-6.266-14.569c-6.167-.951-10.988-5.973-11.603-12.245m79.999-14.316c-13.536%208.524-28.616%2014.512-43.724%2016.736a92%2092%200%200%201-9.61.907a13.8%2013.8%200%200%201-6.288%207.378a50.7%2050.7%200%200%200%205.094%2011.555c3.637%206.071%209.755%2011.978%2018.568%2017.927c1.222.058%202.451.094%203.687.094c32.212%200%2059.793-19.775%2071.302-47.841c-6.279-1.28-13.928-3.591-22.368-7.683a13.72%2013.72%200%200%201-8.933%203.297c-2.864%200-5.524-.874-7.728-2.37m-58.816%2012.955a7.467%207.467%200%201%201-14.934%200a7.467%207.467%200%200%201%2014.934%200%22%2F%3E%3Cpath%20fill%3D%22%23440401%22%20fill-opacity%3D%22.3%22%20d%3D%22M256%2045.398L126.517%200v272.817l109.816-60.021z%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%20256%20273%22%3E%3Cpath%20fill%3D%22%23e14337%22%20d%3D%22M126.517%200L256%2045.398l-19.667%20167.398l-109.816%2060.021l-108.811-60.102L0%2045.422z%22%2F%3E%3Cpath%20fill%3D%22%23f9bd3e%22%20d%3D%22M174.235%20140.62a7.467%207.467%200%200%201-7.467%207.466a7.467%207.467%200%201%201%207.467-7.466M129.68%2093.85a7.466%207.466%200%201%201-14.933%200a7.466%207.466%200%200%201%2014.933%200m-1.969-12.639c9.104-9.002%2019.144-16.759%2029.379-22.47a76.8%2076.8%200%200%200-30.323-6.205c-5.039%200-9.961.5-14.731%201.424c.863%207.608%203.7%2016.714%208.198%2026.263a14%2014%200%200%201%201.98-.158c1.955%200%203.812.412%205.497%201.146M88.907%20151.76c.711-5.656%202.044-11.461%204.049-17.382c3.799-11.214%209.948-22.554%2017.618-33.165a13.73%2013.73%200%200%201%201.733-16.936c-4.688-9.881-7.802-19.551-8.936-28.113C72.26%2066.071%2049.72%2095.19%2049.72%20129.583c0%202.254.118%204.479.307%206.684c9.542%2011.564%2020.334%2018.108%2031.005%2021.5a13.8%2013.8%200%200%201%207.875-6.007m43.017-36.592a159%20159%200%200%201-6.096-8.029a13.7%2013.7%200%200%201-3.614.495c-1.689%200-3.3-.318-4.796-.874c-6.98%209.76-12.581%2020.166-16.069%2030.461c-1.487%204.391-2.809%209.473-3.555%2014.946a13.81%2013.81%200%200%201%208.097%208.637a84%2084%200%200%200%208.135-.801c13.701-2.017%2027.372-7.369%2039.685-14.988a13.8%2013.8%200%200%201-.728-4.396c0-1.294.192-2.542.525-3.73c-7.1-5.738-14.378-12.859-21.584-21.721m1.245-12.976c7.042%209.891%2015.605%2019.4%2025.364%2027.392a13.7%2013.7%200%200%201%208.235-2.749c2.729%200%205.266.803%207.406%202.171c9.813-9.608%2017.616-20.733%2022.215-32.446a77.4%2077.4%200%200%200-29.64-32.85c-11.275%205.353-22.49%2013.561-32.515%2023.403a13.7%2013.7%200%200%201%201.764%206.737c0%203.139-1.061%206.024-2.829%208.342m47.07%2041.338c6.597%203.143%2013.523%205.5%2020.722%206.818a77%2077%200%200%200%202.854-20.765a77%2077%200%200%200-3.029-21.38c-5.209%209.957-12.464%2019.349-21.092%2027.664c.546%201.483.859%203.079.859%204.752c0%201-.112%201.972-.314%202.911M79.041%20166.35c-9.512-2.946-18.26-7.782-26.015-14.413c7.526%2024.86%2027.276%2044.393%2052.259%2051.636c-3.462-3.402-6.25-6.861-8.375-10.409a59.6%2059.6%200%200%201-6.266-14.569c-6.167-.951-10.988-5.973-11.603-12.245m79.999-14.316c-13.536%208.524-28.616%2014.512-43.724%2016.736a92%2092%200%200%201-9.61.907a13.8%2013.8%200%200%201-6.288%207.378a50.7%2050.7%200%200%200%205.094%2011.555c3.637%206.071%209.755%2011.978%2018.568%2017.927c1.222.058%202.451.094%203.687.094c32.212%200%2059.793-19.775%2071.302-47.841c-6.279-1.28-13.928-3.591-22.368-7.683a13.72%2013.72%200%200%201-8.933%203.297c-2.864%200-5.524-.874-7.728-2.37m-58.816%2012.955a7.467%207.467%200%201%201-14.934%200a7.467%207.467%200%200%201%2014.934%200%22%2F%3E%3Cpath%20fill%3D%22%23440401%22%20fill-opacity%3D%22.3%22%20d%3D%22M256%2045.398L126.517%200v272.817l109.816-60.021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/jsdelivr.svg?color=%231a73e8&size=48