hubspot icon
hubspot from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- hubspot
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the hubspot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.1 8.6V6.2c.6-.3 1.1-.9 1.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1 0-1.8.8-1.8 1.8v.1c0 .7.4 1.3 1.1 1.6v2.4c-.9.1-1.8.5-2.5 1.1L6.5 4.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5 1.4s.4 2.3 1.5 2.6c.5.1 1.1.1 1.6-.2l6.4 5c-1.2 1.8-1.2 4.1.1 5.9l-2 2c-.2 0-.3-.1-.5-.1c-.9 0-1.7.8-1.7 1.7S8.7 22 9.6 22s1.7-.8 1.7-1.7c0-.2 0-.3-.1-.5l1.9-1.9c2.3 1.7 5.6 1.3 7.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8 7.8c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7"/></svg>
React
import type { SVGProps } from "react";
export function MdiHubspot(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="M17.1 8.6V6.2c.6-.3 1.1-.9 1.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1 0-1.8.8-1.8 1.8v.1c0 .7.4 1.3 1.1 1.6v2.4c-.9.1-1.8.5-2.5 1.1L6.5 4.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5 1.4s.4 2.3 1.5 2.6c.5.1 1.1.1 1.6-.2l6.4 5c-1.2 1.8-1.2 4.1.1 5.9l-2 2c-.2 0-.3-.1-.5-.1c-.9 0-1.7.8-1.7 1.7S8.7 22 9.6 22s1.7-.8 1.7-1.7c0-.2 0-.3-.1-.5l1.9-1.9c2.3 1.7 5.6 1.3 7.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8 7.8c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.1 8.6V6.2c.6-.3 1.1-.9 1.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1 0-1.8.8-1.8 1.8v.1c0 .7.4 1.3 1.1 1.6v2.4c-.9.1-1.8.5-2.5 1.1L6.5 4.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5 1.4s.4 2.3 1.5 2.6c.5.1 1.1.1 1.6-.2l6.4 5c-1.2 1.8-1.2 4.1.1 5.9l-2 2c-.2 0-.3-.1-.5-.1c-.9 0-1.7.8-1.7 1.7S8.7 22 9.6 22s1.7-.8 1.7-1.7c0-.2 0-.3-.1-.5l1.9-1.9c2.3 1.7 5.6 1.3 7.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8 7.8c-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7"/></svg> </template>
CSS
.icon-hubspot {
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%22M17.1%208.6V6.2c.6-.3%201.1-.9%201.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1%200-1.8.8-1.8%201.8v.1c0%20.7.4%201.3%201.1%201.6v2.4c-.9.1-1.8.5-2.5%201.1L6.5%204.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5%201.4s.4%202.3%201.5%202.6c.5.1%201.1.1%201.6-.2l6.4%205c-1.2%201.8-1.2%204.1.1%205.9l-2%202c-.2%200-.3-.1-.5-.1c-.9%200-1.7.8-1.7%201.7S8.7%2022%209.6%2022s1.7-.8%201.7-1.7c0-.2%200-.3-.1-.5l1.9-1.9c2.3%201.7%205.6%201.3%207.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8%207.8c-1.5%200-2.7-1.2-2.7-2.7s1.2-2.7%202.7-2.7s2.7%201.2%202.7%202.7s-1.2%202.7-2.7%202.7%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%22M17.1%208.6V6.2c.6-.3%201.1-.9%201.1-1.6v-.1c0-1-.8-1.8-1.8-1.8h-.1c-1%200-1.8.8-1.8%201.8v.1c0%20.7.4%201.3%201.1%201.6v2.4c-.9.1-1.8.5-2.5%201.1L6.5%204.6c.3-1.1-.4-2.3-1.5-2.5s-2.2.3-2.5%201.4s.4%202.3%201.5%202.6c.5.1%201.1.1%201.6-.2l6.4%205c-1.2%201.8-1.2%204.1.1%205.9l-2%202c-.2%200-.3-.1-.5-.1c-.9%200-1.7.8-1.7%201.7S8.7%2022%209.6%2022s1.7-.8%201.7-1.7c0-.2%200-.3-.1-.5l1.9-1.9c2.3%201.7%205.6%201.3%207.3-1s1.3-5.6-1-7.3c-.6-.5-1.4-.9-2.3-1m-.8%207.8c-1.5%200-2.7-1.2-2.7-2.7s1.2-2.7%202.7-2.7s2.7%201.2%202.7%202.7s-1.2%202.7-2.7%202.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hubspot.svg?color=%231a73e8&size=48