hubspot icon
hubspot from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- hubspot
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the hubspot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 1.332-.389l7.486 5.641A5.97 5.97 0 0 0 15 18c0 1.552.594 2.96 1.56 4.025l-3.044 3.045A2 2 0 0 0 13 25a2 2 0 0 0 0 4a2 2 0 0 0 1.93-2.516l3.209-3.209h.002A6 6 0 0 0 27 18a6 6 0 0 0-5.001-5.91V8.73A2 2 0 0 0 21 5a2 2 0 0 0-1 3.73v3.36a6 6 0 0 0-2.15.812L9.957 6.955A2.5 2.5 0 0 0 7.5 4M21 15c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3"/></svg>
React
import type { SVGProps } from "react";
export function LaHubspot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 1.332-.389l7.486 5.641A5.97 5.97 0 0 0 15 18c0 1.552.594 2.96 1.56 4.025l-3.044 3.045A2 2 0 0 0 13 25a2 2 0 0 0 0 4a2 2 0 0 0 1.93-2.516l3.209-3.209h.002A6 6 0 0 0 27 18a6 6 0 0 0-5.001-5.91V8.73A2 2 0 0 0 21 5a2 2 0 0 0-1 3.73v3.36a6 6 0 0 0-2.15.812L9.957 6.955A2.5 2.5 0 0 0 7.5 4M21 15c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 4a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 1.332-.389l7.486 5.641A5.97 5.97 0 0 0 15 18c0 1.552.594 2.96 1.56 4.025l-3.044 3.045A2 2 0 0 0 13 25a2 2 0 0 0 0 4a2 2 0 0 0 1.93-2.516l3.209-3.209h.002A6 6 0 0 0 27 18a6 6 0 0 0-5.001-5.91V8.73A2 2 0 0 0 21 5a2 2 0 0 0-1 3.73v3.36a6 6 0 0 0-2.15.812L9.957 6.955A2.5 2.5 0 0 0 7.5 4M21 15c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%201.332-.389l7.486%205.641A5.97%205.97%200%200%200%2015%2018c0%201.552.594%202.96%201.56%204.025l-3.044%203.045A2%202%200%200%200%2013%2025a2%202%200%200%200%200%204a2%202%200%200%200%201.93-2.516l3.209-3.209h.002A6%206%200%200%200%2027%2018a6%206%200%200%200-5.001-5.91V8.73A2%202%200%200%200%2021%205a2%202%200%200%200-1%203.73v3.36a6%206%200%200%200-2.15.812L9.957%206.955A2.5%202.5%200%200%200%207.5%204M21%2015c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%204a2.5%202.5%200%200%200%200%205a2.5%202.5%200%200%200%201.332-.389l7.486%205.641A5.97%205.97%200%200%200%2015%2018c0%201.552.594%202.96%201.56%204.025l-3.044%203.045A2%202%200%200%200%2013%2025a2%202%200%200%200%200%204a2%202%200%200%200%201.93-2.516l3.209-3.209h.002A6%206%200%200%200%2027%2018a6%206%200%200%200-5.001-5.91V8.73A2%202%200%200%200%2021%205a2%202%200%200%200-1%203.73v3.36a6%206%200%200%200-2.15.812L9.957%206.955A2.5%202.5%200%200%200%207.5%204M21%2015c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/hubspot.svg?color=%231a73e8&size=48