consul from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
consul
Set
SVG Logos
Style
Color
Viewbox
256×259
License
CC0

The same logo in other sets

Use the consul logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path fill="#e03875" d="m216.745 34.167l-30.553 32.058c-33.98-30.638-86.127-28.84-117.917 4.065s-31.79 85.082 0 117.987s83.937 34.703 117.917 4.065l30.553 31.936a128.8 128.8 0 0 1-87.468 34.133c-57.829.027-108.633-38.375-124.382-94.018S12.289 49.42 61.554 19.135S174.208-5.01 216.745 34.167m16.517 138.444c5.842 0 10.578 4.736 10.578 10.577s-4.736 10.578-10.578 10.578s-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577m12.16-36.167c5.842 0 10.578 4.736 10.578 10.577c-.022 5.833-4.745 10.556-10.578 10.578c-5.841 0-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577M128.46 101.212c15.459 0 27.99 12.532 27.99 27.99c0 15.459-12.531 27.99-27.99 27.99s-27.99-12.531-27.99-27.99s12.532-27.99 27.99-27.99m85.479 34.011c5.842 0 10.578 4.736 10.578 10.578s-4.736 10.577-10.578 10.577s-10.578-4.735-10.578-10.577s4.736-10.578 10.578-10.578m0-33.156c5.842 0 10.578 4.735 10.578 10.577s-4.736 10.578-10.578 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577m31.484-1.22c5.842 0 10.578 4.735 10.578 10.577c-.022 5.832-4.745 10.555-10.578 10.577c-5.841 0-10.577-4.735-10.577-10.577s4.736-10.578 10.577-10.578M233.87 65.248c5.841 0 10.577 4.736 10.577 10.577s-4.736 10.578-10.577 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577"/></svg>

React

import type { SVGProps } from "react";

