hootsuite logo
hootsuite from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- hootsuite
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the hootsuite logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.417 11.14c.505.75.28 1.572-.38 2.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343 2.012.407m5.017-.274c-.66.444-.884 1.266-.379 2.016c.506.75 1.352.852 2.012.407c.66-.444.884-1.266.379-2.016c-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03 6.638l.236.272c2.224 2.613 3.591 6.409 4.247 8.606a4.36 4.36 0 0 1-.638 3.8C21.449 21.295 18.398 24 12.369 24c-6.58 0-10-3.25-11.644-5.251a3.12 3.12 0 0 1-.51-3.067c.909-2.444 2.766-7.126 4.257-8.825a13.2 13.2 0 0 1 2.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077 3.006q.571-.1 1.13-.1c1.407 0 2.737.307 4.074 1.084l7.744-.695c.266-.024.378.331.147.464zm-8.218 13.656a4.13 4.13 0 0 1-3.316-.232c-.073-.037-.143.055-.087.115c.457.49 1.273 1.35 1.766 1.775a.253.253 0 0 0 .35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156l-1.796-2.018a.34.34 0 0 0-.513.008l-1.44 1.716a.18.18 0 0 0 .031.262c.333.239 1.148.76 1.942.76c.734 0 1.402-.285 1.724-.447a.18.18 0 0 0 .052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808 1.07c-.45.268-1.02.231-1.432-.091L11.819 7.82a4.7 4.7 0 0 0-1.776-.858c-2.698-.638-4.532.78-5.914 3.44c-1.32 2.539-.583 6.184 2.672 7.05c3.438.914 5.71-2.903 6.618-4.175a.44.44 0 0 1 .712-.002c1.408 1.916 3.306 3.968 5.34 3.557c2.656-.535 2.342-3.905 1.512-5.7c-.735-1.588-1.83-3.074-3.49-3.262z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsHootsuite(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="M11.417 11.14c.505.75.28 1.572-.38 2.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343 2.012.407m5.017-.274c-.66.444-.884 1.266-.379 2.016c.506.75 1.352.852 2.012.407c.66-.444.884-1.266.379-2.016c-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03 6.638l.236.272c2.224 2.613 3.591 6.409 4.247 8.606a4.36 4.36 0 0 1-.638 3.8C21.449 21.295 18.398 24 12.369 24c-6.58 0-10-3.25-11.644-5.251a3.12 3.12 0 0 1-.51-3.067c.909-2.444 2.766-7.126 4.257-8.825a13.2 13.2 0 0 1 2.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077 3.006q.571-.1 1.13-.1c1.407 0 2.737.307 4.074 1.084l7.744-.695c.266-.024.378.331.147.464zm-8.218 13.656a4.13 4.13 0 0 1-3.316-.232c-.073-.037-.143.055-.087.115c.457.49 1.273 1.35 1.766 1.775a.253.253 0 0 0 .35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156l-1.796-2.018a.34.34 0 0 0-.513.008l-1.44 1.716a.18.18 0 0 0 .031.262c.333.239 1.148.76 1.942.76c.734 0 1.402-.285 1.724-.447a.18.18 0 0 0 .052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808 1.07c-.45.268-1.02.231-1.432-.091L11.819 7.82a4.7 4.7 0 0 0-1.776-.858c-2.698-.638-4.532.78-5.914 3.44c-1.32 2.539-.583 6.184 2.672 7.05c3.438.914 5.71-2.903 6.618-4.175a.44.44 0 0 1 .712-.002c1.408 1.916 3.306 3.968 5.34 3.557c2.656-.535 2.342-3.905 1.512-5.7c-.735-1.588-1.83-3.074-3.49-3.262z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.417 11.14c.505.75.28 1.572-.38 2.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343 2.012.407m5.017-.274c-.66.444-.884 1.266-.379 2.016c.506.75 1.352.852 2.012.407c.66-.444.884-1.266.379-2.016c-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03 6.638l.236.272c2.224 2.613 3.591 6.409 4.247 8.606a4.36 4.36 0 0 1-.638 3.8C21.449 21.295 18.398 24 12.369 24c-6.58 0-10-3.25-11.644-5.251a3.12 3.12 0 0 1-.51-3.067c.909-2.444 2.766-7.126 4.257-8.825a13.2 13.2 0 0 1 2.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077 3.006q.571-.1 1.13-.1c1.407 0 2.737.307 4.074 1.084l7.744-.695c.266-.024.378.331.147.464zm-8.218 13.656a4.13 4.13 0 0 1-3.316-.232c-.073-.037-.143.055-.087.115c.457.49 1.273 1.35 1.766 1.775a.253.253 0 0 0 .35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156l-1.796-2.018a.34.34 0 0 0-.513.008l-1.44 1.716a.18.18 0 0 0 .031.262c.333.239 1.148.76 1.942.76c.734 0 1.402-.285 1.724-.447a.18.18 0 0 0 .052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808 1.07c-.45.268-1.02.231-1.432-.091L11.819 7.82a4.7 4.7 0 0 0-1.776-.858c-2.698-.638-4.532.78-5.914 3.44c-1.32 2.539-.583 6.184 2.672 7.05c3.438.914 5.71-2.903 6.618-4.175a.44.44 0 0 1 .712-.002c1.408 1.916 3.306 3.968 5.34 3.557c2.656-.535 2.342-3.905 1.512-5.7c-.735-1.588-1.83-3.074-3.49-3.262z"/></svg> </template>
CSS
.icon-hootsuite {
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%22M11.417%2011.14c.505.75.28%201.572-.38%202.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343%202.012.407m5.017-.274c-.66.444-.884%201.266-.379%202.016c.506.75%201.352.852%202.012.407c.66-.444.884-1.266.379-2.016c-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03%206.638l.236.272c2.224%202.613%203.591%206.409%204.247%208.606a4.36%204.36%200%200%201-.638%203.8C21.449%2021.295%2018.398%2024%2012.369%2024c-6.58%200-10-3.25-11.644-5.251a3.12%203.12%200%200%201-.51-3.067c.909-2.444%202.766-7.126%204.257-8.825a13.2%2013.2%200%200%201%202.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077%203.006q.571-.1%201.13-.1c1.407%200%202.737.307%204.074%201.084l7.744-.695c.266-.024.378.331.147.464zm-8.218%2013.656a4.13%204.13%200%200%201-3.316-.232c-.073-.037-.143.055-.087.115c.457.49%201.273%201.35%201.766%201.775a.253.253%200%200%200%20.35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156l-1.796-2.018a.34.34%200%200%200-.513.008l-1.44%201.716a.18.18%200%200%200%20.031.262c.333.239%201.148.76%201.942.76c.734%200%201.402-.285%201.724-.447a.18.18%200%200%200%20.052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808%201.07c-.45.268-1.02.231-1.432-.091L11.819%207.82a4.7%204.7%200%200%200-1.776-.858c-2.698-.638-4.532.78-5.914%203.44c-1.32%202.539-.583%206.184%202.672%207.05c3.438.914%205.71-2.903%206.618-4.175a.44.44%200%200%201%20.712-.002c1.408%201.916%203.306%203.968%205.34%203.557c2.656-.535%202.342-3.905%201.512-5.7c-.735-1.588-1.83-3.074-3.49-3.262z%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%22M11.417%2011.14c.505.75.28%201.572-.38%202.017s-1.505.343-2.01-.407c-.506-.75-.282-1.572.378-2.017s1.506-.343%202.012.407m5.017-.274c-.66.444-.884%201.266-.379%202.016c.506.75%201.352.852%202.012.407c.66-.444.884-1.266.379-2.016c-.506-.75-1.352-.852-2.012-.407m7.422-7.086L19.03%206.638l.236.272c2.224%202.613%203.591%206.409%204.247%208.606a4.36%204.36%200%200%201-.638%203.8C21.449%2021.295%2018.398%2024%2012.369%2024c-6.58%200-10-3.25-11.644-5.251a3.12%203.12%200%200%201-.51-3.067c.909-2.444%202.766-7.126%204.257-8.825a13.2%2013.2%200%200%201%202.897-2.478L2.4.534c-.27-.208-.034-.632.285-.513l8.077%203.006q.571-.1%201.13-.1c1.407%200%202.737.307%204.074%201.084l7.744-.695c.266-.024.378.331.147.464zm-8.218%2013.656a4.13%204.13%200%200%201-3.316-.232c-.073-.037-.143.055-.087.115c.457.49%201.273%201.35%201.766%201.775a.253.253%200%200%200%20.35-.023l1.369-1.512c.053-.059-.008-.15-.082-.123m.24-1.156l-1.796-2.018a.34.34%200%200%200-.513.008l-1.44%201.716a.18.18%200%200%200%20.031.262c.333.239%201.148.76%201.942.76c.734%200%201.402-.285%201.724-.447a.18.18%200%200%200%20.052-.281m1.616-8.409c-.3-.034-.603.035-.862.188l-1.808%201.07c-.45.268-1.02.231-1.432-.091L11.819%207.82a4.7%204.7%200%200%200-1.776-.858c-2.698-.638-4.532.78-5.914%203.44c-1.32%202.539-.583%206.184%202.672%207.05c3.438.914%205.71-2.903%206.618-4.175a.44.44%200%200%201%20.712-.002c1.408%201.916%203.306%203.968%205.34%203.557c2.656-.535%202.342-3.905%201.512-5.7c-.735-1.588-1.83-3.074-3.49-3.262z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/hootsuite.svg?color=%231a73e8&size=48