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

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

Use the scratch logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.406 11.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706c.198.013.426.14.654.33c.211.247.68.568.945 1.204c.19.466.254.77.281 1.098l.042.402v-.002a.68.68 0 0 0 1.342-.007c.008-.044.176-4.365.176-4.436c0-.38-.302-.69-.68-.696a.685.685 0 0 0-.682.688c0 .009-.001.605-.014 1.206c-.536-.592-1.223-1.123-1.994-1.17c-2.058-.11-2.283 1.811-2.419 2.918l-.02.196c-.278 2.189.441 3.569 2.13 3.837c1.838.293 3.063.72 3.074 1.868c.007.446-.224.903-.627 1.254a2.16 2.16 0 0 1-1.749.507a3 3 0 0 1-.539-.141c-.24-.136-.847-.51-1.154-.942c-.26-.364-.35-.937-.378-1.3c.004-.163.005-.27.005-.283a.69.69 0 0 0-.669-.703a.69.69 0 0 0-.696.682c0 .013-.017 1.367-.066 2.183c-.07 1.313 0 2.426 0 2.474c.028.382.35.67.727.644a.68.68 0 0 0 .635-.733c0-.006-.033-.545-.029-1.29a5.2 5.2 0 0 0 1.938.773a3.45 3.45 0 0 0 2.856-.82c.713-.619 1.122-1.464 1.11-2.32c-.024-2.555-2.865-3.004-4.228-3.222M14.174 0a5.5 5.5 0 0 0-2.724.723h-.112c-2.637 0-4.937 1.392-6.15 3.728c-.728 1.393-.9 2.75-.999 3.579c-.012.089-.018.17-.028.262c-.12.974-.123 1.904-.01 2.772a5.8 5.8 0 0 0-.625 2.529v.016a59 59 0 0 1-.057 1.95a30 30 0 0 0-.008 2.94l.013.209C3.698 21.676 6.159 24 9.083 24a5.5 5.5 0 0 0 3.463-1.21a8.36 8.36 0 0 0 5.195-2.08c1.826-1.587 2.859-3.845 2.83-6.19c-.013-1.362-.346-2.638-.978-3.763c.117-1.273.221-4.996.221-5.03c0-3.103-2.484-5.67-5.539-5.727zm.056 2.675c1.642.03 2.978 1.412 2.978 3.081c0 .038-.145 4.497-.215 4.883a3.2 3.2 0 0 1-.203.69c.756.89 1.165 2 1.175 3.256c.021 1.555-.681 3.076-1.926 4.16a5.76 5.76 0 0 1-3.8 1.444a6 6 0 0 1-.718-.048a3 3 0 0 1-.172.215a2.97 2.97 0 0 1-2.264 1.038c-1.573 0-2.897-1.255-3.013-2.856l-.008-.122a27 27 0 0 1 .005-2.662c.039-.679.06-1.831.062-2.08a3.12 3.12 0 0 1 .783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7c.765-1.473 2.168-2.318 3.848-2.318a4.6 4.6 0 0 1 .824.07c.546-.5 1.27-.81 2.067-.794"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsScratch(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.406 11.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706c.198.013.426.14.654.33c.211.247.68.568.945 1.204c.19.466.254.77.281 1.098l.042.402v-.002a.68.68 0 0 0 1.342-.007c.008-.044.176-4.365.176-4.436c0-.38-.302-.69-.68-.696a.685.685 0 0 0-.682.688c0 .009-.001.605-.014 1.206c-.536-.592-1.223-1.123-1.994-1.17c-2.058-.11-2.283 1.811-2.419 2.918l-.02.196c-.278 2.189.441 3.569 2.13 3.837c1.838.293 3.063.72 3.074 1.868c.007.446-.224.903-.627 1.254a2.16 2.16 0 0 1-1.749.507a3 3 0 0 1-.539-.141c-.24-.136-.847-.51-1.154-.942c-.26-.364-.35-.937-.378-1.3c.004-.163.005-.27.005-.283a.69.69 0 0 0-.669-.703a.69.69 0 0 0-.696.682c0 .013-.017 1.367-.066 2.183c-.07 1.313 0 2.426 0 2.474c.028.382.35.67.727.644a.68.68 0 0 0 .635-.733c0-.006-.033-.545-.029-1.29a5.2 5.2 0 0 0 1.938.773a3.45 3.45 0 0 0 2.856-.82c.713-.619 1.122-1.464 1.11-2.32c-.024-2.555-2.865-3.004-4.228-3.222M14.174 0a5.5 5.5 0 0 0-2.724.723h-.112c-2.637 0-4.937 1.392-6.15 3.728c-.728 1.393-.9 2.75-.999 3.579c-.012.089-.018.17-.028.262c-.12.974-.123 1.904-.01 2.772a5.8 5.8 0 0 0-.625 2.529v.016a59 59 0 0 1-.057 1.95a30 30 0 0 0-.008 2.94l.013.209C3.698 21.676 6.159 24 9.083 24a5.5 5.5 0 0 0 3.463-1.21a8.36 8.36 0 0 0 5.195-2.08c1.826-1.587 2.859-3.845 2.83-6.19c-.013-1.362-.346-2.638-.978-3.763c.117-1.273.221-4.996.221-5.03c0-3.103-2.484-5.67-5.539-5.727zm.056 2.675c1.642.03 2.978 1.412 2.978 3.081c0 .038-.145 4.497-.215 4.883a3.2 3.2 0 0 1-.203.69c.756.89 1.165 2 1.175 3.256c.021 1.555-.681 3.076-1.926 4.16a5.76 5.76 0 0 1-3.8 1.444a6 6 0 0 1-.718-.048a3 3 0 0 1-.172.215a2.97 2.97 0 0 1-2.264 1.038c-1.573 0-2.897-1.255-3.013-2.856l-.008-.122a27 27 0 0 1 .005-2.662c.039-.679.06-1.831.062-2.08a3.12 3.12 0 0 1 .783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7c.765-1.473 2.168-2.318 3.848-2.318a4.6 4.6 0 0 1 .824.07c.546-.5 1.27-.81 2.067-.794"/></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.406 11.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706c.198.013.426.14.654.33c.211.247.68.568.945 1.204c.19.466.254.77.281 1.098l.042.402v-.002a.68.68 0 0 0 1.342-.007c.008-.044.176-4.365.176-4.436c0-.38-.302-.69-.68-.696a.685.685 0 0 0-.682.688c0 .009-.001.605-.014 1.206c-.536-.592-1.223-1.123-1.994-1.17c-2.058-.11-2.283 1.811-2.419 2.918l-.02.196c-.278 2.189.441 3.569 2.13 3.837c1.838.293 3.063.72 3.074 1.868c.007.446-.224.903-.627 1.254a2.16 2.16 0 0 1-1.749.507a3 3 0 0 1-.539-.141c-.24-.136-.847-.51-1.154-.942c-.26-.364-.35-.937-.378-1.3c.004-.163.005-.27.005-.283a.69.69 0 0 0-.669-.703a.69.69 0 0 0-.696.682c0 .013-.017 1.367-.066 2.183c-.07 1.313 0 2.426 0 2.474c.028.382.35.67.727.644a.68.68 0 0 0 .635-.733c0-.006-.033-.545-.029-1.29a5.2 5.2 0 0 0 1.938.773a3.45 3.45 0 0 0 2.856-.82c.713-.619 1.122-1.464 1.11-2.32c-.024-2.555-2.865-3.004-4.228-3.222M14.174 0a5.5 5.5 0 0 0-2.724.723h-.112c-2.637 0-4.937 1.392-6.15 3.728c-.728 1.393-.9 2.75-.999 3.579c-.012.089-.018.17-.028.262c-.12.974-.123 1.904-.01 2.772a5.8 5.8 0 0 0-.625 2.529v.016a59 59 0 0 1-.057 1.95a30 30 0 0 0-.008 2.94l.013.209C3.698 21.676 6.159 24 9.083 24a5.5 5.5 0 0 0 3.463-1.21a8.36 8.36 0 0 0 5.195-2.08c1.826-1.587 2.859-3.845 2.83-6.19c-.013-1.362-.346-2.638-.978-3.763c.117-1.273.221-4.996.221-5.03c0-3.103-2.484-5.67-5.539-5.727zm.056 2.675c1.642.03 2.978 1.412 2.978 3.081c0 .038-.145 4.497-.215 4.883a3.2 3.2 0 0 1-.203.69c.756.89 1.165 2 1.175 3.256c.021 1.555-.681 3.076-1.926 4.16a5.76 5.76 0 0 1-3.8 1.444a6 6 0 0 1-.718-.048a3 3 0 0 1-.172.215a2.97 2.97 0 0 1-2.264 1.038c-1.573 0-2.897-1.255-3.013-2.856l-.008-.122a27 27 0 0 1 .005-2.662c.039-.679.06-1.831.062-2.08a3.12 3.12 0 0 1 .783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7c.765-1.473 2.168-2.318 3.848-2.318a4.6 4.6 0 0 1 .824.07c.546-.5 1.27-.81 2.067-.794"/></svg>
</template>

