hcl logo
hcl from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- hcl
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the hcl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.397 10.401l-1.097 2.44H24l-.343.763h-6.363l1.433-3.203zm-6.399 1.09h2.464c-.016-.538-.536-.911-1.568-1.06c-2.034-.299-4.235-.171-5.802.694c-1.234.686-1.329 1.718-.099 2.223c1.036.422 3.211.466 4.767.201c1.008-.17 1.778-.502 2.21-.997h-2.516c-.326.25-.753.376-1.25.38c-1.412.01-1.599-.418-1.352-.91c.293-.58.907-.897 1.844-.922c.738-.02 1.103.144 1.302.39M0 13.608h2.604l.558-1.28h2.553l-.573 1.278h2.635l1.445-3.203H6.57l-.477 1.08h-2.55l.483-1.08H1.447Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsHcl(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="m21.397 10.401l-1.097 2.44H24l-.343.763h-6.363l1.433-3.203zm-6.399 1.09h2.464c-.016-.538-.536-.911-1.568-1.06c-2.034-.299-4.235-.171-5.802.694c-1.234.686-1.329 1.718-.099 2.223c1.036.422 3.211.466 4.767.201c1.008-.17 1.778-.502 2.21-.997h-2.516c-.326.25-.753.376-1.25.38c-1.412.01-1.599-.418-1.352-.91c.293-.58.907-.897 1.844-.922c.738-.02 1.103.144 1.302.39M0 13.608h2.604l.558-1.28h2.553l-.573 1.278h2.635l1.445-3.203H6.57l-.477 1.08h-2.55l.483-1.08H1.447Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.397 10.401l-1.097 2.44H24l-.343.763h-6.363l1.433-3.203zm-6.399 1.09h2.464c-.016-.538-.536-.911-1.568-1.06c-2.034-.299-4.235-.171-5.802.694c-1.234.686-1.329 1.718-.099 2.223c1.036.422 3.211.466 4.767.201c1.008-.17 1.778-.502 2.21-.997h-2.516c-.326.25-.753.376-1.25.38c-1.412.01-1.599-.418-1.352-.91c.293-.58.907-.897 1.844-.922c.738-.02 1.103.144 1.302.39M0 13.608h2.604l.558-1.28h2.553l-.573 1.278h2.635l1.445-3.203H6.57l-.477 1.08h-2.55l.483-1.08H1.447Z"/></svg> </template>
CSS
.icon-hcl {
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%22m21.397%2010.401l-1.097%202.44H24l-.343.763h-6.363l1.433-3.203zm-6.399%201.09h2.464c-.016-.538-.536-.911-1.568-1.06c-2.034-.299-4.235-.171-5.802.694c-1.234.686-1.329%201.718-.099%202.223c1.036.422%203.211.466%204.767.201c1.008-.17%201.778-.502%202.21-.997h-2.516c-.326.25-.753.376-1.25.38c-1.412.01-1.599-.418-1.352-.91c.293-.58.907-.897%201.844-.922c.738-.02%201.103.144%201.302.39M0%2013.608h2.604l.558-1.28h2.553l-.573%201.278h2.635l1.445-3.203H6.57l-.477%201.08h-2.55l.483-1.08H1.447Z%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%22m21.397%2010.401l-1.097%202.44H24l-.343.763h-6.363l1.433-3.203zm-6.399%201.09h2.464c-.016-.538-.536-.911-1.568-1.06c-2.034-.299-4.235-.171-5.802.694c-1.234.686-1.329%201.718-.099%202.223c1.036.422%203.211.466%204.767.201c1.008-.17%201.778-.502%202.21-.997h-2.516c-.326.25-.753.376-1.25.38c-1.412.01-1.599-.418-1.352-.91c.293-.58.907-.897%201.844-.922c.738-.02%201.103.144%201.302.39M0%2013.608h2.604l.558-1.28h2.553l-.573%201.278h2.635l1.445-3.203H6.57l-.477%201.08h-2.55l.483-1.08H1.447Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/hcl.svg?color=%231a73e8&size=48