elk logo
elk from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- elk
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the elk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.284 0L.038.392C.765 3.308 1.763 4.84 2.9 5.64c1.153.818 2.483.888 3.938.74c1.934-.2 4.117-.836 6.345.095c.603.305 1.238.692 1.911 1.206c.356-.122.666-.279.975-.392c0 0 .248-.892-.155-2.032c-.348-1.001-1.215-2.264-3.404-3.151l-.434 1.358c1.347.557 2.074 1.244 2.445 1.897c.055.096.093.183.132.27a7 7 0 0 0-.89-.453c-2.173-1.13-3.913-1.2-5.307-1.374c-.742-.087-1.37-.191-1.888-.61C6.05 2.769 5.663 2.029 5.33.74l-1.238.41c.441 1.705 1.03 2.645 1.718 3.211c.31.252.642.435.998.566c-1.222.074-2.375.058-3.226-.514C2.638 3.743 1.887 2.42 1.284 0m6.925.313c-.07.975.085 1.767.34 2.412c.596.083 1.114.095 1.656.2c-.418-.522-.79-1.323-.712-2.507Zm9.308 1.175l-.843 1.089c.634.626.812 1.375.812 2.01a4.5 4.5 0 0 0-1.014-.774c.558.732.635 2.033.674 2.733l1.199.148s1.362-3.064-.828-5.206m-6.244 6.037C9.919 7.7 9.199 7.3 8.766 8.726c0 0 1.455 2.429 5.331 2.368c-.217.992-.116 1.724-.116 2.603c0 2.924-2.09 5.475-6.693 5.475c-.86 0-1.787.063-2.723.21C6.218 22.49 9.386 24 13.715 24c1.813 0 3.424-.407 4.804-1.149q.126-.57.236-1.198c.14-.784.217-1.445.255-2.01c.178-1.437.279-3.056.31-4.902l-1.896-.67h5.826l.565-1.436c-.55.026-1.207-.296-1.207-.296l.132-.697h1.222l-6.615-3.856c-.735.314-1.51.723-2.05 1.219c-.434-.348-1.935-1.436-4.024-1.48"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsElk(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="M1.284 0L.038.392C.765 3.308 1.763 4.84 2.9 5.64c1.153.818 2.483.888 3.938.74c1.934-.2 4.117-.836 6.345.095c.603.305 1.238.692 1.911 1.206c.356-.122.666-.279.975-.392c0 0 .248-.892-.155-2.032c-.348-1.001-1.215-2.264-3.404-3.151l-.434 1.358c1.347.557 2.074 1.244 2.445 1.897c.055.096.093.183.132.27a7 7 0 0 0-.89-.453c-2.173-1.13-3.913-1.2-5.307-1.374c-.742-.087-1.37-.191-1.888-.61C6.05 2.769 5.663 2.029 5.33.74l-1.238.41c.441 1.705 1.03 2.645 1.718 3.211c.31.252.642.435.998.566c-1.222.074-2.375.058-3.226-.514C2.638 3.743 1.887 2.42 1.284 0m6.925.313c-.07.975.085 1.767.34 2.412c.596.083 1.114.095 1.656.2c-.418-.522-.79-1.323-.712-2.507Zm9.308 1.175l-.843 1.089c.634.626.812 1.375.812 2.01a4.5 4.5 0 0 0-1.014-.774c.558.732.635 2.033.674 2.733l1.199.148s1.362-3.064-.828-5.206m-6.244 6.037C9.919 7.7 9.199 7.3 8.766 8.726c0 0 1.455 2.429 5.331 2.368c-.217.992-.116 1.724-.116 2.603c0 2.924-2.09 5.475-6.693 5.475c-.86 0-1.787.063-2.723.21C6.218 22.49 9.386 24 13.715 24c1.813 0 3.424-.407 4.804-1.149q.126-.57.236-1.198c.14-.784.217-1.445.255-2.01c.178-1.437.279-3.056.31-4.902l-1.896-.67h5.826l.565-1.436c-.55.026-1.207-.296-1.207-.296l.132-.697h1.222l-6.615-3.856c-.735.314-1.51.723-2.05 1.219c-.434-.348-1.935-1.436-4.024-1.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.284 0L.038.392C.765 3.308 1.763 4.84 2.9 5.64c1.153.818 2.483.888 3.938.74c1.934-.2 4.117-.836 6.345.095c.603.305 1.238.692 1.911 1.206c.356-.122.666-.279.975-.392c0 0 .248-.892-.155-2.032c-.348-1.001-1.215-2.264-3.404-3.151l-.434 1.358c1.347.557 2.074 1.244 2.445 1.897c.055.096.093.183.132.27a7 7 0 0 0-.89-.453c-2.173-1.13-3.913-1.2-5.307-1.374c-.742-.087-1.37-.191-1.888-.61C6.05 2.769 5.663 2.029 5.33.74l-1.238.41c.441 1.705 1.03 2.645 1.718 3.211c.31.252.642.435.998.566c-1.222.074-2.375.058-3.226-.514C2.638 3.743 1.887 2.42 1.284 0m6.925.313c-.07.975.085 1.767.34 2.412c.596.083 1.114.095 1.656.2c-.418-.522-.79-1.323-.712-2.507Zm9.308 1.175l-.843 1.089c.634.626.812 1.375.812 2.01a4.5 4.5 0 0 0-1.014-.774c.558.732.635 2.033.674 2.733l1.199.148s1.362-3.064-.828-5.206m-6.244 6.037C9.919 7.7 9.199 7.3 8.766 8.726c0 0 1.455 2.429 5.331 2.368c-.217.992-.116 1.724-.116 2.603c0 2.924-2.09 5.475-6.693 5.475c-.86 0-1.787.063-2.723.21C6.218 22.49 9.386 24 13.715 24c1.813 0 3.424-.407 4.804-1.149q.126-.57.236-1.198c.14-.784.217-1.445.255-2.01c.178-1.437.279-3.056.31-4.902l-1.896-.67h5.826l.565-1.436c-.55.026-1.207-.296-1.207-.296l.132-.697h1.222l-6.615-3.856c-.735.314-1.51.723-2.05 1.219c-.434-.348-1.935-1.436-4.024-1.48"/></svg> </template>
CSS
.icon-elk {
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%22M1.284%200L.038.392C.765%203.308%201.763%204.84%202.9%205.64c1.153.818%202.483.888%203.938.74c1.934-.2%204.117-.836%206.345.095c.603.305%201.238.692%201.911%201.206c.356-.122.666-.279.975-.392c0%200%20.248-.892-.155-2.032c-.348-1.001-1.215-2.264-3.404-3.151l-.434%201.358c1.347.557%202.074%201.244%202.445%201.897c.055.096.093.183.132.27a7%207%200%200%200-.89-.453c-2.173-1.13-3.913-1.2-5.307-1.374c-.742-.087-1.37-.191-1.888-.61C6.05%202.769%205.663%202.029%205.33.74l-1.238.41c.441%201.705%201.03%202.645%201.718%203.211c.31.252.642.435.998.566c-1.222.074-2.375.058-3.226-.514C2.638%203.743%201.887%202.42%201.284%200m6.925.313c-.07.975.085%201.767.34%202.412c.596.083%201.114.095%201.656.2c-.418-.522-.79-1.323-.712-2.507Zm9.308%201.175l-.843%201.089c.634.626.812%201.375.812%202.01a4.5%204.5%200%200%200-1.014-.774c.558.732.635%202.033.674%202.733l1.199.148s1.362-3.064-.828-5.206m-6.244%206.037C9.919%207.7%209.199%207.3%208.766%208.726c0%200%201.455%202.429%205.331%202.368c-.217.992-.116%201.724-.116%202.603c0%202.924-2.09%205.475-6.693%205.475c-.86%200-1.787.063-2.723.21C6.218%2022.49%209.386%2024%2013.715%2024c1.813%200%203.424-.407%204.804-1.149q.126-.57.236-1.198c.14-.784.217-1.445.255-2.01c.178-1.437.279-3.056.31-4.902l-1.896-.67h5.826l.565-1.436c-.55.026-1.207-.296-1.207-.296l.132-.697h1.222l-6.615-3.856c-.735.314-1.51.723-2.05%201.219c-.434-.348-1.935-1.436-4.024-1.48%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%22M1.284%200L.038.392C.765%203.308%201.763%204.84%202.9%205.64c1.153.818%202.483.888%203.938.74c1.934-.2%204.117-.836%206.345.095c.603.305%201.238.692%201.911%201.206c.356-.122.666-.279.975-.392c0%200%20.248-.892-.155-2.032c-.348-1.001-1.215-2.264-3.404-3.151l-.434%201.358c1.347.557%202.074%201.244%202.445%201.897c.055.096.093.183.132.27a7%207%200%200%200-.89-.453c-2.173-1.13-3.913-1.2-5.307-1.374c-.742-.087-1.37-.191-1.888-.61C6.05%202.769%205.663%202.029%205.33.74l-1.238.41c.441%201.705%201.03%202.645%201.718%203.211c.31.252.642.435.998.566c-1.222.074-2.375.058-3.226-.514C2.638%203.743%201.887%202.42%201.284%200m6.925.313c-.07.975.085%201.767.34%202.412c.596.083%201.114.095%201.656.2c-.418-.522-.79-1.323-.712-2.507Zm9.308%201.175l-.843%201.089c.634.626.812%201.375.812%202.01a4.5%204.5%200%200%200-1.014-.774c.558.732.635%202.033.674%202.733l1.199.148s1.362-3.064-.828-5.206m-6.244%206.037C9.919%207.7%209.199%207.3%208.766%208.726c0%200%201.455%202.429%205.331%202.368c-.217.992-.116%201.724-.116%202.603c0%202.924-2.09%205.475-6.693%205.475c-.86%200-1.787.063-2.723.21C6.218%2022.49%209.386%2024%2013.715%2024c1.813%200%203.424-.407%204.804-1.149q.126-.57.236-1.198c.14-.784.217-1.445.255-2.01c.178-1.437.279-3.056.31-4.902l-1.896-.67h5.826l.565-1.436c-.55.026-1.207-.296-1.207-.296l.132-.697h1.222l-6.615-3.856c-.735.314-1.51.723-2.05%201.219c-.434-.348-1.935-1.436-4.024-1.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/elk.svg?color=%231a73e8&size=48