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

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

Use the clarifai logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.78 14.772A2.77 2.77 0 0 1 0 12.008a2.78 2.78 0 0 1 2.78-2.78a2.765 2.765 0 0 1 2.764 2.764c0 1.52-1.23 2.78-2.764 2.78M17.119 1.83c-2.05 0-2.142 1.732-5.27 1.732c-3.16 0-3.419-1.732-5.287-1.732a2.765 2.765 0 0 0-2.765 2.765a2.775 2.775 0 0 0 2.765 2.764c2.066 0 2.157-1.731 5.286-1.731c3.16 0 3.418 1.731 5.286 1.731A2.765 2.765 0 0 0 19.9 4.595a2.78 2.78 0 0 0-2.78-2.765zm0 14.81c-2.066 0-2.157 1.732-5.286 1.732c-3.16 0-3.418-1.731-5.286-1.731a2.765 2.765 0 0 0-2.765 2.764a2.775 2.775 0 0 0 2.765 2.765c2.066 0 2.157-1.732 5.286-1.732c3.16 0 3.418 1.732 5.286 1.732a2.765 2.765 0 0 0 0-5.53m4.101-7.397c-2.08 0-2.005 1.823-4.617 1.823c-2.416-.015-2.446-1.823-4.755-1.823c-1.443 0-2.628 1.322-2.628 2.765s1.2 2.764 2.765 2.764c2.08 0 2.005-1.823 4.618-1.823c2.415 0 2.445 1.808 4.77 1.808c1.442 0 2.627-1.322 2.627-2.765c0-1.427-1.2-2.749-2.78-2.749"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsClarifai(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="M2.78 14.772A2.77 2.77 0 0 1 0 12.008a2.78 2.78 0 0 1 2.78-2.78a2.765 2.765 0 0 1 2.764 2.764c0 1.52-1.23 2.78-2.764 2.78M17.119 1.83c-2.05 0-2.142 1.732-5.27 1.732c-3.16 0-3.419-1.732-5.287-1.732a2.765 2.765 0 0 0-2.765 2.765a2.775 2.775 0 0 0 2.765 2.764c2.066 0 2.157-1.731 5.286-1.731c3.16 0 3.418 1.731 5.286 1.731A2.765 2.765 0 0 0 19.9 4.595a2.78 2.78 0 0 0-2.78-2.765zm0 14.81c-2.066 0-2.157 1.732-5.286 1.732c-3.16 0-3.418-1.731-5.286-1.731a2.765 2.765 0 0 0-2.765 2.764a2.775 2.775 0 0 0 2.765 2.765c2.066 0 2.157-1.732 5.286-1.732c3.16 0 3.418 1.732 5.286 1.732a2.765 2.765 0 0 0 0-5.53m4.101-7.397c-2.08 0-2.005 1.823-4.617 1.823c-2.416-.015-2.446-1.823-4.755-1.823c-1.443 0-2.628 1.322-2.628 2.765s1.2 2.764 2.765 2.764c2.08 0 2.005-1.823 4.618-1.823c2.415 0 2.445 1.808 4.77 1.808c1.442 0 2.627-1.322 2.627-2.765c0-1.427-1.2-2.749-2.78-2.749"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.78 14.772A2.77 2.77 0 0 1 0 12.008a2.78 2.78 0 0 1 2.78-2.78a2.765 2.765 0 0 1 2.764 2.764c0 1.52-1.23 2.78-2.764 2.78M17.119 1.83c-2.05 0-2.142 1.732-5.27 1.732c-3.16 0-3.419-1.732-5.287-1.732a2.765 2.765 0 0 0-2.765 2.765a2.775 2.775 0 0 0 2.765 2.764c2.066 0 2.157-1.731 5.286-1.731c3.16 0 3.418 1.731 5.286 1.731A2.765 2.765 0 0 0 19.9 4.595a2.78 2.78 0 0 0-2.78-2.765zm0 14.81c-2.066 0-2.157 1.732-5.286 1.732c-3.16 0-3.418-1.731-5.286-1.731a2.765 2.765 0 0 0-2.765 2.764a2.775 2.775 0 0 0 2.765 2.765c2.066 0 2.157-1.732 5.286-1.732c3.16 0 3.418 1.732 5.286 1.732a2.765 2.765 0 0 0 0-5.53m4.101-7.397c-2.08 0-2.005 1.823-4.617 1.823c-2.416-.015-2.446-1.823-4.755-1.823c-1.443 0-2.628 1.322-2.628 2.765s1.2 2.764 2.765 2.764c2.08 0 2.005-1.823 4.618-1.823c2.415 0 2.445 1.808 4.77 1.808c1.442 0 2.627-1.322 2.627-2.765c0-1.427-1.2-2.749-2.78-2.749"/></svg>
</template>

