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

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

The same logo in other sets

Use the lefthook logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.46 18.517l-.103.03L0 16.14l.121-.273c.854-1.973 2.119-3.704 3.771-5.193a22 22 0 0 1 .714-.618l-.278-.526l-.34-.636l-.108-.212l-.073-.139l.067-.14c.744-1.512 1.907-2.36 3.801-2.874c1.156-.303 2.125-.285 2.906.084a17.4 17.4 0 0 1 4.612-1.797l.06-.012L24 13.184l-.097.182a193 193 0 0 1-2.264 4.395c-1.047 1.973-2.784 2.687-5.042 2.36c-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727 1.053Zm-1.168-7.39A14.4 14.4 0 0 0 .799 15.83l3.704 1.67a31 31 0 0 1 3.784-1.107a1649 1649 0 0 0-3.85-2.155l-.279-.158l1.41-2.209l-.671-1.271a21 21 0 0 0-.606.527m2.252 2.941h.006c2.288-.405 4.08-2.221 4.722-3.371a13 13 0 0 0 .35-.557l3.136-5.58a16.6 16.6 0 0 0-4.527 1.96l-.654-.302l.327-.206a4.13 4.13 0 0 0-2.076.109c-1.671.442-2.676 1.162-3.342 2.415l.043.073l.333.635l1.186 2.24a3 3 0 0 0 1.15.012a3.2 3.2 0 0 0 1.544-.648c.853-.69 1.307-1.21 1.343-1.67c.043-.545-.314-1.278-1.313-2.67c1.41.945 2.373 2.458 1.598 3.547v.006a4 4 0 0 1-.26.34a8 8 0 0 1-.987.92a3.84 3.84 0 0 1-1.834.774a4 4 0 0 1-1.156.018l-1.12 1.756l2.996 1.67v-.012c3.087-.163 5.085-2.034 7.016-5.102c-1.477 3.135-3.305 5.145-6.126 5.617a99 99 0 0 1 1.61.908c3.026-.2 4.854-1.859 6.767-4.897c-1.459 3.099-3.141 4.927-5.871 5.399a33 33 0 0 0 .89.484l-.03-.03a14 14 0 0 0 .332.182a25 25 0 0 0 .503.242c3.014-.194 4.697-1.64 6.61-4.68c-1.405 2.985-2.906 4.631-5.43 5.146c1.846.545 3.341.212 4.842-.727c.515-.332 1.75-2.088 3.693-5.278l-7.482-8.026l-3.184 5.678a10.5 10.5 0 0 1-1.822 2.324a5.7 5.7 0 0 1-3.777 1.301z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLefthook(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="m5.46 18.517l-.103.03L0 16.14l.121-.273c.854-1.973 2.119-3.704 3.771-5.193a22 22 0 0 1 .714-.618l-.278-.526l-.34-.636l-.108-.212l-.073-.139l.067-.14c.744-1.512 1.907-2.36 3.801-2.874c1.156-.303 2.125-.285 2.906.084a17.4 17.4 0 0 1 4.612-1.797l.06-.012L24 13.184l-.097.182a193 193 0 0 1-2.264 4.395c-1.047 1.973-2.784 2.687-5.042 2.36c-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727 1.053Zm-1.168-7.39A14.4 14.4 0 0 0 .799 15.83l3.704 1.67a31 31 0 0 1 3.784-1.107a1649 1649 0 0 0-3.85-2.155l-.279-.158l1.41-2.209l-.671-1.271a21 21 0 0 0-.606.527m2.252 2.941h.006c2.288-.405 4.08-2.221 4.722-3.371a13 13 0 0 0 .35-.557l3.136-5.58a16.6 16.6 0 0 0-4.527 1.96l-.654-.302l.327-.206a4.13 4.13 0 0 0-2.076.109c-1.671.442-2.676 1.162-3.342 2.415l.043.073l.333.635l1.186 2.24a3 3 0 0 0 1.15.012a3.2 3.2 0 0 0 1.544-.648c.853-.69 1.307-1.21 1.343-1.67c.043-.545-.314-1.278-1.313-2.67c1.41.945 2.373 2.458 1.598 3.547v.006a4 4 0 0 1-.26.34a8 8 0 0 1-.987.92a3.84 3.84 0 0 1-1.834.774a4 4 0 0 1-1.156.018l-1.12 1.756l2.996 1.67v-.012c3.087-.163 5.085-2.034 7.016-5.102c-1.477 3.135-3.305 5.145-6.126 5.617a99 99 0 0 1 1.61.908c3.026-.2 4.854-1.859 6.767-4.897c-1.459 3.099-3.141 4.927-5.871 5.399a33 33 0 0 0 .89.484l-.03-.03a14 14 0 0 0 .332.182a25 25 0 0 0 .503.242c3.014-.194 4.697-1.64 6.61-4.68c-1.405 2.985-2.906 4.631-5.43 5.146c1.846.545 3.341.212 4.842-.727c.515-.332 1.75-2.088 3.693-5.278l-7.482-8.026l-3.184 5.678a10.5 10.5 0 0 1-1.822 2.324a5.7 5.7 0 0 1-3.777 1.301z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.46 18.517l-.103.03L0 16.14l.121-.273c.854-1.973 2.119-3.704 3.771-5.193a22 22 0 0 1 .714-.618l-.278-.526l-.34-.636l-.108-.212l-.073-.139l.067-.14c.744-1.512 1.907-2.36 3.801-2.874c1.156-.303 2.125-.285 2.906.084a17.4 17.4 0 0 1 4.612-1.797l.06-.012L24 13.184l-.097.182a193 193 0 0 1-2.264 4.395c-1.047 1.973-2.784 2.687-5.042 2.36c-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727 1.053Zm-1.168-7.39A14.4 14.4 0 0 0 .799 15.83l3.704 1.67a31 31 0 0 1 3.784-1.107a1649 1649 0 0 0-3.85-2.155l-.279-.158l1.41-2.209l-.671-1.271a21 21 0 0 0-.606.527m2.252 2.941h.006c2.288-.405 4.08-2.221 4.722-3.371a13 13 0 0 0 .35-.557l3.136-5.58a16.6 16.6 0 0 0-4.527 1.96l-.654-.302l.327-.206a4.13 4.13 0 0 0-2.076.109c-1.671.442-2.676 1.162-3.342 2.415l.043.073l.333.635l1.186 2.24a3 3 0 0 0 1.15.012a3.2 3.2 0 0 0 1.544-.648c.853-.69 1.307-1.21 1.343-1.67c.043-.545-.314-1.278-1.313-2.67c1.41.945 2.373 2.458 1.598 3.547v.006a4 4 0 0 1-.26.34a8 8 0 0 1-.987.92a3.84 3.84 0 0 1-1.834.774a4 4 0 0 1-1.156.018l-1.12 1.756l2.996 1.67v-.012c3.087-.163 5.085-2.034 7.016-5.102c-1.477 3.135-3.305 5.145-6.126 5.617a99 99 0 0 1 1.61.908c3.026-.2 4.854-1.859 6.767-4.897c-1.459 3.099-3.141 4.927-5.871 5.399a33 33 0 0 0 .89.484l-.03-.03a14 14 0 0 0 .332.182a25 25 0 0 0 .503.242c3.014-.194 4.697-1.64 6.61-4.68c-1.405 2.985-2.906 4.631-5.43 5.146c1.846.545 3.341.212 4.842-.727c.515-.332 1.75-2.088 3.693-5.278l-7.482-8.026l-3.184 5.678a10.5 10.5 0 0 1-1.822 2.324a5.7 5.7 0 0 1-3.777 1.301z"/></svg>
</template>

CSS

.icon-lefthook {
  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%22m5.46%2018.517l-.103.03L0%2016.14l.121-.273c.854-1.973%202.119-3.704%203.771-5.193a22%2022%200%200%201%20.714-.618l-.278-.526l-.34-.636l-.108-.212l-.073-.139l.067-.14c.744-1.512%201.907-2.36%203.801-2.874c1.156-.303%202.125-.285%202.906.084a17.4%2017.4%200%200%201%204.612-1.797l.06-.012L24%2013.184l-.097.182a193%20193%200%200%201-2.264%204.395c-1.047%201.973-2.784%202.687-5.042%202.36c-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727%201.053Zm-1.168-7.39A14.4%2014.4%200%200%200%20.799%2015.83l3.704%201.67a31%2031%200%200%201%203.784-1.107a1649%201649%200%200%200-3.85-2.155l-.279-.158l1.41-2.209l-.671-1.271a21%2021%200%200%200-.606.527m2.252%202.941h.006c2.288-.405%204.08-2.221%204.722-3.371a13%2013%200%200%200%20.35-.557l3.136-5.58a16.6%2016.6%200%200%200-4.527%201.96l-.654-.302l.327-.206a4.13%204.13%200%200%200-2.076.109c-1.671.442-2.676%201.162-3.342%202.415l.043.073l.333.635l1.186%202.24a3%203%200%200%200%201.15.012a3.2%203.2%200%200%200%201.544-.648c.853-.69%201.307-1.21%201.343-1.67c.043-.545-.314-1.278-1.313-2.67c1.41.945%202.373%202.458%201.598%203.547v.006a4%204%200%200%201-.26.34a8%208%200%200%201-.987.92a3.84%203.84%200%200%201-1.834.774a4%204%200%200%201-1.156.018l-1.12%201.756l2.996%201.67v-.012c3.087-.163%205.085-2.034%207.016-5.102c-1.477%203.135-3.305%205.145-6.126%205.617a99%2099%200%200%201%201.61.908c3.026-.2%204.854-1.859%206.767-4.897c-1.459%203.099-3.141%204.927-5.871%205.399a33%2033%200%200%200%20.89.484l-.03-.03a14%2014%200%200%200%20.332.182a25%2025%200%200%200%20.503.242c3.014-.194%204.697-1.64%206.61-4.68c-1.405%202.985-2.906%204.631-5.43%205.146c1.846.545%203.341.212%204.842-.727c.515-.332%201.75-2.088%203.693-5.278l-7.482-8.026l-3.184%205.678a10.5%2010.5%200%200%201-1.822%202.324a5.7%205.7%200%200%201-3.777%201.301z%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%22m5.46%2018.517l-.103.03L0%2016.14l.121-.273c.854-1.973%202.119-3.704%203.771-5.193a22%2022%200%200%201%20.714-.618l-.278-.526l-.34-.636l-.108-.212l-.073-.139l.067-.14c.744-1.512%201.907-2.36%203.801-2.874c1.156-.303%202.125-.285%202.906.084a17.4%2017.4%200%200%201%204.612-1.797l.06-.012L24%2013.184l-.097.182a193%20193%200%200%201-2.264%204.395c-1.047%201.973-2.784%202.687-5.042%202.36c-1.695-.242-3.54-1.029-5.75-2.288l-.666-.369c-1.023.151-2.603.502-4.727%201.053Zm-1.168-7.39A14.4%2014.4%200%200%200%20.799%2015.83l3.704%201.67a31%2031%200%200%201%203.784-1.107a1649%201649%200%200%200-3.85-2.155l-.279-.158l1.41-2.209l-.671-1.271a21%2021%200%200%200-.606.527m2.252%202.941h.006c2.288-.405%204.08-2.221%204.722-3.371a13%2013%200%200%200%20.35-.557l3.136-5.58a16.6%2016.6%200%200%200-4.527%201.96l-.654-.302l.327-.206a4.13%204.13%200%200%200-2.076.109c-1.671.442-2.676%201.162-3.342%202.415l.043.073l.333.635l1.186%202.24a3%203%200%200%200%201.15.012a3.2%203.2%200%200%200%201.544-.648c.853-.69%201.307-1.21%201.343-1.67c.043-.545-.314-1.278-1.313-2.67c1.41.945%202.373%202.458%201.598%203.547v.006a4%204%200%200%201-.26.34a8%208%200%200%201-.987.92a3.84%203.84%200%200%201-1.834.774a4%204%200%200%201-1.156.018l-1.12%201.756l2.996%201.67v-.012c3.087-.163%205.085-2.034%207.016-5.102c-1.477%203.135-3.305%205.145-6.126%205.617a99%2099%200%200%201%201.61.908c3.026-.2%204.854-1.859%206.767-4.897c-1.459%203.099-3.141%204.927-5.871%205.399a33%2033%200%200%200%20.89.484l-.03-.03a14%2014%200%200%200%20.332.182a25%2025%200%200%200%20.503.242c3.014-.194%204.697-1.64%206.61-4.68c-1.405%202.985-2.906%204.631-5.43%205.146c1.846.545%203.341.212%204.842-.727c.515-.332%201.75-2.088%203.693-5.278l-7.482-8.026l-3.184%205.678a10.5%2010.5%200%200%201-1.822%202.324a5.7%205.7%200%200%201-3.777%201.301z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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