smithery logo
smithery from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- smithery
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the smithery logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.52 3.554l11.345.015c.188 0 1.787-.025 1.83 0a.5.5 0 01.244.238c0 .38.055 2.416-.006 2.65-.026.097-.122.183-.186.235-.226.187-.495.325-.736.48-.502.323-1.001.652-1.498.988l-2.579 1.668c-.56.36-1.154.7-1.698 1.094a.621.621 0 00-.158.15c-.845.034-1.696.009-2.543.009h-4.239l-.003-.032c-.054-.508-.021-1.196-.021-1.73V5.96c0-.205-.014-2.283.015-2.322.053-.07.161-.072.233-.083zM10.583 13.998c.854-.025 1.714 0 2.568 0 1.053 0 2.109-.019 3.162-.004.037 0 .112-.004.142.02.094.077.207.279.292.388l.877 1.105c.485.616.981 1.221 1.472 1.83.223.275.451.545.667.83.053.07.139.172.158.267.042.2.015.544.015.759.001.546 0 1.093-.005 1.64-.027.058-.054.12-.092.169a.326.326 0 01-.172.12c-.257.051-.673.013-.95.013h-2.03v-2.708l-.443-.567c-.129-.168-.256-.351-.397-.503H12.96c-.552-.001-1.104-.01-1.655.003-.104.108-.194.25-.288.37-.17.22-.35.427-.51.66l.001 2.745c-1.022 0-2.048.024-3.07-.006a.462.462 0 01-.21-.29c-.064-.233-.02-.773-.022-1.041 0-.294-.037-1.197.028-1.412.037-.122.146-.253.216-.347.205-.279.43-.538.641-.809l1.873-2.382c.176-.225.516-.575.62-.85zM8.82 5.162c.105 0 .21-.001.314-.005l.002 5.97c-1.813-.043-3.67-.79-5.255-1.896-.433-.302-.835-.654-1.253-.985A41.094 41.094 0 01.702 6.323C.5 6.108.233 5.875.08 5.605a.285.285 0 01-.038-.202c.018-.106.101-.173.17-.222l6.053-.001 1.712-.001c.272 0 .577.034.844-.017z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubSmithery(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" fillRule="evenodd" d="M10.52 3.554l11.345.015c.188 0 1.787-.025 1.83 0a.5.5 0 01.244.238c0 .38.055 2.416-.006 2.65-.026.097-.122.183-.186.235-.226.187-.495.325-.736.48-.502.323-1.001.652-1.498.988l-2.579 1.668c-.56.36-1.154.7-1.698 1.094a.621.621 0 00-.158.15c-.845.034-1.696.009-2.543.009h-4.239l-.003-.032c-.054-.508-.021-1.196-.021-1.73V5.96c0-.205-.014-2.283.015-2.322.053-.07.161-.072.233-.083zM10.583 13.998c.854-.025 1.714 0 2.568 0 1.053 0 2.109-.019 3.162-.004.037 0 .112-.004.142.02.094.077.207.279.292.388l.877 1.105c.485.616.981 1.221 1.472 1.83.223.275.451.545.667.83.053.07.139.172.158.267.042.2.015.544.015.759.001.546 0 1.093-.005 1.64-.027.058-.054.12-.092.169a.326.326 0 01-.172.12c-.257.051-.673.013-.95.013h-2.03v-2.708l-.443-.567c-.129-.168-.256-.351-.397-.503H12.96c-.552-.001-1.104-.01-1.655.003-.104.108-.194.25-.288.37-.17.22-.35.427-.51.66l.001 2.745c-1.022 0-2.048.024-3.07-.006a.462.462 0 01-.21-.29c-.064-.233-.02-.773-.022-1.041 0-.294-.037-1.197.028-1.412.037-.122.146-.253.216-.347.205-.279.43-.538.641-.809l1.873-2.382c.176-.225.516-.575.62-.85zM8.82 5.162c.105 0 .21-.001.314-.005l.002 5.97c-1.813-.043-3.67-.79-5.255-1.896-.433-.302-.835-.654-1.253-.985A41.094 41.094 0 01.702 6.323C.5 6.108.233 5.875.08 5.605a.285.285 0 01-.038-.202c.018-.106.101-.173.17-.222l6.053-.001 1.712-.001c.272 0 .577.034.844-.017z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.52 3.554l11.345.015c.188 0 1.787-.025 1.83 0a.5.5 0 01.244.238c0 .38.055 2.416-.006 2.65-.026.097-.122.183-.186.235-.226.187-.495.325-.736.48-.502.323-1.001.652-1.498.988l-2.579 1.668c-.56.36-1.154.7-1.698 1.094a.621.621 0 00-.158.15c-.845.034-1.696.009-2.543.009h-4.239l-.003-.032c-.054-.508-.021-1.196-.021-1.73V5.96c0-.205-.014-2.283.015-2.322.053-.07.161-.072.233-.083zM10.583 13.998c.854-.025 1.714 0 2.568 0 1.053 0 2.109-.019 3.162-.004.037 0 .112-.004.142.02.094.077.207.279.292.388l.877 1.105c.485.616.981 1.221 1.472 1.83.223.275.451.545.667.83.053.07.139.172.158.267.042.2.015.544.015.759.001.546 0 1.093-.005 1.64-.027.058-.054.12-.092.169a.326.326 0 01-.172.12c-.257.051-.673.013-.95.013h-2.03v-2.708l-.443-.567c-.129-.168-.256-.351-.397-.503H12.96c-.552-.001-1.104-.01-1.655.003-.104.108-.194.25-.288.37-.17.22-.35.427-.51.66l.001 2.745c-1.022 0-2.048.024-3.07-.006a.462.462 0 01-.21-.29c-.064-.233-.02-.773-.022-1.041 0-.294-.037-1.197.028-1.412.037-.122.146-.253.216-.347.205-.279.43-.538.641-.809l1.873-2.382c.176-.225.516-.575.62-.85zM8.82 5.162c.105 0 .21-.001.314-.005l.002 5.97c-1.813-.043-3.67-.79-5.255-1.896-.433-.302-.835-.654-1.253-.985A41.094 41.094 0 01.702 6.323C.5 6.108.233 5.875.08 5.605a.285.285 0 01-.038-.202c.018-.106.101-.173.17-.222l6.053-.001 1.712-.001c.272 0 .577.034.844-.017z"/></svg> </template>
CSS
.icon-smithery {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.52%203.554l11.345.015c.188%200%201.787-.025%201.83%200a.5.5%200%2001.244.238c0%20.38.055%202.416-.006%202.65-.026.097-.122.183-.186.235-.226.187-.495.325-.736.48-.502.323-1.001.652-1.498.988l-2.579%201.668c-.56.36-1.154.7-1.698%201.094a.621.621%200%2000-.158.15c-.845.034-1.696.009-2.543.009h-4.239l-.003-.032c-.054-.508-.021-1.196-.021-1.73V5.96c0-.205-.014-2.283.015-2.322.053-.07.161-.072.233-.083zM10.583%2013.998c.854-.025%201.714%200%202.568%200%201.053%200%202.109-.019%203.162-.004.037%200%20.112-.004.142.02.094.077.207.279.292.388l.877%201.105c.485.616.981%201.221%201.472%201.83.223.275.451.545.667.83.053.07.139.172.158.267.042.2.015.544.015.759.001.546%200%201.093-.005%201.64-.027.058-.054.12-.092.169a.326.326%200%2001-.172.12c-.257.051-.673.013-.95.013h-2.03v-2.708l-.443-.567c-.129-.168-.256-.351-.397-.503H12.96c-.552-.001-1.104-.01-1.655.003-.104.108-.194.25-.288.37-.17.22-.35.427-.51.66l.001%202.745c-1.022%200-2.048.024-3.07-.006a.462.462%200%2001-.21-.29c-.064-.233-.02-.773-.022-1.041%200-.294-.037-1.197.028-1.412.037-.122.146-.253.216-.347.205-.279.43-.538.641-.809l1.873-2.382c.176-.225.516-.575.62-.85zM8.82%205.162c.105%200%20.21-.001.314-.005l.002%205.97c-1.813-.043-3.67-.79-5.255-1.896-.433-.302-.835-.654-1.253-.985A41.094%2041.094%200%2001.702%206.323C.5%206.108.233%205.875.08%205.605a.285.285%200%2001-.038-.202c.018-.106.101-.173.17-.222l6.053-.001%201.712-.001c.272%200%20.577.034.844-.017z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.52%203.554l11.345.015c.188%200%201.787-.025%201.83%200a.5.5%200%2001.244.238c0%20.38.055%202.416-.006%202.65-.026.097-.122.183-.186.235-.226.187-.495.325-.736.48-.502.323-1.001.652-1.498.988l-2.579%201.668c-.56.36-1.154.7-1.698%201.094a.621.621%200%2000-.158.15c-.845.034-1.696.009-2.543.009h-4.239l-.003-.032c-.054-.508-.021-1.196-.021-1.73V5.96c0-.205-.014-2.283.015-2.322.053-.07.161-.072.233-.083zM10.583%2013.998c.854-.025%201.714%200%202.568%200%201.053%200%202.109-.019%203.162-.004.037%200%20.112-.004.142.02.094.077.207.279.292.388l.877%201.105c.485.616.981%201.221%201.472%201.83.223.275.451.545.667.83.053.07.139.172.158.267.042.2.015.544.015.759.001.546%200%201.093-.005%201.64-.027.058-.054.12-.092.169a.326.326%200%2001-.172.12c-.257.051-.673.013-.95.013h-2.03v-2.708l-.443-.567c-.129-.168-.256-.351-.397-.503H12.96c-.552-.001-1.104-.01-1.655.003-.104.108-.194.25-.288.37-.17.22-.35.427-.51.66l.001%202.745c-1.022%200-2.048.024-3.07-.006a.462.462%200%2001-.21-.29c-.064-.233-.02-.773-.022-1.041%200-.294-.037-1.197.028-1.412.037-.122.146-.253.216-.347.205-.279.43-.538.641-.809l1.873-2.382c.176-.225.516-.575.62-.85zM8.82%205.162c.105%200%20.21-.001.314-.005l.002%205.97c-1.813-.043-3.67-.79-5.255-1.896-.433-.302-.835-.654-1.253-.985A41.094%2041.094%200%2001.702%206.323C.5%206.108.233%205.875.08%205.605a.285.285%200%2001-.038-.202c.018-.106.101-.173.17-.222l6.053-.001%201.712-.001c.272%200%20.577.034.844-.017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/smithery.svg?color=%231a73e8&size=48