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

Name
husky
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the husky logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13.083 2.937c1.003.4 1.4 1.98.875 3.539c-.519 1.552-1.745 2.497-2.752 2.104c-1-.389-1.404-1.972-.888-3.536c.512-1.557 1.753-2.493 2.765-2.107m5.61 3.239c.848.688.65 2.227-.426 3.457c-1.105 1.225-2.67 1.67-3.514.995c-.853-.68-.647-2.215.445-3.436c1.09-1.234 2.654-1.68 3.495-1.016M6.801 4.122c1.117.132 1.93 1.533 1.863 3.116c-.12 1.584-1.075 2.769-2.184 2.641c-1.108-.127-1.918-1.515-1.827-3.105c.092-1.59 1.068-2.773 2.148-2.652m14.124 8.155c.646.875.11 2.312-1.222 3.186s-2.938.867-3.603-.03c-.664-.896-.116-2.316 1.196-3.212c1.338-.849 2.957-.845 3.63.056m-6.195 7.702c-.394.756-1.43 1.245-2.282 1.162c-1.776-.168-2.67-2.462-4.23-3.364c-1.562-.901-4.043-.482-5.02-1.977c-.564-.838-.516-2.17.075-2.959c.816-1.088 2.583-.904 3.909-1.28c1.745-.467 3.73-2.093 5.308-1.183c1.569.906 1.218 3.434 1.62 5.184c.319 1.46 1.304 3.106.62 4.417"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeHusky(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13.083 2.937c1.003.4 1.4 1.98.875 3.539c-.519 1.552-1.745 2.497-2.752 2.104c-1-.389-1.404-1.972-.888-3.536c.512-1.557 1.753-2.493 2.765-2.107m5.61 3.239c.848.688.65 2.227-.426 3.457c-1.105 1.225-2.67 1.67-3.514.995c-.853-.68-.647-2.215.445-3.436c1.09-1.234 2.654-1.68 3.495-1.016M6.801 4.122c1.117.132 1.93 1.533 1.863 3.116c-.12 1.584-1.075 2.769-2.184 2.641c-1.108-.127-1.918-1.515-1.827-3.105c.092-1.59 1.068-2.773 2.148-2.652m14.124 8.155c.646.875.11 2.312-1.222 3.186s-2.938.867-3.603-.03c-.664-.896-.116-2.316 1.196-3.212c1.338-.849 2.957-.845 3.63.056m-6.195 7.702c-.394.756-1.43 1.245-2.282 1.162c-1.776-.168-2.67-2.462-4.23-3.364c-1.562-.901-4.043-.482-5.02-1.977c-.564-.838-.516-2.17.075-2.959c.816-1.088 2.583-.904 3.909-1.28c1.745-.467 3.73-2.093 5.308-1.183c1.569.906 1.218 3.434 1.62 5.184c.319 1.46 1.304 3.106.62 4.417"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M13.083 2.937c1.003.4 1.4 1.98.875 3.539c-.519 1.552-1.745 2.497-2.752 2.104c-1-.389-1.404-1.972-.888-3.536c.512-1.557 1.753-2.493 2.765-2.107m5.61 3.239c.848.688.65 2.227-.426 3.457c-1.105 1.225-2.67 1.67-3.514.995c-.853-.68-.647-2.215.445-3.436c1.09-1.234 2.654-1.68 3.495-1.016M6.801 4.122c1.117.132 1.93 1.533 1.863 3.116c-.12 1.584-1.075 2.769-2.184 2.641c-1.108-.127-1.918-1.515-1.827-3.105c.092-1.59 1.068-2.773 2.148-2.652m14.124 8.155c.646.875.11 2.312-1.222 3.186s-2.938.867-3.603-.03c-.664-.896-.116-2.316 1.196-3.212c1.338-.849 2.957-.845 3.63.056m-6.195 7.702c-.394.756-1.43 1.245-2.282 1.162c-1.776-.168-2.67-2.462-4.23-3.364c-1.562-.901-4.043-.482-5.02-1.977c-.564-.838-.516-2.17.075-2.959c.816-1.088 2.583-.904 3.909-1.28c1.745-.467 3.73-2.093 5.308-1.183c1.569.906 1.218 3.434 1.62 5.184c.319 1.46 1.304 3.106.62 4.417"/></svg>
</template>

CSS

.icon-husky {
  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%22%2390a4ae%22%20d%3D%22M13.083%202.937c1.003.4%201.4%201.98.875%203.539c-.519%201.552-1.745%202.497-2.752%202.104c-1-.389-1.404-1.972-.888-3.536c.512-1.557%201.753-2.493%202.765-2.107m5.61%203.239c.848.688.65%202.227-.426%203.457c-1.105%201.225-2.67%201.67-3.514.995c-.853-.68-.647-2.215.445-3.436c1.09-1.234%202.654-1.68%203.495-1.016M6.801%204.122c1.117.132%201.93%201.533%201.863%203.116c-.12%201.584-1.075%202.769-2.184%202.641c-1.108-.127-1.918-1.515-1.827-3.105c.092-1.59%201.068-2.773%202.148-2.652m14.124%208.155c.646.875.11%202.312-1.222%203.186s-2.938.867-3.603-.03c-.664-.896-.116-2.316%201.196-3.212c1.338-.849%202.957-.845%203.63.056m-6.195%207.702c-.394.756-1.43%201.245-2.282%201.162c-1.776-.168-2.67-2.462-4.23-3.364c-1.562-.901-4.043-.482-5.02-1.977c-.564-.838-.516-2.17.075-2.959c.816-1.088%202.583-.904%203.909-1.28c1.745-.467%203.73-2.093%205.308-1.183c1.569.906%201.218%203.434%201.62%205.184c.319%201.46%201.304%203.106.62%204.417%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%22%2390a4ae%22%20d%3D%22M13.083%202.937c1.003.4%201.4%201.98.875%203.539c-.519%201.552-1.745%202.497-2.752%202.104c-1-.389-1.404-1.972-.888-3.536c.512-1.557%201.753-2.493%202.765-2.107m5.61%203.239c.848.688.65%202.227-.426%203.457c-1.105%201.225-2.67%201.67-3.514.995c-.853-.68-.647-2.215.445-3.436c1.09-1.234%202.654-1.68%203.495-1.016M6.801%204.122c1.117.132%201.93%201.533%201.863%203.116c-.12%201.584-1.075%202.769-2.184%202.641c-1.108-.127-1.918-1.515-1.827-3.105c.092-1.59%201.068-2.773%202.148-2.652m14.124%208.155c.646.875.11%202.312-1.222%203.186s-2.938.867-3.603-.03c-.664-.896-.116-2.316%201.196-3.212c1.338-.849%202.957-.845%203.63.056m-6.195%207.702c-.394.756-1.43%201.245-2.282%201.162c-1.776-.168-2.67-2.462-4.23-3.364c-1.562-.901-4.043-.482-5.02-1.977c-.564-.838-.516-2.17.075-2.959c.816-1.088%202.583-.904%203.909-1.28c1.745-.467%203.73-2.093%205.308-1.183c1.569.906%201.218%203.434%201.62%205.184c.319%201.46%201.304%203.106.62%204.417%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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