export function LogosConsul(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path fill="#e03875" d="m216.745 34.167l-30.553 32.058c-33.98-30.638-86.127-28.84-117.917 4.065s-31.79 85.082 0 117.987s83.937 34.703 117.917 4.065l30.553 31.936a128.8 128.8 0 0 1-87.468 34.133c-57.829.027-108.633-38.375-124.382-94.018S12.289 49.42 61.554 19.135S174.208-5.01 216.745 34.167m16.517 138.444c5.842 0 10.578 4.736 10.578 10.577s-4.736 10.578-10.578 10.578s-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577m12.16-36.167c5.842 0 10.578 4.736 10.578 10.577c-.022 5.833-4.745 10.556-10.578 10.578c-5.841 0-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577M128.46 101.212c15.459 0 27.99 12.532 27.99 27.99c0 15.459-12.531 27.99-27.99 27.99s-27.99-12.531-27.99-27.99s12.532-27.99 27.99-27.99m85.479 34.011c5.842 0 10.578 4.736 10.578 10.578s-4.736 10.577-10.578 10.577s-10.578-4.735-10.578-10.577s4.736-10.578 10.578-10.578m0-33.156c5.842 0 10.578 4.735 10.578 10.577s-4.736 10.578-10.578 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577m31.484-1.22c5.842 0 10.578 4.735 10.578 10.577c-.022 5.832-4.745 10.555-10.578 10.577c-5.841 0-10.577-4.735-10.577-10.577s4.736-10.578 10.577-10.578M233.87 65.248c5.841 0 10.577 4.736 10.577 10.577s-4.736 10.578-10.577 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 259"><path fill="#e03875" d="m216.745 34.167l-30.553 32.058c-33.98-30.638-86.127-28.84-117.917 4.065s-31.79 85.082 0 117.987s83.937 34.703 117.917 4.065l30.553 31.936a128.8 128.8 0 0 1-87.468 34.133c-57.829.027-108.633-38.375-124.382-94.018S12.289 49.42 61.554 19.135S174.208-5.01 216.745 34.167m16.517 138.444c5.842 0 10.578 4.736 10.578 10.577s-4.736 10.578-10.578 10.578s-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577m12.16-36.167c5.842 0 10.578 4.736 10.578 10.577c-.022 5.833-4.745 10.556-10.578 10.578c-5.841 0-10.577-4.736-10.577-10.578s4.736-10.577 10.577-10.577M128.46 101.212c15.459 0 27.99 12.532 27.99 27.99c0 15.459-12.531 27.99-27.99 27.99s-27.99-12.531-27.99-27.99s12.532-27.99 27.99-27.99m85.479 34.011c5.842 0 10.578 4.736 10.578 10.578s-4.736 10.577-10.578 10.577s-10.578-4.735-10.578-10.577s4.736-10.578 10.578-10.578m0-33.156c5.842 0 10.578 4.735 10.578 10.577s-4.736 10.578-10.578 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577m31.484-1.22c5.842 0 10.578 4.735 10.578 10.577c-.022 5.832-4.745 10.555-10.578 10.577c-5.841 0-10.577-4.735-10.577-10.577s4.736-10.578 10.577-10.578M233.87 65.248c5.841 0 10.577 4.736 10.577 10.577s-4.736 10.578-10.577 10.578s-10.578-4.736-10.578-10.578s4.736-10.577 10.578-10.577"/></svg>
</template>

CSS

.icon-consul {
  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%20256%20259%22%3E%3Cpath%20fill%3D%22%23e03875%22%20d%3D%22m216.745%2034.167l-30.553%2032.058c-33.98-30.638-86.127-28.84-117.917%204.065s-31.79%2085.082%200%20117.987s83.937%2034.703%20117.917%204.065l30.553%2031.936a128.8%20128.8%200%200%201-87.468%2034.133c-57.829.027-108.633-38.375-124.382-94.018S12.289%2049.42%2061.554%2019.135S174.208-5.01%20216.745%2034.167m16.517%20138.444c5.842%200%2010.578%204.736%2010.578%2010.577s-4.736%2010.578-10.578%2010.578s-10.577-4.736-10.577-10.578s4.736-10.577%2010.577-10.577m12.16-36.167c5.842%200%2010.578%204.736%2010.578%2010.577c-.022%205.833-4.745%2010.556-10.578%2010.578c-5.841%200-10.577-4.736-10.577-10.578s4.736-10.577%2010.577-10.577M128.46%20101.212c15.459%200%2027.99%2012.532%2027.99%2027.99c0%2015.459-12.531%2027.99-27.99%2027.99s-27.99-12.531-27.99-27.99s12.532-27.99%2027.99-27.99m85.479%2034.011c5.842%200%2010.578%204.736%2010.578%2010.578s-4.736%2010.577-10.578%2010.577s-10.578-4.735-10.578-10.577s4.736-10.578%2010.578-10.578m0-33.156c5.842%200%2010.578%204.735%2010.578%2010.577s-4.736%2010.578-10.578%2010.578s-10.578-4.736-10.578-10.578s4.736-10.577%2010.578-10.577m31.484-1.22c5.842%200%2010.578%204.735%2010.578%2010.577c-.022%205.832-4.745%2010.555-10.578%2010.577c-5.841%200-10.577-4.735-10.577-10.577s4.736-10.578%2010.577-10.578M233.87%2065.248c5.841%200%2010.577%204.736%2010.577%2010.577s-4.736%2010.578-10.577%2010.578s-10.578-4.736-10.578-10.578s4.736-10.577%2010.578-10.577%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%20256%20259%22%3E%3Cpath%20fill%3D%22%23e03875%22%20d%3D%22m216.745%2034.167l-30.553%2032.058c-33.98-30.638-86.127-28.84-117.917%204.065s-31.79%2085.082%200%20117.987s83.937%2034.703%20117.917%204.065l30.553%2031.936a128.8%20128.8%200%200%201-87.468%2034.133c-57.829.027-108.633-38.375-124.382-94.018S12.289%2049.42%2061.554%2019.135S174.208-5.01%20216.745%2034.167m16.517%20138.444c5.842%200%2010.578%204.736%2010.578%2010.577s-4.736%2010.578-10.578%2010.578s-10.577-4.736-10.577-10.578s4.736-10.577%2010.577-10.577m12.16-36.167c5.842%200%2010.578%204.736%2010.578%2010.577c-.022%205.833-4.745%2010.556-10.578%2010.578c-5.841%200-10.577-4.736-10.577-10.578s4.736-10.577%2010.577-10.577M128.46%20101.212c15.459%200%2027.99%2012.532%2027.99%2027.99c0%2015.459-12.531%2027.99-27.99%2027.99s-27.99-12.531-27.99-27.99s12.532-27.99%2027.99-27.99m85.479%2034.011c5.842%200%2010.578%204.736%2010.578%2010.578s-4.736%2010.577-10.578%2010.577s-10.578-4.735-10.578-10.577s4.736-10.578%2010.578-10.578m0-33.156c5.842%200%2010.578%204.735%2010.578%2010.577s-4.736%2010.578-10.578%2010.578s-10.578-4.736-10.578-10.578s4.736-10.577%2010.578-10.577m31.484-1.22c5.842%200%2010.578%204.735%2010.578%2010.577c-.022%205.832-4.745%2010.555-10.578%2010.577c-5.841%200-10.577-4.735-10.577-10.577s4.736-10.578%2010.577-10.578M233.87%2065.248c5.841%200%2010.577%204.736%2010.577%2010.577s-4.736%2010.578-10.577%2010.578s-10.578-4.736-10.578-10.578s4.736-10.577%2010.578-10.577%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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