CSS

.icon-scratch {
  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.406%2011.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706c.198.013.426.14.654.33c.211.247.68.568.945%201.204c.19.466.254.77.281%201.098l.042.402v-.002a.68.68%200%200%200%201.342-.007c.008-.044.176-4.365.176-4.436c0-.38-.302-.69-.68-.696a.685.685%200%200%200-.682.688c0%20.009-.001.605-.014%201.206c-.536-.592-1.223-1.123-1.994-1.17c-2.058-.11-2.283%201.811-2.419%202.918l-.02.196c-.278%202.189.441%203.569%202.13%203.837c1.838.293%203.063.72%203.074%201.868c.007.446-.224.903-.627%201.254a2.16%202.16%200%200%201-1.749.507a3%203%200%200%201-.539-.141c-.24-.136-.847-.51-1.154-.942c-.26-.364-.35-.937-.378-1.3c.004-.163.005-.27.005-.283a.69.69%200%200%200-.669-.703a.69.69%200%200%200-.696.682c0%20.013-.017%201.367-.066%202.183c-.07%201.313%200%202.426%200%202.474c.028.382.35.67.727.644a.68.68%200%200%200%20.635-.733c0-.006-.033-.545-.029-1.29a5.2%205.2%200%200%200%201.938.773a3.45%203.45%200%200%200%202.856-.82c.713-.619%201.122-1.464%201.11-2.32c-.024-2.555-2.865-3.004-4.228-3.222M14.174%200a5.5%205.5%200%200%200-2.724.723h-.112c-2.637%200-4.937%201.392-6.15%203.728c-.728%201.393-.9%202.75-.999%203.579c-.012.089-.018.17-.028.262c-.12.974-.123%201.904-.01%202.772a5.8%205.8%200%200%200-.625%202.529v.016a59%2059%200%200%201-.057%201.95a30%2030%200%200%200-.008%202.94l.013.209C3.698%2021.676%206.159%2024%209.083%2024a5.5%205.5%200%200%200%203.463-1.21a8.36%208.36%200%200%200%205.195-2.08c1.826-1.587%202.859-3.845%202.83-6.19c-.013-1.362-.346-2.638-.978-3.763c.117-1.273.221-4.996.221-5.03c0-3.103-2.484-5.67-5.539-5.727zm.056%202.675c1.642.03%202.978%201.412%202.978%203.081c0%20.038-.145%204.497-.215%204.883a3.2%203.2%200%200%201-.203.69c.756.89%201.165%202%201.175%203.256c.021%201.555-.681%203.076-1.926%204.16a5.76%205.76%200%200%201-3.8%201.444a6%206%200%200%201-.718-.048a3%203%200%200%201-.172.215a2.97%202.97%200%200%201-2.264%201.038c-1.573%200-2.897-1.255-3.013-2.856l-.008-.122a27%2027%200%200%201%20.005-2.662c.039-.679.06-1.831.062-2.08a3.12%203.12%200%200%201%20.783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7c.765-1.473%202.168-2.318%203.848-2.318a4.6%204.6%200%200%201%20.824.07c.546-.5%201.27-.81%202.067-.794%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.406%2011.312c-.78-.123-1.198-.654-.99-2.295l.023-.198c.175-1.426.321-1.743.996-1.706c.198.013.426.14.654.33c.211.247.68.568.945%201.204c.19.466.254.77.281%201.098l.042.402v-.002a.68.68%200%200%200%201.342-.007c.008-.044.176-4.365.176-4.436c0-.38-.302-.69-.68-.696a.685.685%200%200%200-.682.688c0%20.009-.001.605-.014%201.206c-.536-.592-1.223-1.123-1.994-1.17c-2.058-.11-2.283%201.811-2.419%202.918l-.02.196c-.278%202.189.441%203.569%202.13%203.837c1.838.293%203.063.72%203.074%201.868c.007.446-.224.903-.627%201.254a2.16%202.16%200%200%201-1.749.507a3%203%200%200%201-.539-.141c-.24-.136-.847-.51-1.154-.942c-.26-.364-.35-.937-.378-1.3c.004-.163.005-.27.005-.283a.69.69%200%200%200-.669-.703a.69.69%200%200%200-.696.682c0%20.013-.017%201.367-.066%202.183c-.07%201.313%200%202.426%200%202.474c.028.382.35.67.727.644a.68.68%200%200%200%20.635-.733c0-.006-.033-.545-.029-1.29a5.2%205.2%200%200%200%201.938.773a3.45%203.45%200%200%200%202.856-.82c.713-.619%201.122-1.464%201.11-2.32c-.024-2.555-2.865-3.004-4.228-3.222M14.174%200a5.5%205.5%200%200%200-2.724.723h-.112c-2.637%200-4.937%201.392-6.15%203.728c-.728%201.393-.9%202.75-.999%203.579c-.012.089-.018.17-.028.262c-.12.974-.123%201.904-.01%202.772a5.8%205.8%200%200%200-.625%202.529v.016a59%2059%200%200%201-.057%201.95a30%2030%200%200%200-.008%202.94l.013.209C3.698%2021.676%206.159%2024%209.083%2024a5.5%205.5%200%200%200%203.463-1.21a8.36%208.36%200%200%200%205.195-2.08c1.826-1.587%202.859-3.845%202.83-6.19c-.013-1.362-.346-2.638-.978-3.763c.117-1.273.221-4.996.221-5.03c0-3.103-2.484-5.67-5.539-5.727zm.056%202.675c1.642.03%202.978%201.412%202.978%203.081c0%20.038-.145%204.497-.215%204.883a3.2%203.2%200%200%201-.203.69c.756.89%201.165%202%201.175%203.256c.021%201.555-.681%203.076-1.926%204.16a5.76%205.76%200%200%201-3.8%201.444a6%206%200%200%201-.718-.048a3%203%200%200%201-.172.215a2.97%202.97%200%200%201-2.264%201.038c-1.573%200-2.897-1.255-3.013-2.856l-.008-.122a27%2027%200%200%201%20.005-2.662c.039-.679.06-1.831.062-2.08a3.12%203.12%200%200%201%20.783-2.025c-.237-.835-.312-1.836-.167-3.02l.024-.212c.083-.695.208-1.72.72-2.7c.765-1.473%202.168-2.318%203.848-2.318a4.6%204.6%200%200%201%20.824.07c.546-.5%201.27-.81%202.067-.794%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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