crystal logo
crystal-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.
- Name
- crystal-wordmark
- Set
- Devicon
- Style
- Wordmark
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the crystal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m17.62 18.317l.37 2.9c-1.726.554-3.885.801-6.537.801c-3.207 0-5.428-.802-6.723-2.467s-1.973-4.502-1.973-8.511s.616-6.908 1.973-8.511C6.025.864 8.246.062 11.453.062c2.344 0 4.379.246 6.106.678l-.37 2.96a84 84 0 0 0-5.736-.185c-1.789 0-2.96.555-3.639 1.604c-.617 1.11-.987 3.084-.987 5.982s.309 4.934.987 5.983c.678 1.11 1.85 1.604 3.639 1.604c2.59-.062 4.687-.185 6.167-.37zm19.613 3.331h-4.132l-1.727-6.6c-.37-1.294-1.234-1.911-2.467-1.911h-3.824v8.511h-3.824V.37C23.11.185 25.7.123 29.03.123c2.714 0 4.626.432 5.736 1.357s1.665 2.529 1.665 4.873c0 1.665-.308 2.898-.925 3.762s-1.665 1.418-3.084 1.603v.185c.617.124 1.172.494 1.727.987c.555.494.925 1.234 1.11 2.159zM25.145 9.991h3.824c1.356 0 2.343-.246 2.837-.74c.493-.493.74-1.357.74-2.652s-.247-2.158-.74-2.652c-.494-.431-1.419-.678-2.837-.678h-3.824Zm23.806 4.503v7.154h-3.885v-7.216L38.096.37h4.071l3.886 8.264c.123.309.431 1.172.863 2.59h.247c.431-1.356.74-2.22.863-2.59L51.912.37h4.009zm17.023-1.234l-4.318-1.357c-1.541-.493-2.652-1.233-3.268-2.22c-.617-.987-.987-2.282-.987-3.947c0-2.344.555-3.886 1.603-4.626C60.114.37 61.964 0 64.678 0q3.886 0 6.661.74l-.246 2.714c-2.344-.062-4.441-.124-6.353-.124c-1.418 0-2.344.124-2.837.432c-.493.309-.74.925-.74 2.035c0 .864.185 1.48.493 1.85c.309.37.987.68 1.85.987l4.071 1.296c1.604.493 2.775 1.295 3.392 2.282c.679.986.987 2.282.987 3.947c0 2.344-.555 3.947-1.665 4.749s-3.084 1.233-5.86 1.233c-2.343 0-4.625-.246-6.907-.678l.247-2.837c3.577.062 5.859.123 6.722.123c1.419 0 2.344-.185 2.837-.493c.494-.309.679-1.049.679-2.097c0-.925-.185-1.542-.494-1.912c-.061-.432-.678-.74-1.541-.987M91.137 3.7h-6.6v17.948h-3.885V3.7h-6.476V.432h16.961zm12.643 11.965h-7.894l-1.727 6.045h-3.947l6.353-20.23c.185-.678.678-1.048 1.418-1.048h3.762c.74 0 1.234.37 1.419 1.048l6.29 20.168h-3.947zm-.925-3.207l-2.158-7.339c-.309-1.11-.432-1.727-.494-1.789h-.801l-.494 1.789l-2.097 7.34zM115.807.37v16.344c0 .678.123 1.11.432 1.357c.246.246.74.37 1.418.37h7.401l.185 2.96c-2.035.185-4.81.247-8.45.247q-4.81 0-4.81-4.44V.37Zm-8.511 96.707l-30.838 30.775c-.123.124-.308.185-.431.124l-42.124-11.287c-.185-.061-.309-.185-.309-.308L22.308 74.318c-.062-.184 0-.308.123-.431L53.268 43.11c.124-.123.309-.185.432-.123l42.124 11.286c.185.062.309.185.309.308l11.286 42.063c0 .123-.061.308-.123.432zM65.912 63.525l-41.384 11.04c-.062 0-.123.124-.062.185l30.283 30.221c.062.062.185.062.185-.062l11.101-41.322c.062 0-.061-.123-.123-.062"/></svg>
React
import type { SVGProps } from "react";
export function DeviconCrystalWordmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m17.62 18.317l.37 2.9c-1.726.554-3.885.801-6.537.801c-3.207 0-5.428-.802-6.723-2.467s-1.973-4.502-1.973-8.511s.616-6.908 1.973-8.511C6.025.864 8.246.062 11.453.062c2.344 0 4.379.246 6.106.678l-.37 2.96a84 84 0 0 0-5.736-.185c-1.789 0-2.96.555-3.639 1.604c-.617 1.11-.987 3.084-.987 5.982s.309 4.934.987 5.983c.678 1.11 1.85 1.604 3.639 1.604c2.59-.062 4.687-.185 6.167-.37zm19.613 3.331h-4.132l-1.727-6.6c-.37-1.294-1.234-1.911-2.467-1.911h-3.824v8.511h-3.824V.37C23.11.185 25.7.123 29.03.123c2.714 0 4.626.432 5.736 1.357s1.665 2.529 1.665 4.873c0 1.665-.308 2.898-.925 3.762s-1.665 1.418-3.084 1.603v.185c.617.124 1.172.494 1.727.987c.555.494.925 1.234 1.11 2.159zM25.145 9.991h3.824c1.356 0 2.343-.246 2.837-.74c.493-.493.74-1.357.74-2.652s-.247-2.158-.74-2.652c-.494-.431-1.419-.678-2.837-.678h-3.824Zm23.806 4.503v7.154h-3.885v-7.216L38.096.37h4.071l3.886 8.264c.123.309.431 1.172.863 2.59h.247c.431-1.356.74-2.22.863-2.59L51.912.37h4.009zm17.023-1.234l-4.318-1.357c-1.541-.493-2.652-1.233-3.268-2.22c-.617-.987-.987-2.282-.987-3.947c0-2.344.555-3.886 1.603-4.626C60.114.37 61.964 0 64.678 0q3.886 0 6.661.74l-.246 2.714c-2.344-.062-4.441-.124-6.353-.124c-1.418 0-2.344.124-2.837.432c-.493.309-.74.925-.74 2.035c0 .864.185 1.48.493 1.85c.309.37.987.68 1.85.987l4.071 1.296c1.604.493 2.775 1.295 3.392 2.282c.679.986.987 2.282.987 3.947c0 2.344-.555 3.947-1.665 4.749s-3.084 1.233-5.86 1.233c-2.343 0-4.625-.246-6.907-.678l.247-2.837c3.577.062 5.859.123 6.722.123c1.419 0 2.344-.185 2.837-.493c.494-.309.679-1.049.679-2.097c0-.925-.185-1.542-.494-1.912c-.061-.432-.678-.74-1.541-.987M91.137 3.7h-6.6v17.948h-3.885V3.7h-6.476V.432h16.961zm12.643 11.965h-7.894l-1.727 6.045h-3.947l6.353-20.23c.185-.678.678-1.048 1.418-1.048h3.762c.74 0 1.234.37 1.419 1.048l6.29 20.168h-3.947zm-.925-3.207l-2.158-7.339c-.309-1.11-.432-1.727-.494-1.789h-.801l-.494 1.789l-2.097 7.34zM115.807.37v16.344c0 .678.123 1.11.432 1.357c.246.246.74.37 1.418.37h7.401l.185 2.96c-2.035.185-4.81.247-8.45.247q-4.81 0-4.81-4.44V.37Zm-8.511 96.707l-30.838 30.775c-.123.124-.308.185-.431.124l-42.124-11.287c-.185-.061-.309-.185-.309-.308L22.308 74.318c-.062-.184 0-.308.123-.431L53.268 43.11c.124-.123.309-.185.432-.123l42.124 11.286c.185.062.309.185.309.308l11.286 42.063c0 .123-.061.308-.123.432zM65.912 63.525l-41.384 11.04c-.062 0-.123.124-.062.185l30.283 30.221c.062.062.185.062.185-.062l11.101-41.322c.062 0-.061-.123-.123-.062"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="m17.62 18.317l.37 2.9c-1.726.554-3.885.801-6.537.801c-3.207 0-5.428-.802-6.723-2.467s-1.973-4.502-1.973-8.511s.616-6.908 1.973-8.511C6.025.864 8.246.062 11.453.062c2.344 0 4.379.246 6.106.678l-.37 2.96a84 84 0 0 0-5.736-.185c-1.789 0-2.96.555-3.639 1.604c-.617 1.11-.987 3.084-.987 5.982s.309 4.934.987 5.983c.678 1.11 1.85 1.604 3.639 1.604c2.59-.062 4.687-.185 6.167-.37zm19.613 3.331h-4.132l-1.727-6.6c-.37-1.294-1.234-1.911-2.467-1.911h-3.824v8.511h-3.824V.37C23.11.185 25.7.123 29.03.123c2.714 0 4.626.432 5.736 1.357s1.665 2.529 1.665 4.873c0 1.665-.308 2.898-.925 3.762s-1.665 1.418-3.084 1.603v.185c.617.124 1.172.494 1.727.987c.555.494.925 1.234 1.11 2.159zM25.145 9.991h3.824c1.356 0 2.343-.246 2.837-.74c.493-.493.74-1.357.74-2.652s-.247-2.158-.74-2.652c-.494-.431-1.419-.678-2.837-.678h-3.824Zm23.806 4.503v7.154h-3.885v-7.216L38.096.37h4.071l3.886 8.264c.123.309.431 1.172.863 2.59h.247c.431-1.356.74-2.22.863-2.59L51.912.37h4.009zm17.023-1.234l-4.318-1.357c-1.541-.493-2.652-1.233-3.268-2.22c-.617-.987-.987-2.282-.987-3.947c0-2.344.555-3.886 1.603-4.626C60.114.37 61.964 0 64.678 0q3.886 0 6.661.74l-.246 2.714c-2.344-.062-4.441-.124-6.353-.124c-1.418 0-2.344.124-2.837.432c-.493.309-.74.925-.74 2.035c0 .864.185 1.48.493 1.85c.309.37.987.68 1.85.987l4.071 1.296c1.604.493 2.775 1.295 3.392 2.282c.679.986.987 2.282.987 3.947c0 2.344-.555 3.947-1.665 4.749s-3.084 1.233-5.86 1.233c-2.343 0-4.625-.246-6.907-.678l.247-2.837c3.577.062 5.859.123 6.722.123c1.419 0 2.344-.185 2.837-.493c.494-.309.679-1.049.679-2.097c0-.925-.185-1.542-.494-1.912c-.061-.432-.678-.74-1.541-.987M91.137 3.7h-6.6v17.948h-3.885V3.7h-6.476V.432h16.961zm12.643 11.965h-7.894l-1.727 6.045h-3.947l6.353-20.23c.185-.678.678-1.048 1.418-1.048h3.762c.74 0 1.234.37 1.419 1.048l6.29 20.168h-3.947zm-.925-3.207l-2.158-7.339c-.309-1.11-.432-1.727-.494-1.789h-.801l-.494 1.789l-2.097 7.34zM115.807.37v16.344c0 .678.123 1.11.432 1.357c.246.246.74.37 1.418.37h7.401l.185 2.96c-2.035.185-4.81.247-8.45.247q-4.81 0-4.81-4.44V.37Zm-8.511 96.707l-30.838 30.775c-.123.124-.308.185-.431.124l-42.124-11.287c-.185-.061-.309-.185-.309-.308L22.308 74.318c-.062-.184 0-.308.123-.431L53.268 43.11c.124-.123.309-.185.432-.123l42.124 11.286c.185.062.309.185.309.308l11.286 42.063c0 .123-.061.308-.123.432zM65.912 63.525l-41.384 11.04c-.062 0-.123.124-.062.185l30.283 30.221c.062.062.185.062.185-.062l11.101-41.322c.062 0-.061-.123-.123-.062"/></svg> </template>
CSS
.icon-crystal-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%20d%3D%22m17.62%2018.317l.37%202.9c-1.726.554-3.885.801-6.537.801c-3.207%200-5.428-.802-6.723-2.467s-1.973-4.502-1.973-8.511s.616-6.908%201.973-8.511C6.025.864%208.246.062%2011.453.062c2.344%200%204.379.246%206.106.678l-.37%202.96a84%2084%200%200%200-5.736-.185c-1.789%200-2.96.555-3.639%201.604c-.617%201.11-.987%203.084-.987%205.982s.309%204.934.987%205.983c.678%201.11%201.85%201.604%203.639%201.604c2.59-.062%204.687-.185%206.167-.37zm19.613%203.331h-4.132l-1.727-6.6c-.37-1.294-1.234-1.911-2.467-1.911h-3.824v8.511h-3.824V.37C23.11.185%2025.7.123%2029.03.123c2.714%200%204.626.432%205.736%201.357s1.665%202.529%201.665%204.873c0%201.665-.308%202.898-.925%203.762s-1.665%201.418-3.084%201.603v.185c.617.124%201.172.494%201.727.987c.555.494.925%201.234%201.11%202.159zM25.145%209.991h3.824c1.356%200%202.343-.246%202.837-.74c.493-.493.74-1.357.74-2.652s-.247-2.158-.74-2.652c-.494-.431-1.419-.678-2.837-.678h-3.824Zm23.806%204.503v7.154h-3.885v-7.216L38.096.37h4.071l3.886%208.264c.123.309.431%201.172.863%202.59h.247c.431-1.356.74-2.22.863-2.59L51.912.37h4.009zm17.023-1.234l-4.318-1.357c-1.541-.493-2.652-1.233-3.268-2.22c-.617-.987-.987-2.282-.987-3.947c0-2.344.555-3.886%201.603-4.626C60.114.37%2061.964%200%2064.678%200q3.886%200%206.661.74l-.246%202.714c-2.344-.062-4.441-.124-6.353-.124c-1.418%200-2.344.124-2.837.432c-.493.309-.74.925-.74%202.035c0%20.864.185%201.48.493%201.85c.309.37.987.68%201.85.987l4.071%201.296c1.604.493%202.775%201.295%203.392%202.282c.679.986.987%202.282.987%203.947c0%202.344-.555%203.947-1.665%204.749s-3.084%201.233-5.86%201.233c-2.343%200-4.625-.246-6.907-.678l.247-2.837c3.577.062%205.859.123%206.722.123c1.419%200%202.344-.185%202.837-.493c.494-.309.679-1.049.679-2.097c0-.925-.185-1.542-.494-1.912c-.061-.432-.678-.74-1.541-.987M91.137%203.7h-6.6v17.948h-3.885V3.7h-6.476V.432h16.961zm12.643%2011.965h-7.894l-1.727%206.045h-3.947l6.353-20.23c.185-.678.678-1.048%201.418-1.048h3.762c.74%200%201.234.37%201.419%201.048l6.29%2020.168h-3.947zm-.925-3.207l-2.158-7.339c-.309-1.11-.432-1.727-.494-1.789h-.801l-.494%201.789l-2.097%207.34zM115.807.37v16.344c0%20.678.123%201.11.432%201.357c.246.246.74.37%201.418.37h7.401l.185%202.96c-2.035.185-4.81.247-8.45.247q-4.81%200-4.81-4.44V.37Zm-8.511%2096.707l-30.838%2030.775c-.123.124-.308.185-.431.124l-42.124-11.287c-.185-.061-.309-.185-.309-.308L22.308%2074.318c-.062-.184%200-.308.123-.431L53.268%2043.11c.124-.123.309-.185.432-.123l42.124%2011.286c.185.062.309.185.309.308l11.286%2042.063c0%20.123-.061.308-.123.432zM65.912%2063.525l-41.384%2011.04c-.062%200-.123.124-.062.185l30.283%2030.221c.062.062.185.062.185-.062l11.101-41.322c.062%200-.061-.123-.123-.062%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%20d%3D%22m17.62%2018.317l.37%202.9c-1.726.554-3.885.801-6.537.801c-3.207%200-5.428-.802-6.723-2.467s-1.973-4.502-1.973-8.511s.616-6.908%201.973-8.511C6.025.864%208.246.062%2011.453.062c2.344%200%204.379.246%206.106.678l-.37%202.96a84%2084%200%200%200-5.736-.185c-1.789%200-2.96.555-3.639%201.604c-.617%201.11-.987%203.084-.987%205.982s.309%204.934.987%205.983c.678%201.11%201.85%201.604%203.639%201.604c2.59-.062%204.687-.185%206.167-.37zm19.613%203.331h-4.132l-1.727-6.6c-.37-1.294-1.234-1.911-2.467-1.911h-3.824v8.511h-3.824V.37C23.11.185%2025.7.123%2029.03.123c2.714%200%204.626.432%205.736%201.357s1.665%202.529%201.665%204.873c0%201.665-.308%202.898-.925%203.762s-1.665%201.418-3.084%201.603v.185c.617.124%201.172.494%201.727.987c.555.494.925%201.234%201.11%202.159zM25.145%209.991h3.824c1.356%200%202.343-.246%202.837-.74c.493-.493.74-1.357.74-2.652s-.247-2.158-.74-2.652c-.494-.431-1.419-.678-2.837-.678h-3.824Zm23.806%204.503v7.154h-3.885v-7.216L38.096.37h4.071l3.886%208.264c.123.309.431%201.172.863%202.59h.247c.431-1.356.74-2.22.863-2.59L51.912.37h4.009zm17.023-1.234l-4.318-1.357c-1.541-.493-2.652-1.233-3.268-2.22c-.617-.987-.987-2.282-.987-3.947c0-2.344.555-3.886%201.603-4.626C60.114.37%2061.964%200%2064.678%200q3.886%200%206.661.74l-.246%202.714c-2.344-.062-4.441-.124-6.353-.124c-1.418%200-2.344.124-2.837.432c-.493.309-.74.925-.74%202.035c0%20.864.185%201.48.493%201.85c.309.37.987.68%201.85.987l4.071%201.296c1.604.493%202.775%201.295%203.392%202.282c.679.986.987%202.282.987%203.947c0%202.344-.555%203.947-1.665%204.749s-3.084%201.233-5.86%201.233c-2.343%200-4.625-.246-6.907-.678l.247-2.837c3.577.062%205.859.123%206.722.123c1.419%200%202.344-.185%202.837-.493c.494-.309.679-1.049.679-2.097c0-.925-.185-1.542-.494-1.912c-.061-.432-.678-.74-1.541-.987M91.137%203.7h-6.6v17.948h-3.885V3.7h-6.476V.432h16.961zm12.643%2011.965h-7.894l-1.727%206.045h-3.947l6.353-20.23c.185-.678.678-1.048%201.418-1.048h3.762c.74%200%201.234.37%201.419%201.048l6.29%2020.168h-3.947zm-.925-3.207l-2.158-7.339c-.309-1.11-.432-1.727-.494-1.789h-.801l-.494%201.789l-2.097%207.34zM115.807.37v16.344c0%20.678.123%201.11.432%201.357c.246.246.74.37%201.418.37h7.401l.185%202.96c-2.035.185-4.81.247-8.45.247q-4.81%200-4.81-4.44V.37Zm-8.511%2096.707l-30.838%2030.775c-.123.124-.308.185-.431.124l-42.124-11.287c-.185-.061-.309-.185-.309-.308L22.308%2074.318c-.062-.184%200-.308.123-.431L53.268%2043.11c.124-.123.309-.185.432-.123l42.124%2011.286c.185.062.309.185.309.308l11.286%2042.063c0%20.123-.061.308-.123.432zM65.912%2063.525l-41.384%2011.04c-.062%200-.123.124-.062.185l30.283%2030.221c.062.062.185.062.185-.062l11.101-41.322c.062%200-.061-.123-.123-.062%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/crystal-wordmark.svg?color=%231a73e8&size=48