hoppscotch logo

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

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

The same logo in other sets

Use the hoppscotch logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.632 4.746a8.89 8.89 0 0 1 5.29 7.938c1.867 1.47 3.723 3.527 2.86 5.465c-.968 2.174-4.415 2.085-8.334.985A7.113 7.113 0 0 1 5.063 14.51C1.623 12.334-.75 9.832.218 7.658c.863-1.939 3.634-1.936 5.975-1.532a8.89 8.89 0 0 1 9.439-1.38M1.862 8.39c-.47 1.056 2.056 4.054 8.972 7.133c6.916 3.08 10.834 2.95 11.304 1.894c.39-.874-1.212-2.554-3.046-3.856c-1.426-1.02-3.38-2.143-5.929-3.278c-.694-.309-.964-1.133-.673-1.788c.292-.655.933-1.093 2.282-1.156c.635-.002.718-.178.747-.329c.036-.233-.287-.47-.62-.618c-2.647-1.179-5.888-.685-8.134 1.68c-2.195-.491-4.514-.556-4.903.318m11.083 5.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735 1.65-.436s1.021.979.78 1.518zm4.02 2.327c.703.202 1.404-.093 1.566-.658c.162-.564-.276-1.186-.98-1.387c-.702-.202-1.403.093-1.565.658c-.162.564.276 1.186.98 1.387zM7.218 9.737c.62.388.87 1.106.559 1.604s-1.066.588-1.686.2s-.87-1.105-.56-1.604c.312-.498 1.067-.588 1.687-.2"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHoppscotch(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="M15.632 4.746a8.89 8.89 0 0 1 5.29 7.938c1.867 1.47 3.723 3.527 2.86 5.465c-.968 2.174-4.415 2.085-8.334.985A7.113 7.113 0 0 1 5.063 14.51C1.623 12.334-.75 9.832.218 7.658c.863-1.939 3.634-1.936 5.975-1.532a8.89 8.89 0 0 1 9.439-1.38M1.862 8.39c-.47 1.056 2.056 4.054 8.972 7.133c6.916 3.08 10.834 2.95 11.304 1.894c.39-.874-1.212-2.554-3.046-3.856c-1.426-1.02-3.38-2.143-5.929-3.278c-.694-.309-.964-1.133-.673-1.788c.292-.655.933-1.093 2.282-1.156c.635-.002.718-.178.747-.329c.036-.233-.287-.47-.62-.618c-2.647-1.179-5.888-.685-8.134 1.68c-2.195-.491-4.514-.556-4.903.318m11.083 5.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735 1.65-.436s1.021.979.78 1.518zm4.02 2.327c.703.202 1.404-.093 1.566-.658c.162-.564-.276-1.186-.98-1.387c-.702-.202-1.403.093-1.565.658c-.162.564.276 1.186.98 1.387zM7.218 9.737c.62.388.87 1.106.559 1.604s-1.066.588-1.686.2s-.87-1.105-.56-1.604c.312-.498 1.067-.588 1.687-.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.632 4.746a8.89 8.89 0 0 1 5.29 7.938c1.867 1.47 3.723 3.527 2.86 5.465c-.968 2.174-4.415 2.085-8.334.985A7.113 7.113 0 0 1 5.063 14.51C1.623 12.334-.75 9.832.218 7.658c.863-1.939 3.634-1.936 5.975-1.532a8.89 8.89 0 0 1 9.439-1.38M1.862 8.39c-.47 1.056 2.056 4.054 8.972 7.133c6.916 3.08 10.834 2.95 11.304 1.894c.39-.874-1.212-2.554-3.046-3.856c-1.426-1.02-3.38-2.143-5.929-3.278c-.694-.309-.964-1.133-.673-1.788c.292-.655.933-1.093 2.282-1.156c.635-.002.718-.178.747-.329c.036-.233-.287-.47-.62-.618c-2.647-1.179-5.888-.685-8.134 1.68c-2.195-.491-4.514-.556-4.903.318m11.083 5.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735 1.65-.436s1.021.979.78 1.518zm4.02 2.327c.703.202 1.404-.093 1.566-.658c.162-.564-.276-1.186-.98-1.387c-.702-.202-1.403.093-1.565.658c-.162.564.276 1.186.98 1.387zM7.218 9.737c.62.388.87 1.106.559 1.604s-1.066.588-1.686.2s-.87-1.105-.56-1.604c.312-.498 1.067-.588 1.687-.2"/></svg>
</template>

CSS

.icon-hoppscotch {
  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%22M15.632%204.746a8.89%208.89%200%200%201%205.29%207.938c1.867%201.47%203.723%203.527%202.86%205.465c-.968%202.174-4.415%202.085-8.334.985A7.113%207.113%200%200%201%205.063%2014.51C1.623%2012.334-.75%209.832.218%207.658c.863-1.939%203.634-1.936%205.975-1.532a8.89%208.89%200%200%201%209.439-1.38M1.862%208.39c-.47%201.056%202.056%204.054%208.972%207.133c6.916%203.08%2010.834%202.95%2011.304%201.894c.39-.874-1.212-2.554-3.046-3.856c-1.426-1.02-3.38-2.143-5.929-3.278c-.694-.309-.964-1.133-.673-1.788c.292-.655.933-1.093%202.282-1.156c.635-.002.718-.178.747-.329c.036-.233-.287-.47-.62-.618c-2.647-1.179-5.888-.685-8.134%201.68c-2.195-.491-4.514-.556-4.903.318m11.083%205.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735%201.65-.436s1.021.979.78%201.518zm4.02%202.327c.703.202%201.404-.093%201.566-.658c.162-.564-.276-1.186-.98-1.387c-.702-.202-1.403.093-1.565.658c-.162.564.276%201.186.98%201.387zM7.218%209.737c.62.388.87%201.106.559%201.604s-1.066.588-1.686.2s-.87-1.105-.56-1.604c.312-.498%201.067-.588%201.687-.2%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%22M15.632%204.746a8.89%208.89%200%200%201%205.29%207.938c1.867%201.47%203.723%203.527%202.86%205.465c-.968%202.174-4.415%202.085-8.334.985A7.113%207.113%200%200%201%205.063%2014.51C1.623%2012.334-.75%209.832.218%207.658c.863-1.939%203.634-1.936%205.975-1.532a8.89%208.89%200%200%201%209.439-1.38M1.862%208.39c-.47%201.056%202.056%204.054%208.972%207.133c6.916%203.08%2010.834%202.95%2011.304%201.894c.39-.874-1.212-2.554-3.046-3.856c-1.426-1.02-3.38-2.143-5.929-3.278c-.694-.309-.964-1.133-.673-1.788c.292-.655.933-1.093%202.282-1.156c.635-.002.718-.178.747-.329c.036-.233-.287-.47-.62-.618c-2.647-1.179-5.888-.685-8.134%201.68c-2.195-.491-4.514-.556-4.903.318m11.083%205.666c-.24.54-.98.735-1.651.436s-1.02-.979-.78-1.518c.24-.54.979-.735%201.65-.436s1.021.979.78%201.518zm4.02%202.327c.703.202%201.404-.093%201.566-.658c.162-.564-.276-1.186-.98-1.387c-.702-.202-1.403.093-1.565.658c-.162.564.276%201.186.98%201.387zM7.218%209.737c.62.388.87%201.106.559%201.604s-1.066.588-1.686.2s-.87-1.105-.56-1.604c.312-.498%201.067-.588%201.687-.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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