egghead from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
egghead
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the egghead logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 0c-1.649 0-3.223.893-4.679 2.655c-.934 1.134-1.818 2.638-2.567 4.368c-1.338.207-2.399.48-3.143.814a2.04 2.04 0 0 0-1.21 1.93c.041 1.433.385 2.925.64 3.924c.22.868.95 1.512 1.838 1.623v.018A9.12 9.12 0 0 0 11.997 24l-.003-.001a9.133 9.133 0 0 0 9.127-8.667v-.016a2.175 2.175 0 0 0 1.84-1.626c.255-.997.599-2.489.64-3.93a2.04 2.04 0 0 0-1.21-1.926c-.765-.34-1.825-.616-3.154-.816c-.748-1.727-1.634-3.228-2.565-4.361C15.22.894 13.647 0 11.998 0m-.008.828c1.412 0 2.786.797 4.084 2.37c.948 1.15 1.844 2.71 2.585 4.512c1.206.163 2.448.413 3.33.806c.491.217.8.71.784 1.245c-.038 1.346-.371 2.785-.61 3.738a1.46 1.46 0 0 1-1.397 1.104h-.014c-.146 0-.291-.01-.437-.013a8.4 8.4 0 0 1-.558 3.29a8.335 8.335 0 0 1-7.763 5.287h-.002v-.001A8.34 8.34 0 0 1 4.23 17.88a8.5 8.5 0 0 1-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46 1.46 0 0 1-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325 1.325 0 0 1 .784-1.252c.837-.371 2.075-.63 3.313-.803C6.066 5.914 6.96 4.352 7.906 3.2C9.204 1.625 10.578.828 11.99.828m0 .77a3.37 3.37 0 0 0-1.691.492c-1.831 1.058-3.25 3.558-4.108 5.528c1.096-.118 2.137-.181 2.788-.172c.54-.005 1.06.21 1.44.594A3.9 3.9 0 0 1 12 7.674a3.9 3.9 0 0 1 1.582.365a2 2 0 0 1 1.427-.593c.43-.007 1.535.036 2.776.162c-.852-1.958-2.273-4.461-4.104-5.518a3.4 3.4 0 0 0-1.692-.491zm3.215 7.045v.004a.92.92 0 0 0-.93.774q-.148.795-.196 1.601c-.007.614.214 1.034.651 1.25c1.252.558 2.66.898 4.27 1.034c-.189-1.377-.578-2.958-1.112-4.495c-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26 26 0 0 0-2.644.159c-.533 1.54-.924 3.123-1.108 4.5c1.59-.14 2.983-.48 4.226-1.034c.44-.214.66-.636.653-1.252a13 13 0 0 0-.198-1.6a.92.92 0 0 0-.93-.773zM5.29 8.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15 15 0 0 0-1.734-.357m-6.746.34a.86.86 0 0 0-.478.144c-.303.2-.408.581-.378.868c.122 1.139.07 2.388-1.229 3.01l-.015.008a11.4 11.4 0 0 1-1.93.707c-1.162.308-2.351.5-3.548.573a7.574 7.574 0 0 0 14.627 3.007a7.6 7.6 0 0 0 .506-3.009a18 18 0 0 1-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01c.03-.287-.075-.668-.378-.87a.86.86 0 0 0-.477-.145zm-9.352 1.875c.113.726.271 1.422.407 1.95c.044.17.196.29.37.29c.289-.001.554-.024.83-.037c.075-.612.197-1.27.35-1.95a203 203 0 0 1-1.957-.253m18.695 0c-.746.099-1.506.198-1.909.246c.155.683.275 1.344.352 1.96c.26.01.508.034.778.036a.385.385 0 0 0 .37-.289c.136-.53.296-1.226.409-1.953"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEgghead(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.998 0c-1.649 0-3.223.893-4.679 2.655c-.934 1.134-1.818 2.638-2.567 4.368c-1.338.207-2.399.48-3.143.814a2.04 2.04 0 0 0-1.21 1.93c.041 1.433.385 2.925.64 3.924c.22.868.95 1.512 1.838 1.623v.018A9.12 9.12 0 0 0 11.997 24l-.003-.001a9.133 9.133 0 0 0 9.127-8.667v-.016a2.175 2.175 0 0 0 1.84-1.626c.255-.997.599-2.489.64-3.93a2.04 2.04 0 0 0-1.21-1.926c-.765-.34-1.825-.616-3.154-.816c-.748-1.727-1.634-3.228-2.565-4.361C15.22.894 13.647 0 11.998 0m-.008.828c1.412 0 2.786.797 4.084 2.37c.948 1.15 1.844 2.71 2.585 4.512c1.206.163 2.448.413 3.33.806c.491.217.8.71.784 1.245c-.038 1.346-.371 2.785-.61 3.738a1.46 1.46 0 0 1-1.397 1.104h-.014c-.146 0-.291-.01-.437-.013a8.4 8.4 0 0 1-.558 3.29a8.335 8.335 0 0 1-7.763 5.287h-.002v-.001A8.34 8.34 0 0 1 4.23 17.88a8.5 8.5 0 0 1-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46 1.46 0 0 1-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325 1.325 0 0 1 .784-1.252c.837-.371 2.075-.63 3.313-.803C6.066 5.914 6.96 4.352 7.906 3.2C9.204 1.625 10.578.828 11.99.828m0 .77a3.37 3.37 0 0 0-1.691.492c-1.831 1.058-3.25 3.558-4.108 5.528c1.096-.118 2.137-.181 2.788-.172c.54-.005 1.06.21 1.44.594A3.9 3.9 0 0 1 12 7.674a3.9 3.9 0 0 1 1.582.365a2 2 0 0 1 1.427-.593c.43-.007 1.535.036 2.776.162c-.852-1.958-2.273-4.461-4.104-5.518a3.4 3.4 0 0 0-1.692-.491zm3.215 7.045v.004a.92.92 0 0 0-.93.774q-.148.795-.196 1.601c-.007.614.214 1.034.651 1.25c1.252.558 2.66.898 4.27 1.034c-.189-1.377-.578-2.958-1.112-4.495c-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26 26 0 0 0-2.644.159c-.533 1.54-.924 3.123-1.108 4.5c1.59-.14 2.983-.48 4.226-1.034c.44-.214.66-.636.653-1.252a13 13 0 0 0-.198-1.6a.92.92 0 0 0-.93-.773zM5.29 8.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15 15 0 0 0-1.734-.357m-6.746.34a.86.86 0 0 0-.478.144c-.303.2-.408.581-.378.868c.122 1.139.07 2.388-1.229 3.01l-.015.008a11.4 11.4 0 0 1-1.93.707c-1.162.308-2.351.5-3.548.573a7.574 7.574 0 0 0 14.627 3.007a7.6 7.6 0 0 0 .506-3.009a18 18 0 0 1-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01c.03-.287-.075-.668-.378-.87a.86.86 0 0 0-.477-.145zm-9.352 1.875c.113.726.271 1.422.407 1.95c.044.17.196.29.37.29c.289-.001.554-.024.83-.037c.075-.612.197-1.27.35-1.95a203 203 0 0 1-1.957-.253m18.695 0c-.746.099-1.506.198-1.909.246c.155.683.275 1.344.352 1.96c.26.01.508.034.778.036a.385.385 0 0 0 .37-.289c.136-.53.296-1.226.409-1.953"/></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.998 0c-1.649 0-3.223.893-4.679 2.655c-.934 1.134-1.818 2.638-2.567 4.368c-1.338.207-2.399.48-3.143.814a2.04 2.04 0 0 0-1.21 1.93c.041 1.433.385 2.925.64 3.924c.22.868.95 1.512 1.838 1.623v.018A9.12 9.12 0 0 0 11.997 24l-.003-.001a9.133 9.133 0 0 0 9.127-8.667v-.016a2.175 2.175 0 0 0 1.84-1.626c.255-.997.599-2.489.64-3.93a2.04 2.04 0 0 0-1.21-1.926c-.765-.34-1.825-.616-3.154-.816c-.748-1.727-1.634-3.228-2.565-4.361C15.22.894 13.647 0 11.998 0m-.008.828c1.412 0 2.786.797 4.084 2.37c.948 1.15 1.844 2.71 2.585 4.512c1.206.163 2.448.413 3.33.806c.491.217.8.71.784 1.245c-.038 1.346-.371 2.785-.61 3.738a1.46 1.46 0 0 1-1.397 1.104h-.014c-.146 0-.291-.01-.437-.013a8.4 8.4 0 0 1-.558 3.29a8.335 8.335 0 0 1-7.763 5.287h-.002v-.001A8.34 8.34 0 0 1 4.23 17.88a8.5 8.5 0 0 1-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46 1.46 0 0 1-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325 1.325 0 0 1 .784-1.252c.837-.371 2.075-.63 3.313-.803C6.066 5.914 6.96 4.352 7.906 3.2C9.204 1.625 10.578.828 11.99.828m0 .77a3.37 3.37 0 0 0-1.691.492c-1.831 1.058-3.25 3.558-4.108 5.528c1.096-.118 2.137-.181 2.788-.172c.54-.005 1.06.21 1.44.594A3.9 3.9 0 0 1 12 7.674a3.9 3.9 0 0 1 1.582.365a2 2 0 0 1 1.427-.593c.43-.007 1.535.036 2.776.162c-.852-1.958-2.273-4.461-4.104-5.518a3.4 3.4 0 0 0-1.692-.491zm3.215 7.045v.004a.92.92 0 0 0-.93.774q-.148.795-.196 1.601c-.007.614.214 1.034.651 1.25c1.252.558 2.66.898 4.27 1.034c-.189-1.377-.578-2.958-1.112-4.495c-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26 26 0 0 0-2.644.159c-.533 1.54-.924 3.123-1.108 4.5c1.59-.14 2.983-.48 4.226-1.034c.44-.214.66-.636.653-1.252a13 13 0 0 0-.198-1.6a.92.92 0 0 0-.93-.773zM5.29 8.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15 15 0 0 0-1.734-.357m-6.746.34a.86.86 0 0 0-.478.144c-.303.2-.408.581-.378.868c.122 1.139.07 2.388-1.229 3.01l-.015.008a11.4 11.4 0 0 1-1.93.707c-1.162.308-2.351.5-3.548.573a7.574 7.574 0 0 0 14.627 3.007a7.6 7.6 0 0 0 .506-3.009a18 18 0 0 1-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01c.03-.287-.075-.668-.378-.87a.86.86 0 0 0-.477-.145zm-9.352 1.875c.113.726.271 1.422.407 1.95c.044.17.196.29.37.29c.289-.001.554-.024.83-.037c.075-.612.197-1.27.35-1.95a203 203 0 0 1-1.957-.253m18.695 0c-.746.099-1.506.198-1.909.246c.155.683.275 1.344.352 1.96c.26.01.508.034.778.036a.385.385 0 0 0 .37-.289c.136-.53.296-1.226.409-1.953"/></svg>
</template>

