houdini from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
houdini
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the houdini logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 19.635V24h3.824A8.66 8.66 0 0 1 0 19.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483 6.873 1.801 8.136 0 10.005v4.209c1.224-3.549 4.595-5.158 7.419-5.128c3.531.041 6.251 2.703 6.275 5.72c0 2.878-1.183 4.992-4.436 5.516c-1.774.296-4.548-.754-4.436-3.434c.065-1.381 1.138-2.162 2.366-2.106c-1.207 1.618.39 2.801 1.52 2.561a2.51 2.51 0 0 0 1.966-2.502c0-1.017-.958-2.662-3.333-2.6c-2.936.068-4.785 2.183-4.85 4.797c-.071 3.28 3.007 5.457 6.174 5.483c4.633.059 7.395-2.984 7.377-7.441M0 0v6.906a12.86 12.86 0 0 1 7.931-2.609c6.801 0 11.134 4.762 11.131 10.765c0 4.17-1.946 7.308-4.995 8.938H24V0z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsHoudini(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="M0 19.635V24h3.824A8.66 8.66 0 0 1 0 19.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483 6.873 1.801 8.136 0 10.005v4.209c1.224-3.549 4.595-5.158 7.419-5.128c3.531.041 6.251 2.703 6.275 5.72c0 2.878-1.183 4.992-4.436 5.516c-1.774.296-4.548-.754-4.436-3.434c.065-1.381 1.138-2.162 2.366-2.106c-1.207 1.618.39 2.801 1.52 2.561a2.51 2.51 0 0 0 1.966-2.502c0-1.017-.958-2.662-3.333-2.6c-2.936.068-4.785 2.183-4.85 4.797c-.071 3.28 3.007 5.457 6.174 5.483c4.633.059 7.395-2.984 7.377-7.441M0 0v6.906a12.86 12.86 0 0 1 7.931-2.609c6.801 0 11.134 4.762 11.131 10.765c0 4.17-1.946 7.308-4.995 8.938H24V0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 19.635V24h3.824A8.66 8.66 0 0 1 0 19.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483 6.873 1.801 8.136 0 10.005v4.209c1.224-3.549 4.595-5.158 7.419-5.128c3.531.041 6.251 2.703 6.275 5.72c0 2.878-1.183 4.992-4.436 5.516c-1.774.296-4.548-.754-4.436-3.434c.065-1.381 1.138-2.162 2.366-2.106c-1.207 1.618.39 2.801 1.52 2.561a2.51 2.51 0 0 0 1.966-2.502c0-1.017-.958-2.662-3.333-2.6c-2.936.068-4.785 2.183-4.85 4.797c-.071 3.28 3.007 5.457 6.174 5.483c4.633.059 7.395-2.984 7.377-7.441M0 0v6.906a12.86 12.86 0 0 1 7.931-2.609c6.801 0 11.134 4.762 11.131 10.765c0 4.17-1.946 7.308-4.995 8.938H24V0z"/></svg>
</template>

CSS

.icon-houdini {
  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%22M0%2019.635V24h3.824A8.66%208.66%200%200%201%200%2019.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483%206.873%201.801%208.136%200%2010.005v4.209c1.224-3.549%204.595-5.158%207.419-5.128c3.531.041%206.251%202.703%206.275%205.72c0%202.878-1.183%204.992-4.436%205.516c-1.774.296-4.548-.754-4.436-3.434c.065-1.381%201.138-2.162%202.366-2.106c-1.207%201.618.39%202.801%201.52%202.561a2.51%202.51%200%200%200%201.966-2.502c0-1.017-.958-2.662-3.333-2.6c-2.936.068-4.785%202.183-4.85%204.797c-.071%203.28%203.007%205.457%206.174%205.483c4.633.059%207.395-2.984%207.377-7.441M0%200v6.906a12.86%2012.86%200%200%201%207.931-2.609c6.801%200%2011.134%204.762%2011.131%2010.765c0%204.17-1.946%207.308-4.995%208.938H24V0z%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%22M0%2019.635V24h3.824A8.66%208.66%200%200%201%200%2019.635m16.042-4.555c0-4.037-3.253-7.92-8.111-8.089C4.483%206.873%201.801%208.136%200%2010.005v4.209c1.224-3.549%204.595-5.158%207.419-5.128c3.531.041%206.251%202.703%206.275%205.72c0%202.878-1.183%204.992-4.436%205.516c-1.774.296-4.548-.754-4.436-3.434c.065-1.381%201.138-2.162%202.366-2.106c-1.207%201.618.39%202.801%201.52%202.561a2.51%202.51%200%200%200%201.966-2.502c0-1.017-.958-2.662-3.333-2.6c-2.936.068-4.785%202.183-4.85%204.797c-.071%203.28%203.007%205.457%206.174%205.483c4.633.059%207.395-2.984%207.377-7.441M0%200v6.906a12.86%2012.86%200%200%201%207.931-2.609c6.801%200%2011.134%204.762%2011.131%2010.765c0%204.17-1.946%207.308-4.995%208.938H24V0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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