CSS

.icon-clarifai {
  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%22M2.78%2014.772A2.77%202.77%200%200%201%200%2012.008a2.78%202.78%200%200%201%202.78-2.78a2.765%202.765%200%200%201%202.764%202.764c0%201.52-1.23%202.78-2.764%202.78M17.119%201.83c-2.05%200-2.142%201.732-5.27%201.732c-3.16%200-3.419-1.732-5.287-1.732a2.765%202.765%200%200%200-2.765%202.765a2.775%202.775%200%200%200%202.765%202.764c2.066%200%202.157-1.731%205.286-1.731c3.16%200%203.418%201.731%205.286%201.731A2.765%202.765%200%200%200%2019.9%204.595a2.78%202.78%200%200%200-2.78-2.765zm0%2014.81c-2.066%200-2.157%201.732-5.286%201.732c-3.16%200-3.418-1.731-5.286-1.731a2.765%202.765%200%200%200-2.765%202.764a2.775%202.775%200%200%200%202.765%202.765c2.066%200%202.157-1.732%205.286-1.732c3.16%200%203.418%201.732%205.286%201.732a2.765%202.765%200%200%200%200-5.53m4.101-7.397c-2.08%200-2.005%201.823-4.617%201.823c-2.416-.015-2.446-1.823-4.755-1.823c-1.443%200-2.628%201.322-2.628%202.765s1.2%202.764%202.765%202.764c2.08%200%202.005-1.823%204.618-1.823c2.415%200%202.445%201.808%204.77%201.808c1.442%200%202.627-1.322%202.627-2.765c0-1.427-1.2-2.749-2.78-2.749%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%22M2.78%2014.772A2.77%202.77%200%200%201%200%2012.008a2.78%202.78%200%200%201%202.78-2.78a2.765%202.765%200%200%201%202.764%202.764c0%201.52-1.23%202.78-2.764%202.78M17.119%201.83c-2.05%200-2.142%201.732-5.27%201.732c-3.16%200-3.419-1.732-5.287-1.732a2.765%202.765%200%200%200-2.765%202.765a2.775%202.775%200%200%200%202.765%202.764c2.066%200%202.157-1.731%205.286-1.731c3.16%200%203.418%201.731%205.286%201.731A2.765%202.765%200%200%200%2019.9%204.595a2.78%202.78%200%200%200-2.78-2.765zm0%2014.81c-2.066%200-2.157%201.732-5.286%201.732c-3.16%200-3.418-1.731-5.286-1.731a2.765%202.765%200%200%200-2.765%202.764a2.775%202.775%200%200%200%202.765%202.765c2.066%200%202.157-1.732%205.286-1.732c3.16%200%203.418%201.732%205.286%201.732a2.765%202.765%200%200%200%200-5.53m4.101-7.397c-2.08%200-2.005%201.823-4.617%201.823c-2.416-.015-2.446-1.823-4.755-1.823c-1.443%200-2.628%201.322-2.628%202.765s1.2%202.764%202.765%202.764c2.08%200%202.005-1.823%204.618-1.823c2.415%200%202.445%201.808%204.77%201.808c1.442%200%202.627-1.322%202.627-2.765c0-1.427-1.2-2.749-2.78-2.749%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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