CSS

.icon-egghead {
  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.998%200c-1.649%200-3.223.893-4.679%202.655c-.934%201.134-1.818%202.638-2.567%204.368c-1.338.207-2.399.48-3.143.814a2.04%202.04%200%200%200-1.21%201.93c.041%201.433.385%202.925.64%203.924c.22.868.95%201.512%201.838%201.623v.018A9.12%209.12%200%200%200%2011.997%2024l-.003-.001a9.133%209.133%200%200%200%209.127-8.667v-.016a2.175%202.175%200%200%200%201.84-1.626c.255-.997.599-2.489.64-3.93a2.04%202.04%200%200%200-1.21-1.926c-.765-.34-1.825-.616-3.154-.816c-.748-1.727-1.634-3.228-2.565-4.361C15.22.894%2013.647%200%2011.998%200m-.008.828c1.412%200%202.786.797%204.084%202.37c.948%201.15%201.844%202.71%202.585%204.512c1.206.163%202.448.413%203.33.806c.491.217.8.71.784%201.245c-.038%201.346-.371%202.785-.61%203.738a1.46%201.46%200%200%201-1.397%201.104h-.014c-.146%200-.291-.01-.437-.013a8.4%208.4%200%200%201-.558%203.29a8.335%208.335%200%200%201-7.763%205.287h-.002v-.001A8.34%208.34%200%200%201%204.23%2017.88a8.5%208.5%200%200%201-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46%201.46%200%200%201-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325%201.325%200%200%201%20.784-1.252c.837-.371%202.075-.63%203.313-.803C6.066%205.914%206.96%204.352%207.906%203.2C9.204%201.625%2010.578.828%2011.99.828m0%20.77a3.37%203.37%200%200%200-1.691.492c-1.831%201.058-3.25%203.558-4.108%205.528c1.096-.118%202.137-.181%202.788-.172c.54-.005%201.06.21%201.44.594A3.9%203.9%200%200%201%2012%207.674a3.9%203.9%200%200%201%201.582.365a2%202%200%200%201%201.427-.593c.43-.007%201.535.036%202.776.162c-.852-1.958-2.273-4.461-4.104-5.518a3.4%203.4%200%200%200-1.692-.491zm3.215%207.045v.004a.92.92%200%200%200-.93.774q-.148.795-.196%201.601c-.007.614.214%201.034.651%201.25c1.252.558%202.66.898%204.27%201.034c-.189-1.377-.578-2.958-1.112-4.495c-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26%2026%200%200%200-2.644.159c-.533%201.54-.924%203.123-1.108%204.5c1.59-.14%202.983-.48%204.226-1.034c.44-.214.66-.636.653-1.252a13%2013%200%200%200-.198-1.6a.92.92%200%200%200-.93-.773zM5.29%208.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15%2015%200%200%200-1.734-.357m-6.746.34a.86.86%200%200%200-.478.144c-.303.2-.408.581-.378.868c.122%201.139.07%202.388-1.229%203.01l-.015.008a11.4%2011.4%200%200%201-1.93.707c-1.162.308-2.351.5-3.548.573a7.574%207.574%200%200%200%2014.627%203.007a7.6%207.6%200%200%200%20.506-3.009a18%2018%200%200%201-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01c.03-.287-.075-.668-.378-.87a.86.86%200%200%200-.477-.145zm-9.352%201.875c.113.726.271%201.422.407%201.95c.044.17.196.29.37.29c.289-.001.554-.024.83-.037c.075-.612.197-1.27.35-1.95a203%20203%200%200%201-1.957-.253m18.695%200c-.746.099-1.506.198-1.909.246c.155.683.275%201.344.352%201.96c.26.01.508.034.778.036a.385.385%200%200%200%20.37-.289c.136-.53.296-1.226.409-1.953%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.998%200c-1.649%200-3.223.893-4.679%202.655c-.934%201.134-1.818%202.638-2.567%204.368c-1.338.207-2.399.48-3.143.814a2.04%202.04%200%200%200-1.21%201.93c.041%201.433.385%202.925.64%203.924c.22.868.95%201.512%201.838%201.623v.018A9.12%209.12%200%200%200%2011.997%2024l-.003-.001a9.133%209.133%200%200%200%209.127-8.667v-.016a2.175%202.175%200%200%200%201.84-1.626c.255-.997.599-2.489.64-3.93a2.04%202.04%200%200%200-1.21-1.926c-.765-.34-1.825-.616-3.154-.816c-.748-1.727-1.634-3.228-2.565-4.361C15.22.894%2013.647%200%2011.998%200m-.008.828c1.412%200%202.786.797%204.084%202.37c.948%201.15%201.844%202.71%202.585%204.512c1.206.163%202.448.413%203.33.806c.491.217.8.71.784%201.245c-.038%201.346-.371%202.785-.61%203.738a1.46%201.46%200%200%201-1.397%201.104h-.014c-.146%200-.291-.01-.437-.013a8.4%208.4%200%200%201-.558%203.29a8.335%208.335%200%200%201-7.763%205.287h-.002v-.001A8.34%208.34%200%200%201%204.23%2017.88a8.5%208.5%200%200%201-.573-3.288c-.14.003-.278.013-.418.013h-.007a1.46%201.46%200%200%201-1.395-1.104c-.248-.955-.577-2.386-.616-3.73a1.325%201.325%200%200%201%20.784-1.252c.837-.371%202.075-.63%203.313-.803C6.066%205.914%206.96%204.352%207.906%203.2C9.204%201.625%2010.578.828%2011.99.828m0%20.77a3.37%203.37%200%200%200-1.691.492c-1.831%201.058-3.25%203.558-4.108%205.528c1.096-.118%202.137-.181%202.788-.172c.54-.005%201.06.21%201.44.594A3.9%203.9%200%200%201%2012%207.674a3.9%203.9%200%200%201%201.582.365a2%202%200%200%201%201.427-.593c.43-.007%201.535.036%202.776.162c-.852-1.958-2.273-4.461-4.104-5.518a3.4%203.4%200%200%200-1.692-.491zm3.215%207.045v.004a.92.92%200%200%200-.93.774q-.148.795-.196%201.601c-.007.614.214%201.034.651%201.25c1.252.558%202.66.898%204.27%201.034c-.189-1.377-.578-2.958-1.112-4.495c-1.087-.122-2.12-.177-2.683-.168m-6.422.001a26%2026%200%200%200-2.644.159c-.533%201.54-.924%203.123-1.108%204.5c1.59-.14%202.983-.48%204.226-1.034c.44-.214.66-.636.653-1.252a13%2013%200%200%200-.198-1.6a.92.92%200%200%200-.93-.773zM5.29%208.91c-.624.09-1.242.21-1.79.364l1.509.533q.132-.449.281-.897m13.453.01q.145.435.274.872l1.46-.515a15%2015%200%200%200-1.734-.357m-6.746.34a.86.86%200%200%200-.478.144c-.303.2-.408.581-.378.868c.122%201.139.07%202.388-1.229%203.01l-.015.008a11.4%2011.4%200%200%201-1.93.707c-1.162.308-2.351.5-3.548.573a7.574%207.574%200%200%200%2014.627%203.007a7.6%207.6%200%200%200%20.506-3.009a18%2018%200%200%201-3.525-.572q-.998-.264-1.931-.7l-.014-.012c-1.303-.623-1.352-1.871-1.23-3.01c.03-.287-.075-.668-.378-.87a.86.86%200%200%200-.477-.145zm-9.352%201.875c.113.726.271%201.422.407%201.95c.044.17.196.29.37.29c.289-.001.554-.024.83-.037c.075-.612.197-1.27.35-1.95a203%20203%200%200%201-1.957-.253m18.695%200c-.746.099-1.506.198-1.909.246c.155.683.275%201.344.352%201.96c.26.01.508.034.778.036a.385.385%200%200%200%20.37-.289c.136-.53.296-1.226.409-1.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/egghead.svg?color=%231a73e8&size=48