sketchup-dark from Skill Icons by tandpfun · Dark · MIT Free for personal and commercial use.

Name
sketchup-dark
Set
Skill Icons
Style
Dark
Viewbox
256×256
License
MIT

1 other variant in Skill Icons

The same logo in other sets

Use the sketchup logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#e7242d" d="M160.016 19L28 36.204v.997L47.07 151.19l27.102 85.035l139.267-39.657L228 72.348zm-3.539 13.192l54.872 43.125l-48.76 8.768l-29.761-30.972l-82.865 12.069l-7.558-18.095zm-22.523 54.31l28.242 35.23l-45.781 9.745l-10.941-18.833l-42.163 8.212l-7.642-20.517zm-25.343 63.481l10.384 20.435l-42.315 10.537l-7.488-21.966z"/></g></svg>

React

import type { SVGProps } from "react";

export function SkillIconsSketchupDark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#e7242d" d="M160.016 19L28 36.204v.997L47.07 151.19l27.102 85.035l139.267-39.657L228 72.348zm-3.539 13.192l54.872 43.125l-48.76 8.768l-29.761-30.972l-82.865 12.069l-7.558-18.095zm-22.523 54.31l28.242 35.23l-45.781 9.745l-10.941-18.833l-42.163 8.212l-7.642-20.517zm-25.343 63.481l10.384 20.435l-42.315 10.537l-7.488-21.966z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#242938" rx="60"/><path fill="#e7242d" d="M160.016 19L28 36.204v.997L47.07 151.19l27.102 85.035l139.267-39.657L228 72.348zm-3.539 13.192l54.872 43.125l-48.76 8.768l-29.761-30.972l-82.865 12.069l-7.558-18.095zm-22.523 54.31l28.242 35.23l-45.781 9.745l-10.941-18.833l-42.163 8.212l-7.642-20.517zm-25.343 63.481l10.384 20.435l-42.315 10.537l-7.488-21.966z"/></g></svg>
</template>

CSS

.icon-sketchup-dark {
  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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23e7242d%22%20d%3D%22M160.016%2019L28%2036.204v.997L47.07%20151.19l27.102%2085.035l139.267-39.657L228%2072.348zm-3.539%2013.192l54.872%2043.125l-48.76%208.768l-29.761-30.972l-82.865%2012.069l-7.558-18.095zm-22.523%2054.31l28.242%2035.23l-45.781%209.745l-10.941-18.833l-42.163%208.212l-7.642-20.517zm-25.343%2063.481l10.384%2020.435l-42.315%2010.537l-7.488-21.966z%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23242938%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%23e7242d%22%20d%3D%22M160.016%2019L28%2036.204v.997L47.07%20151.19l27.102%2085.035l139.267-39.657L228%2072.348zm-3.539%2013.192l54.872%2043.125l-48.76%208.768l-29.761-30.972l-82.865%2012.069l-7.558-18.095zm-22.523%2054.31l28.242%2035.23l-45.781%209.745l-10.941-18.833l-42.163%208.212l-7.642-20.517zm-25.343%2063.481l10.384%2020.435l-42.315%2010.537l-7.488-21.966z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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