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

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

The same logo in other sets

Use the crayon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.949 16.562a6.3 6.3 0 0 0 4.467 1.854a6.3 6.3 0 0 0 4.467-1.854l5.798-5.798l-1.425-1.425l-5.798 5.75c-1.664 1.663-4.373 1.663-6.084 0l-.095-.095c-1.663-1.663-1.663-4.372 0-6.083l.095-.095c1.664-1.664 4.373-1.664 6.084 0l.475.523l1.426-1.426l-.476-.523c-2.471-2.471-6.51-2.471-8.982 0l-.047.143c-2.472 2.47-2.472 6.51 0 8.982zm20.055-9.124a6.3 6.3 0 0 0-4.467-1.854a6.3 6.3 0 0 0-4.468 1.854l-5.798 5.798l1.426 1.425l5.798-5.75c1.663-1.663 4.372-1.663 6.083 0l.095.095c1.664 1.663 1.664 4.372 0 6.083l-.095.095c-1.663 1.664-4.372 1.664-6.083 0l-.475-.475l-1.426 1.426l.475.475c2.472 2.471 6.511 2.471 8.983 0l.095-.095c2.47-2.471 2.47-6.511 0-8.982c-.048 0-.143-.095-.143-.095"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCrayon(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.949 16.562a6.3 6.3 0 0 0 4.467 1.854a6.3 6.3 0 0 0 4.467-1.854l5.798-5.798l-1.425-1.425l-5.798 5.75c-1.664 1.663-4.373 1.663-6.084 0l-.095-.095c-1.663-1.663-1.663-4.372 0-6.083l.095-.095c1.664-1.664 4.373-1.664 6.084 0l.475.523l1.426-1.426l-.476-.523c-2.471-2.471-6.51-2.471-8.982 0l-.047.143c-2.472 2.47-2.472 6.51 0 8.982zm20.055-9.124a6.3 6.3 0 0 0-4.467-1.854a6.3 6.3 0 0 0-4.468 1.854l-5.798 5.798l1.426 1.425l5.798-5.75c1.663-1.663 4.372-1.663 6.083 0l.095.095c1.664 1.663 1.664 4.372 0 6.083l-.095.095c-1.663 1.664-4.372 1.664-6.083 0l-.475-.475l-1.426 1.426l.475.475c2.472 2.471 6.511 2.471 8.983 0l.095-.095c2.47-2.471 2.47-6.511 0-8.982c-.048 0-.143-.095-.143-.095"/></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.949 16.562a6.3 6.3 0 0 0 4.467 1.854a6.3 6.3 0 0 0 4.467-1.854l5.798-5.798l-1.425-1.425l-5.798 5.75c-1.664 1.663-4.373 1.663-6.084 0l-.095-.095c-1.663-1.663-1.663-4.372 0-6.083l.095-.095c1.664-1.664 4.373-1.664 6.084 0l.475.523l1.426-1.426l-.476-.523c-2.471-2.471-6.51-2.471-8.982 0l-.047.143c-2.472 2.47-2.472 6.51 0 8.982zm20.055-9.124a6.3 6.3 0 0 0-4.467-1.854a6.3 6.3 0 0 0-4.468 1.854l-5.798 5.798l1.426 1.425l5.798-5.75c1.663-1.663 4.372-1.663 6.083 0l.095.095c1.664 1.663 1.664 4.372 0 6.083l-.095.095c-1.663 1.664-4.372 1.664-6.083 0l-.475-.475l-1.426 1.426l.475.475c2.472 2.471 6.511 2.471 8.983 0l.095-.095c2.47-2.471 2.47-6.511 0-8.982c-.048 0-.143-.095-.143-.095"/></svg>
</template>

CSS

.icon-crayon {
  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.949%2016.562a6.3%206.3%200%200%200%204.467%201.854a6.3%206.3%200%200%200%204.467-1.854l5.798-5.798l-1.425-1.425l-5.798%205.75c-1.664%201.663-4.373%201.663-6.084%200l-.095-.095c-1.663-1.663-1.663-4.372%200-6.083l.095-.095c1.664-1.664%204.373-1.664%206.084%200l.475.523l1.426-1.426l-.476-.523c-2.471-2.471-6.51-2.471-8.982%200l-.047.143c-2.472%202.47-2.472%206.51%200%208.982zm20.055-9.124a6.3%206.3%200%200%200-4.467-1.854a6.3%206.3%200%200%200-4.468%201.854l-5.798%205.798l1.426%201.425l5.798-5.75c1.663-1.663%204.372-1.663%206.083%200l.095.095c1.664%201.663%201.664%204.372%200%206.083l-.095.095c-1.663%201.664-4.372%201.664-6.083%200l-.475-.475l-1.426%201.426l.475.475c2.472%202.471%206.511%202.471%208.983%200l.095-.095c2.47-2.471%202.47-6.511%200-8.982c-.048%200-.143-.095-.143-.095%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.949%2016.562a6.3%206.3%200%200%200%204.467%201.854a6.3%206.3%200%200%200%204.467-1.854l5.798-5.798l-1.425-1.425l-5.798%205.75c-1.664%201.663-4.373%201.663-6.084%200l-.095-.095c-1.663-1.663-1.663-4.372%200-6.083l.095-.095c1.664-1.664%204.373-1.664%206.084%200l.475.523l1.426-1.426l-.476-.523c-2.471-2.471-6.51-2.471-8.982%200l-.047.143c-2.472%202.47-2.472%206.51%200%208.982zm20.055-9.124a6.3%206.3%200%200%200-4.467-1.854a6.3%206.3%200%200%200-4.468%201.854l-5.798%205.798l1.426%201.425l5.798-5.75c1.663-1.663%204.372-1.663%206.083%200l.095.095c1.664%201.663%201.664%204.372%200%206.083l-.095.095c-1.663%201.664-4.372%201.664-6.083%200l-.475-.475l-1.426%201.426l.475.475c2.472%202.471%206.511%202.471%208.983%200l.095-.095c2.47-2.471%202.47-6.511%200-8.982c-.048%200-.143-.095-.143-.095%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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