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

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

The same logo in other sets

Use the lgtm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.008 4.866c-2.914 0-5.377.679-6.995 2.11c-.05-.088-.085-.163-.141-.253c-.17-.273-.328-.583-.828-.89a2.699 2.699 0 0 0-1.014-.387a2.14 2.14 0 0 0-.47-.001l.099-.013c-.91 0-1.442.546-1.788 1.016c-.344.47-.566.999-.71 1.577c-.285 1.155-.289 2.651.81 3.767c.575.588 1.251.863 1.863 1.027c.118.032.223.04.336.063c.399 1.892 1.58 3.492 3.158 4.381v.001h.002c.929.522 1.81.761 2.472 1.014c.924.357 1.9.751 3.036.85l.06.006h.15c1.306 0 2.296-.527 3.152-.855c.655-.25 1.54-.482 2.477-1.008a6.156 6.156 0 0 0 1.196-.88a6.759 6.759 0 0 0 1.967-3.45a3.913 3.913 0 0 0 2.19-1.15c1.098-1.115 1.094-2.611.809-3.766c-.144-.578-.366-1.106-.71-1.577c-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14 2.14 0 0 0-.472.002a2.695 2.695 0 0 0-1.01.385c-.499.307-.658.616-.827.888c-.055.089-.09.163-.139.249c-1.617-1.426-4.076-2.103-6.985-2.103zm.023 1.37c3.557 0 6.013 1.065 7.057 2.97c.63-.243 1.093-1.89 1.612-2.209c.42-.26.665-.195.665-.195c.95 0 1.93 2.797.712 4.032c-.644.657-1.83.842-2.422.795c-.045 1.906-1.155 3.626-2.624 4.45c-.748.42-1.552.64-2.296.924c-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763c-.744-.285-1.548-.51-2.296-.93c-1.46-.824-2.571-2.54-2.616-4.445c-.587.05-1.788-.132-2.436-.794c-1.217-1.235-.238-4.032.712-4.032c0 0 .246-.064.666.195c.521.321.987 1.984 1.62 2.214C6.013 7.3 8.47 6.236 12.032 6.236zm-3.876 2.33a3.053 3.053 0 1 0 0 6.105a3.053 3.053 0 0 0 0-6.105zm7.751 0a3.052 3.052 0 1 0 0 6.105a3.052 3.052 0 0 0 0-6.105zM8.591 10.28a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.313-1.694a.57.57 0 0 0 1.098-.216a.57.57 0 0 0-.547-.57a1.35 1.35 0 0 1 .762-.233zm6.888 0a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.314-1.694a.57.57 0 1 0 .552-.785a1.35 1.35 0 0 1 .762-.234zm-3.959 4.65c-.239.02-.377.146-.377.476c0 .21.138.365.378.365a.143.143 0 0 0 .033-.282c-.022-.005-.13-.044-.13-.136c0-.093 0-.125.183-.15c.078-.012.116-.105.092-.18c-.024-.075-.094-.1-.18-.093zm1.023 0c-.085-.006-.156.018-.18.093c-.024.075.015.168.093.18c.182.025.182.057.182.15c0 .092-.107.131-.13.136a.143.143 0 0 0 .033.282c.24 0 .379-.155.379-.365c0-.33-.139-.456-.377-.476z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLgtm(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="M12.008 4.866c-2.914 0-5.377.679-6.995 2.11c-.05-.088-.085-.163-.141-.253c-.17-.273-.328-.583-.828-.89a2.699 2.699 0 0 0-1.014-.387a2.14 2.14 0 0 0-.47-.001l.099-.013c-.91 0-1.442.546-1.788 1.016c-.344.47-.566.999-.71 1.577c-.285 1.155-.289 2.651.81 3.767c.575.588 1.251.863 1.863 1.027c.118.032.223.04.336.063c.399 1.892 1.58 3.492 3.158 4.381v.001h.002c.929.522 1.81.761 2.472 1.014c.924.357 1.9.751 3.036.85l.06.006h.15c1.306 0 2.296-.527 3.152-.855c.655-.25 1.54-.482 2.477-1.008a6.156 6.156 0 0 0 1.196-.88a6.759 6.759 0 0 0 1.967-3.45a3.913 3.913 0 0 0 2.19-1.15c1.098-1.115 1.094-2.611.809-3.766c-.144-.578-.366-1.106-.71-1.577c-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14 2.14 0 0 0-.472.002a2.695 2.695 0 0 0-1.01.385c-.499.307-.658.616-.827.888c-.055.089-.09.163-.139.249c-1.617-1.426-4.076-2.103-6.985-2.103zm.023 1.37c3.557 0 6.013 1.065 7.057 2.97c.63-.243 1.093-1.89 1.612-2.209c.42-.26.665-.195.665-.195c.95 0 1.93 2.797.712 4.032c-.644.657-1.83.842-2.422.795c-.045 1.906-1.155 3.626-2.624 4.45c-.748.42-1.552.64-2.296.924c-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763c-.744-.285-1.548-.51-2.296-.93c-1.46-.824-2.571-2.54-2.616-4.445c-.587.05-1.788-.132-2.436-.794c-1.217-1.235-.238-4.032.712-4.032c0 0 .246-.064.666.195c.521.321.987 1.984 1.62 2.214C6.013 7.3 8.47 6.236 12.032 6.236zm-3.876 2.33a3.053 3.053 0 1 0 0 6.105a3.053 3.053 0 0 0 0-6.105zm7.751 0a3.052 3.052 0 1 0 0 6.105a3.052 3.052 0 0 0 0-6.105zM8.591 10.28a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.313-1.694a.57.57 0 0 0 1.098-.216a.57.57 0 0 0-.547-.57a1.35 1.35 0 0 1 .762-.233zm6.888 0a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.314-1.694a.57.57 0 1 0 .552-.785a1.35 1.35 0 0 1 .762-.234zm-3.959 4.65c-.239.02-.377.146-.377.476c0 .21.138.365.378.365a.143.143 0 0 0 .033-.282c-.022-.005-.13-.044-.13-.136c0-.093 0-.125.183-.15c.078-.012.116-.105.092-.18c-.024-.075-.094-.1-.18-.093zm1.023 0c-.085-.006-.156.018-.18.093c-.024.075.015.168.093.18c.182.025.182.057.182.15c0 .092-.107.131-.13.136a.143.143 0 0 0 .033.282c.24 0 .379-.155.379-.365c0-.33-.139-.456-.377-.476z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.008 4.866c-2.914 0-5.377.679-6.995 2.11c-.05-.088-.085-.163-.141-.253c-.17-.273-.328-.583-.828-.89a2.699 2.699 0 0 0-1.014-.387a2.14 2.14 0 0 0-.47-.001l.099-.013c-.91 0-1.442.546-1.788 1.016c-.344.47-.566.999-.71 1.577c-.285 1.155-.289 2.651.81 3.767c.575.588 1.251.863 1.863 1.027c.118.032.223.04.336.063c.399 1.892 1.58 3.492 3.158 4.381v.001h.002c.929.522 1.81.761 2.472 1.014c.924.357 1.9.751 3.036.85l.06.006h.15c1.306 0 2.296-.527 3.152-.855c.655-.25 1.54-.482 2.477-1.008a6.156 6.156 0 0 0 1.196-.88a6.759 6.759 0 0 0 1.967-3.45a3.913 3.913 0 0 0 2.19-1.15c1.098-1.115 1.094-2.611.809-3.766c-.144-.578-.366-1.106-.71-1.577c-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14 2.14 0 0 0-.472.002a2.695 2.695 0 0 0-1.01.385c-.499.307-.658.616-.827.888c-.055.089-.09.163-.139.249c-1.617-1.426-4.076-2.103-6.985-2.103zm.023 1.37c3.557 0 6.013 1.065 7.057 2.97c.63-.243 1.093-1.89 1.612-2.209c.42-.26.665-.195.665-.195c.95 0 1.93 2.797.712 4.032c-.644.657-1.83.842-2.422.795c-.045 1.906-1.155 3.626-2.624 4.45c-.748.42-1.552.64-2.296.924c-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763c-.744-.285-1.548-.51-2.296-.93c-1.46-.824-2.571-2.54-2.616-4.445c-.587.05-1.788-.132-2.436-.794c-1.217-1.235-.238-4.032.712-4.032c0 0 .246-.064.666.195c.521.321.987 1.984 1.62 2.214C6.013 7.3 8.47 6.236 12.032 6.236zm-3.876 2.33a3.053 3.053 0 1 0 0 6.105a3.053 3.053 0 0 0 0-6.105zm7.751 0a3.052 3.052 0 1 0 0 6.105a3.052 3.052 0 0 0 0-6.105zM8.591 10.28a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.313-1.694a.57.57 0 0 0 1.098-.216a.57.57 0 0 0-.547-.57a1.35 1.35 0 0 1 .762-.233zm6.888 0a1.357 1.357 0 0 1 0 2.713a1.356 1.356 0 0 1-1.314-1.694a.57.57 0 1 0 .552-.785a1.35 1.35 0 0 1 .762-.234zm-3.959 4.65c-.239.02-.377.146-.377.476c0 .21.138.365.378.365a.143.143 0 0 0 .033-.282c-.022-.005-.13-.044-.13-.136c0-.093 0-.125.183-.15c.078-.012.116-.105.092-.18c-.024-.075-.094-.1-.18-.093zm1.023 0c-.085-.006-.156.018-.18.093c-.024.075.015.168.093.18c.182.025.182.057.182.15c0 .092-.107.131-.13.136a.143.143 0 0 0 .033.282c.24 0 .379-.155.379-.365c0-.33-.139-.456-.377-.476z"/></svg>
</template>

CSS

.icon-lgtm {
  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%22M12.008%204.866c-2.914%200-5.377.679-6.995%202.11c-.05-.088-.085-.163-.141-.253c-.17-.273-.328-.583-.828-.89a2.699%202.699%200%200%200-1.014-.387a2.14%202.14%200%200%200-.47-.001l.099-.013c-.91%200-1.442.546-1.788%201.016c-.344.47-.566.999-.71%201.577c-.285%201.155-.289%202.651.81%203.767c.575.588%201.251.863%201.863%201.027c.118.032.223.04.336.063c.399%201.892%201.58%203.492%203.158%204.381v.001h.002c.929.522%201.81.761%202.472%201.014c.924.357%201.9.751%203.036.85l.06.006h.15c1.306%200%202.296-.527%203.152-.855c.655-.25%201.54-.482%202.477-1.008a6.156%206.156%200%200%200%201.196-.88a6.759%206.759%200%200%200%201.967-3.45a3.913%203.913%200%200%200%202.19-1.15c1.098-1.115%201.094-2.611.809-3.766c-.144-.578-.366-1.106-.71-1.577c-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14%202.14%200%200%200-.472.002a2.695%202.695%200%200%200-1.01.385c-.499.307-.658.616-.827.888c-.055.089-.09.163-.139.249c-1.617-1.426-4.076-2.103-6.985-2.103zm.023%201.37c3.557%200%206.013%201.065%207.057%202.97c.63-.243%201.093-1.89%201.612-2.209c.42-.26.665-.195.665-.195c.95%200%201.93%202.797.712%204.032c-.644.657-1.83.842-2.422.795c-.045%201.906-1.155%203.626-2.624%204.45c-.748.42-1.552.64-2.296.924c-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763c-.744-.285-1.548-.51-2.296-.93c-1.46-.824-2.571-2.54-2.616-4.445c-.587.05-1.788-.132-2.436-.794c-1.217-1.235-.238-4.032.712-4.032c0%200%20.246-.064.666.195c.521.321.987%201.984%201.62%202.214C6.013%207.3%208.47%206.236%2012.032%206.236zm-3.876%202.33a3.053%203.053%200%201%200%200%206.105a3.053%203.053%200%200%200%200-6.105zm7.751%200a3.052%203.052%200%201%200%200%206.105a3.052%203.052%200%200%200%200-6.105zM8.591%2010.28a1.357%201.357%200%200%201%200%202.713a1.356%201.356%200%200%201-1.313-1.694a.57.57%200%200%200%201.098-.216a.57.57%200%200%200-.547-.57a1.35%201.35%200%200%201%20.762-.233zm6.888%200a1.357%201.357%200%200%201%200%202.713a1.356%201.356%200%200%201-1.314-1.694a.57.57%200%201%200%20.552-.785a1.35%201.35%200%200%201%20.762-.234zm-3.959%204.65c-.239.02-.377.146-.377.476c0%20.21.138.365.378.365a.143.143%200%200%200%20.033-.282c-.022-.005-.13-.044-.13-.136c0-.093%200-.125.183-.15c.078-.012.116-.105.092-.18c-.024-.075-.094-.1-.18-.093zm1.023%200c-.085-.006-.156.018-.18.093c-.024.075.015.168.093.18c.182.025.182.057.182.15c0%20.092-.107.131-.13.136a.143.143%200%200%200%20.033.282c.24%200%20.379-.155.379-.365c0-.33-.139-.456-.377-.476z%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%22M12.008%204.866c-2.914%200-5.377.679-6.995%202.11c-.05-.088-.085-.163-.141-.253c-.17-.273-.328-.583-.828-.89a2.699%202.699%200%200%200-1.014-.387a2.14%202.14%200%200%200-.47-.001l.099-.013c-.91%200-1.442.546-1.788%201.016c-.344.47-.566.999-.71%201.577c-.285%201.155-.289%202.651.81%203.767c.575.588%201.251.863%201.863%201.027c.118.032.223.04.336.063c.399%201.892%201.58%203.492%203.158%204.381v.001h.002c.929.522%201.81.761%202.472%201.014c.924.357%201.9.751%203.036.85l.06.006h.15c1.306%200%202.296-.527%203.152-.855c.655-.25%201.54-.482%202.477-1.008a6.156%206.156%200%200%200%201.196-.88a6.759%206.759%200%200%200%201.967-3.45a3.913%203.913%200%200%200%202.19-1.15c1.098-1.115%201.094-2.611.809-3.766c-.144-.578-.366-1.106-.71-1.577c-.345-.47-.879-1.016-1.788-1.016l.1.013a2.14%202.14%200%200%200-.472.002a2.695%202.695%200%200%200-1.01.385c-.499.307-.658.616-.827.888c-.055.089-.09.163-.139.249c-1.617-1.426-4.076-2.103-6.985-2.103zm.023%201.37c3.557%200%206.013%201.065%207.057%202.97c.63-.243%201.093-1.89%201.612-2.209c.42-.26.665-.195.665-.195c.95%200%201.93%202.797.712%204.032c-.644.657-1.83.842-2.422.795c-.045%201.906-1.155%203.626-2.624%204.45c-.748.42-1.552.64-2.296.924c-.921.352-1.786.763-2.662.763h-.092c-.872-.076-1.74-.407-2.662-.763c-.744-.285-1.548-.51-2.296-.93c-1.46-.824-2.571-2.54-2.616-4.445c-.587.05-1.788-.132-2.436-.794c-1.217-1.235-.238-4.032.712-4.032c0%200%20.246-.064.666.195c.521.321.987%201.984%201.62%202.214C6.013%207.3%208.47%206.236%2012.032%206.236zm-3.876%202.33a3.053%203.053%200%201%200%200%206.105a3.053%203.053%200%200%200%200-6.105zm7.751%200a3.052%203.052%200%201%200%200%206.105a3.052%203.052%200%200%200%200-6.105zM8.591%2010.28a1.357%201.357%200%200%201%200%202.713a1.356%201.356%200%200%201-1.313-1.694a.57.57%200%200%200%201.098-.216a.57.57%200%200%200-.547-.57a1.35%201.35%200%200%201%20.762-.233zm6.888%200a1.357%201.357%200%200%201%200%202.713a1.356%201.356%200%200%201-1.314-1.694a.57.57%200%201%200%20.552-.785a1.35%201.35%200%200%201%20.762-.234zm-3.959%204.65c-.239.02-.377.146-.377.476c0%20.21.138.365.378.365a.143.143%200%200%200%20.033-.282c-.022-.005-.13-.044-.13-.136c0-.093%200-.125.183-.15c.078-.012.116-.105.092-.18c-.024-.075-.094-.1-.18-.093zm1.023%200c-.085-.006-.156.018-.18.093c-.024.075.015.168.093.18c.182.025.182.057.182.15c0%20.092-.107.131-.13.136a.143.143%200%200%200%20.033.282c.24%200%20.379-.155.379-.365c0-.33-.139-.456-.377-.476z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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