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

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

The same logo in other sets

Use the clojure logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.503 12.216c-.119.259-.251.549-.387.858c-.482 1.092-1.016 2.42-1.21 3.271a5 5 0 0 0-.112 1.096q.001.247.022.514c.682.25 1.417.388 2.186.39a6.4 6.4 0 0 0 2.001-.326a4 4 0 0 1-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355 6.813A6.35 6.35 0 0 0 5.657 12a6.35 6.35 0 0 0 2.625 5.134c.39-1.622 1.366-3.107 2.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3 4.3 0 0 0-.947-.729m9.172 12.464c-.84-.105-1.533-.232-2.141-.446A7.625 7.625 0 0 1 4.376 12a7.6 7.6 0 0 1 2.6-5.73a5.6 5.6 0 0 0-1.324-.162c-2.236.02-4.597 1.258-5.58 4.602c-.092.486-.07.854-.07 1.29c0 6.627 5.373 12 12 12c4.059 0 7.643-2.017 9.815-5.101c-1.174.293-2.305.433-3.271.436q-.543 0-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35 6.35 0 0 0 2.6-5.115h-.002a6.354 6.354 0 0 0-6.345-6.345a6.3 6.3 0 0 0-1.992.324c1.289 1.468 1.908 3.566 2.507 5.862l.001.003c.001.002.192.637.518 1.48c.326.842.789 1.885 1.293 2.645c.332.51.697.876.945.983M12.001 0a11.98 11.98 0 0 0-9.752 5.013c1.134-.71 2.291-.967 3.301-.957c1.394.004 2.491.436 3.017.732q.19.11.366.233A7.625 7.625 0 0 1 19.625 12a7.6 7.6 0 0 1-2.268 5.425c.344.038.709.063 1.084.061c1.328 0 2.766-.293 3.842-1.198c.703-.592 1.291-1.458 1.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsClojure(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.503 12.216c-.119.259-.251.549-.387.858c-.482 1.092-1.016 2.42-1.21 3.271a5 5 0 0 0-.112 1.096q.001.247.022.514c.682.25 1.417.388 2.186.39a6.4 6.4 0 0 0 2.001-.326a4 4 0 0 1-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355 6.813A6.35 6.35 0 0 0 5.657 12a6.35 6.35 0 0 0 2.625 5.134c.39-1.622 1.366-3.107 2.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3 4.3 0 0 0-.947-.729m9.172 12.464c-.84-.105-1.533-.232-2.141-.446A7.625 7.625 0 0 1 4.376 12a7.6 7.6 0 0 1 2.6-5.73a5.6 5.6 0 0 0-1.324-.162c-2.236.02-4.597 1.258-5.58 4.602c-.092.486-.07.854-.07 1.29c0 6.627 5.373 12 12 12c4.059 0 7.643-2.017 9.815-5.101c-1.174.293-2.305.433-3.271.436q-.543 0-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35 6.35 0 0 0 2.6-5.115h-.002a6.354 6.354 0 0 0-6.345-6.345a6.3 6.3 0 0 0-1.992.324c1.289 1.468 1.908 3.566 2.507 5.862l.001.003c.001.002.192.637.518 1.48c.326.842.789 1.885 1.293 2.645c.332.51.697.876.945.983M12.001 0a11.98 11.98 0 0 0-9.752 5.013c1.134-.71 2.291-.967 3.301-.957c1.394.004 2.491.436 3.017.732q.19.11.366.233A7.625 7.625 0 0 1 19.625 12a7.6 7.6 0 0 1-2.268 5.425c.344.038.709.063 1.084.061c1.328 0 2.766-.293 3.842-1.198c.703-.592 1.291-1.458 1.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12"/></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.503 12.216c-.119.259-.251.549-.387.858c-.482 1.092-1.016 2.42-1.21 3.271a5 5 0 0 0-.112 1.096q.001.247.022.514c.682.25 1.417.388 2.186.39a6.4 6.4 0 0 0 2.001-.326a4 4 0 0 1-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355 6.813A6.35 6.35 0 0 0 5.657 12a6.35 6.35 0 0 0 2.625 5.134c.39-1.622 1.366-3.107 2.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3 4.3 0 0 0-.947-.729m9.172 12.464c-.84-.105-1.533-.232-2.141-.446A7.625 7.625 0 0 1 4.376 12a7.6 7.6 0 0 1 2.6-5.73a5.6 5.6 0 0 0-1.324-.162c-2.236.02-4.597 1.258-5.58 4.602c-.092.486-.07.854-.07 1.29c0 6.627 5.373 12 12 12c4.059 0 7.643-2.017 9.815-5.101c-1.174.293-2.305.433-3.271.436q-.543 0-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35 6.35 0 0 0 2.6-5.115h-.002a6.354 6.354 0 0 0-6.345-6.345a6.3 6.3 0 0 0-1.992.324c1.289 1.468 1.908 3.566 2.507 5.862l.001.003c.001.002.192.637.518 1.48c.326.842.789 1.885 1.293 2.645c.332.51.697.876.945.983M12.001 0a11.98 11.98 0 0 0-9.752 5.013c1.134-.71 2.291-.967 3.301-.957c1.394.004 2.491.436 3.017.732q.19.11.366.233A7.625 7.625 0 0 1 19.625 12a7.6 7.6 0 0 1-2.268 5.425c.344.038.709.063 1.084.061c1.328 0 2.766-.293 3.842-1.198c.703-.592 1.291-1.458 1.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12"/></svg>
</template>

CSS

.icon-clojure {
  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.503%2012.216c-.119.259-.251.549-.387.858c-.482%201.092-1.016%202.42-1.21%203.271a5%205%200%200%200-.112%201.096q.001.247.022.514c.682.25%201.417.388%202.186.39a6.4%206.4%200%200%200%202.001-.326a4%204%200%200%201-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355%206.813A6.35%206.35%200%200%200%205.657%2012a6.35%206.35%200%200%200%202.625%205.134c.39-1.622%201.366-3.107%202.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3%204.3%200%200%200-.947-.729m9.172%2012.464c-.84-.105-1.533-.232-2.141-.446A7.625%207.625%200%200%201%204.376%2012a7.6%207.6%200%200%201%202.6-5.73a5.6%205.6%200%200%200-1.324-.162c-2.236.02-4.597%201.258-5.58%204.602c-.092.486-.07.854-.07%201.29c0%206.627%205.373%2012%2012%2012c4.059%200%207.643-2.017%209.815-5.101c-1.174.293-2.305.433-3.271.436q-.543%200-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35%206.35%200%200%200%202.6-5.115h-.002a6.354%206.354%200%200%200-6.345-6.345a6.3%206.3%200%200%200-1.992.324c1.289%201.468%201.908%203.566%202.507%205.862l.001.003c.001.002.192.637.518%201.48c.326.842.789%201.885%201.293%202.645c.332.51.697.876.945.983M12.001%200a11.98%2011.98%200%200%200-9.752%205.013c1.134-.71%202.291-.967%203.301-.957c1.394.004%202.491.436%203.017.732q.19.11.366.233A7.625%207.625%200%200%201%2019.625%2012a7.6%207.6%200%200%201-2.268%205.425c.344.038.709.063%201.084.061c1.328%200%202.766-.293%203.842-1.198c.703-.592%201.291-1.458%201.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12%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.503%2012.216c-.119.259-.251.549-.387.858c-.482%201.092-1.016%202.42-1.21%203.271a5%205%200%200%200-.112%201.096q.001.247.022.514c.682.25%201.417.388%202.186.39a6.4%206.4%200%200%200%202.001-.326a4%204%200%200%201-.418-.441c-.854-1.089-1.329-2.682-2.082-5.362M8.355%206.813A6.35%206.35%200%200%200%205.657%2012a6.35%206.35%200%200%200%202.625%205.134c.39-1.622%201.366-3.107%202.83-6.084q-.13-.36-.297-.775c-.406-1.018-.991-2.198-1.513-2.733a4.3%204.3%200%200%200-.947-.729m9.172%2012.464c-.84-.105-1.533-.232-2.141-.446A7.625%207.625%200%200%201%204.376%2012a7.6%207.6%200%200%201%202.6-5.73a5.6%205.6%200%200%200-1.324-.162c-2.236.02-4.597%201.258-5.58%204.602c-.092.486-.07.854-.07%201.29c0%206.627%205.373%2012%2012%2012c4.059%200%207.643-2.017%209.815-5.101c-1.174.293-2.305.433-3.271.436q-.543%200-1.019-.058m-2.254-2.325c.074.036.242.097.475.163a6.35%206.35%200%200%200%202.6-5.115h-.002a6.354%206.354%200%200%200-6.345-6.345a6.3%206.3%200%200%200-1.992.324c1.289%201.468%201.908%203.566%202.507%205.862l.001.003c.001.002.192.637.518%201.48c.326.842.789%201.885%201.293%202.645c.332.51.697.876.945.983M12.001%200a11.98%2011.98%200%200%200-9.752%205.013c1.134-.71%202.291-.967%203.301-.957c1.394.004%202.491.436%203.017.732q.19.11.366.233A7.625%207.625%200%200%201%2019.625%2012a7.6%207.6%200%200%201-2.268%205.425c.344.038.709.063%201.084.061c1.328%200%202.766-.293%203.842-1.198c.703-.592%201.291-1.458%201.617-2.757q.099-.753.1-1.531c0-6.627-5.371-12-11.999-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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