skill from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
skill
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Use the skill logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff8f00" d="M6 12v1h4v-1zm1 2v1h2v-1zM7 1L5 2L4 4v2l1 2l1 1v1l1 1h2l1-1V9l1-1l1-2V4l-1-2l-2-1v2L7 5H6V4l2-2h1v1v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeSkill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff8f00" d="M6 12v1h4v-1zm1 2v1h2v-1zM7 1L5 2L4 4v2l1 2l1 1v1l1 1h2l1-1V9l1-1l1-2V4l-1-2l-2-1v2L7 5H6V4l2-2h1v1v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff8f00" d="M6 12v1h4v-1zm1 2v1h2v-1zM7 1L5 2L4 4v2l1 2l1 1v1l1 1h2l1-1V9l1-1l1-2V4l-1-2l-2-1v2L7 5H6V4l2-2h1v1v-2z"/></svg>
</template>

CSS

.icon-skill {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff8f00%22%20d%3D%22M6%2012v1h4v-1zm1%202v1h2v-1zM7%201L5%202L4%204v2l1%202l1%201v1l1%201h2l1-1V9l1-1l1-2V4l-1-2l-2-1v2L7%205H6V4l2-2h1v1v-2z%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff8f00%22%20d%3D%22M6%2012v1h4v-1zm1%202v1h2v-1zM7%201L5%202L4%204v2l1%202l1%201v1l1%201h2l1-1V9l1-1l1-2V4l-1-2l-2-1v2L7%205H6V4l2-2h1v1v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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