consul logo
consul from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- consul
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
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 128 128"><path fill="#e03875" d="M116.407 42.787a5.255 5.255 0 0 1-3.723-8.964a5.25 5.25 0 0 1 5.73-1.136a5.253 5.253 0 0 1-2.007 10.1m-9.874 18.237a5.24 5.24 0 0 1-5.14-5.243a5.24 5.24 0 0 1 5.14-5.242a5.24 5.24 0 0 1 5.137 5.242a5.24 5.24 0 0 1-5.137 5.243m15.642-.607a5.246 5.246 0 0 1-5.246-5.242a5.244 5.244 0 1 1 10.489 0a5.267 5.267 0 0 1-5.243 5.242m-15.642 17.044a5.25 5.25 0 0 1-4.86-3.24a5.249 5.249 0 0 1 6.862-6.862a5.252 5.252 0 0 1-2.002 10.1zm15.642.594a5.24 5.24 0 0 1-5.282-5.198a5.24 5.24 0 1 1 10.48-.084a5.26 5.26 0 0 1-5.198 5.282M64.2 77.851c-7.656 0-13.863-6.207-13.859-13.863c0-7.656 6.212-13.864 13.867-13.86S78.068 56.344 78.06 64c-.012 7.648-6.211 13.844-13.859 13.852zm51.912 18.132a5.24 5.24 0 0 1-5.235-5.245a5.242 5.242 0 0 1 10.485.004a5.25 5.25 0 0 1-5.25 5.242zM64.603 128c-28.641.008-53.8-19.01-61.599-46.566C-4.799 53.879 6.658 24.49 31.05 9.487S86.837-2.49 107.912 16.9L92.777 32.787C75.952 17.602 50.12 18.484 34.37 34.78c-15.747 16.297-15.747 42.14 0 58.438c15.75 16.297 41.582 17.178 58.407 1.995l15.135 15.886a63.86 63.86 0 0 1-43.31 16.9zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconConsul(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e03875" d="M116.407 42.787a5.255 5.255 0 0 1-3.723-8.964a5.25 5.25 0 0 1 5.73-1.136a5.253 5.253 0 0 1-2.007 10.1m-9.874 18.237a5.24 5.24 0 0 1-5.14-5.243a5.24 5.24 0 0 1 5.14-5.242a5.24 5.24 0 0 1 5.137 5.242a5.24 5.24 0 0 1-5.137 5.243m15.642-.607a5.246 5.246 0 0 1-5.246-5.242a5.244 5.244 0 1 1 10.489 0a5.267 5.267 0 0 1-5.243 5.242m-15.642 17.044a5.25 5.25 0 0 1-4.86-3.24a5.249 5.249 0 0 1 6.862-6.862a5.252 5.252 0 0 1-2.002 10.1zm15.642.594a5.24 5.24 0 0 1-5.282-5.198a5.24 5.24 0 1 1 10.48-.084a5.26 5.26 0 0 1-5.198 5.282M64.2 77.851c-7.656 0-13.863-6.207-13.859-13.863c0-7.656 6.212-13.864 13.867-13.86S78.068 56.344 78.06 64c-.012 7.648-6.211 13.844-13.859 13.852zm51.912 18.132a5.24 5.24 0 0 1-5.235-5.245a5.242 5.242 0 0 1 10.485.004a5.25 5.25 0 0 1-5.25 5.242zM64.603 128c-28.641.008-53.8-19.01-61.599-46.566C-4.799 53.879 6.658 24.49 31.05 9.487S86.837-2.49 107.912 16.9L92.777 32.787C75.952 17.602 50.12 18.484 34.37 34.78c-15.747 16.297-15.747 42.14 0 58.438c15.75 16.297 41.582 17.178 58.407 1.995l15.135 15.886a63.86 63.86 0 0 1-43.31 16.9zm0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e03875" d="M116.407 42.787a5.255 5.255 0 0 1-3.723-8.964a5.25 5.25 0 0 1 5.73-1.136a5.253 5.253 0 0 1-2.007 10.1m-9.874 18.237a5.24 5.24 0 0 1-5.14-5.243a5.24 5.24 0 0 1 5.14-5.242a5.24 5.24 0 0 1 5.137 5.242a5.24 5.24 0 0 1-5.137 5.243m15.642-.607a5.246 5.246 0 0 1-5.246-5.242a5.244 5.244 0 1 1 10.489 0a5.267 5.267 0 0 1-5.243 5.242m-15.642 17.044a5.25 5.25 0 0 1-4.86-3.24a5.249 5.249 0 0 1 6.862-6.862a5.252 5.252 0 0 1-2.002 10.1zm15.642.594a5.24 5.24 0 0 1-5.282-5.198a5.24 5.24 0 1 1 10.48-.084a5.26 5.26 0 0 1-5.198 5.282M64.2 77.851c-7.656 0-13.863-6.207-13.859-13.863c0-7.656 6.212-13.864 13.867-13.86S78.068 56.344 78.06 64c-.012 7.648-6.211 13.844-13.859 13.852zm51.912 18.132a5.24 5.24 0 0 1-5.235-5.245a5.242 5.242 0 0 1 10.485.004a5.25 5.25 0 0 1-5.25 5.242zM64.603 128c-28.641.008-53.8-19.01-61.599-46.566C-4.799 53.879 6.658 24.49 31.05 9.487S86.837-2.49 107.912 16.9L92.777 32.787C75.952 17.602 50.12 18.484 34.37 34.78c-15.747 16.297-15.747 42.14 0 58.438c15.75 16.297 41.582 17.178 58.407 1.995l15.135 15.886a63.86 63.86 0 0 1-43.31 16.9zm0 0"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e03875%22%20d%3D%22M116.407%2042.787a5.255%205.255%200%200%201-3.723-8.964a5.25%205.25%200%200%201%205.73-1.136a5.253%205.253%200%200%201-2.007%2010.1m-9.874%2018.237a5.24%205.24%200%200%201-5.14-5.243a5.24%205.24%200%200%201%205.14-5.242a5.24%205.24%200%200%201%205.137%205.242a5.24%205.24%200%200%201-5.137%205.243m15.642-.607a5.246%205.246%200%200%201-5.246-5.242a5.244%205.244%200%201%201%2010.489%200a5.267%205.267%200%200%201-5.243%205.242m-15.642%2017.044a5.25%205.25%200%200%201-4.86-3.24a5.249%205.249%200%200%201%206.862-6.862a5.252%205.252%200%200%201-2.002%2010.1zm15.642.594a5.24%205.24%200%200%201-5.282-5.198a5.24%205.24%200%201%201%2010.48-.084a5.26%205.26%200%200%201-5.198%205.282M64.2%2077.851c-7.656%200-13.863-6.207-13.859-13.863c0-7.656%206.212-13.864%2013.867-13.86S78.068%2056.344%2078.06%2064c-.012%207.648-6.211%2013.844-13.859%2013.852zm51.912%2018.132a5.24%205.24%200%200%201-5.235-5.245a5.242%205.242%200%200%201%2010.485.004a5.25%205.25%200%200%201-5.25%205.242zM64.603%20128c-28.641.008-53.8-19.01-61.599-46.566C-4.799%2053.879%206.658%2024.49%2031.05%209.487S86.837-2.49%20107.912%2016.9L92.777%2032.787C75.952%2017.602%2050.12%2018.484%2034.37%2034.78c-15.747%2016.297-15.747%2042.14%200%2058.438c15.75%2016.297%2041.582%2017.178%2058.407%201.995l15.135%2015.886a63.86%2063.86%200%200%201-43.31%2016.9zm0%200%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e03875%22%20d%3D%22M116.407%2042.787a5.255%205.255%200%200%201-3.723-8.964a5.25%205.25%200%200%201%205.73-1.136a5.253%205.253%200%200%201-2.007%2010.1m-9.874%2018.237a5.24%205.24%200%200%201-5.14-5.243a5.24%205.24%200%200%201%205.14-5.242a5.24%205.24%200%200%201%205.137%205.242a5.24%205.24%200%200%201-5.137%205.243m15.642-.607a5.246%205.246%200%200%201-5.246-5.242a5.244%205.244%200%201%201%2010.489%200a5.267%205.267%200%200%201-5.243%205.242m-15.642%2017.044a5.25%205.25%200%200%201-4.86-3.24a5.249%205.249%200%200%201%206.862-6.862a5.252%205.252%200%200%201-2.002%2010.1zm15.642.594a5.24%205.24%200%200%201-5.282-5.198a5.24%205.24%200%201%201%2010.48-.084a5.26%205.26%200%200%201-5.198%205.282M64.2%2077.851c-7.656%200-13.863-6.207-13.859-13.863c0-7.656%206.212-13.864%2013.867-13.86S78.068%2056.344%2078.06%2064c-.012%207.648-6.211%2013.844-13.859%2013.852zm51.912%2018.132a5.24%205.24%200%200%201-5.235-5.245a5.242%205.242%200%200%201%2010.485.004a5.25%205.25%200%200%201-5.25%205.242zM64.603%20128c-28.641.008-53.8-19.01-61.599-46.566C-4.799%2053.879%206.658%2024.49%2031.05%209.487S86.837-2.49%20107.912%2016.9L92.777%2032.787C75.952%2017.602%2050.12%2018.484%2034.37%2034.78c-15.747%2016.297-15.747%2042.14%200%2058.438c15.75%2016.297%2041.582%2017.178%2058.407%201.995l15.135%2015.886a63.86%2063.86%200%200%201-43.31%2016.9zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/consul.svg?color=%231a73e8&size=48