kagi logo
kagi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- kagi
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the kagi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.483 18.392h-5.11c-1.382 0-1.622-1.508-1.382-2.11c.12-.302.421-.724.661-1.026a6.74 6.74 0 0 0 3.306.844c3.847 0 6.913-3.135 6.913-6.934c0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603 1.443-.543l.841.06V0H17.61c-1.683 0-3.066 1.025-3.667 2.472a6.8 6.8 0 0 0-1.923-.301c-3.847 0-6.913 3.136-6.913 6.935c0 1.507.481 2.954 1.322 4.1c-.12.12-.3.241-.42.302l-.18.18c-1.383 1.327-2.044 3.015-1.684 4.945c.18 1.025 1.082 2.11 1.984 2.714c.601.422 1.382.603 2.164.603l5.77-.241c.661 0 1.263.301 1.623.904L16.407 24l3.546-1.206l-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02 5.849c1.803 0 3.306 1.508 3.306 3.317s-1.503 3.316-3.306 3.316s-3.306-1.507-3.306-3.316c0-1.87 1.442-3.317 3.306-3.317"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKagi(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="M14.483 18.392h-5.11c-1.382 0-1.622-1.508-1.382-2.11c.12-.302.421-.724.661-1.026a6.74 6.74 0 0 0 3.306.844c3.847 0 6.913-3.135 6.913-6.934c0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603 1.443-.543l.841.06V0H17.61c-1.683 0-3.066 1.025-3.667 2.472a6.8 6.8 0 0 0-1.923-.301c-3.847 0-6.913 3.136-6.913 6.935c0 1.507.481 2.954 1.322 4.1c-.12.12-.3.241-.42.302l-.18.18c-1.383 1.327-2.044 3.015-1.684 4.945c.18 1.025 1.082 2.11 1.984 2.714c.601.422 1.382.603 2.164.603l5.77-.241c.661 0 1.263.301 1.623.904L16.407 24l3.546-1.206l-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02 5.849c1.803 0 3.306 1.508 3.306 3.317s-1.503 3.316-3.306 3.316s-3.306-1.507-3.306-3.316c0-1.87 1.442-3.317 3.306-3.317"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.483 18.392h-5.11c-1.382 0-1.622-1.508-1.382-2.11c.12-.302.421-.724.661-1.026a6.74 6.74 0 0 0 3.306.844c3.847 0 6.913-3.135 6.913-6.934c0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603 1.443-.543l.841.06V0H17.61c-1.683 0-3.066 1.025-3.667 2.472a6.8 6.8 0 0 0-1.923-.301c-3.847 0-6.913 3.136-6.913 6.935c0 1.507.481 2.954 1.322 4.1c-.12.12-.3.241-.42.302l-.18.18c-1.383 1.327-2.044 3.015-1.684 4.945c.18 1.025 1.082 2.11 1.984 2.714c.601.422 1.382.603 2.164.603l5.77-.241c.661 0 1.263.301 1.623.904L16.407 24l3.546-1.206l-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02 5.849c1.803 0 3.306 1.508 3.306 3.317s-1.503 3.316-3.306 3.316s-3.306-1.507-3.306-3.316c0-1.87 1.442-3.317 3.306-3.317"/></svg> </template>
CSS
.icon-kagi {
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%22M14.483%2018.392h-5.11c-1.382%200-1.622-1.508-1.382-2.11c.12-.302.421-.724.661-1.026a6.74%206.74%200%200%200%203.306.844c3.847%200%206.913-3.135%206.913-6.934c0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603%201.443-.543l.841.06V0H17.61c-1.683%200-3.066%201.025-3.667%202.472a6.8%206.8%200%200%200-1.923-.301c-3.847%200-6.913%203.136-6.913%206.935c0%201.507.481%202.954%201.322%204.1c-.12.12-.3.241-.42.302l-.18.18c-1.383%201.327-2.044%203.015-1.684%204.945c.18%201.025%201.082%202.11%201.984%202.714c.601.422%201.382.603%202.164.603l5.77-.241c.661%200%201.263.301%201.623.904L16.407%2024l3.546-1.206l-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02%205.849c1.803%200%203.306%201.508%203.306%203.317s-1.503%203.316-3.306%203.316s-3.306-1.507-3.306-3.316c0-1.87%201.442-3.317%203.306-3.317%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%22M14.483%2018.392h-5.11c-1.382%200-1.622-1.508-1.382-2.11c.12-.302.421-.724.661-1.026a6.74%206.74%200%200%200%203.306.844c3.847%200%206.913-3.135%206.913-6.934c0-2.05-.902-3.86-2.284-5.186l.18-.181c.36-.362.902-.603%201.443-.543l.841.06V0H17.61c-1.683%200-3.066%201.025-3.667%202.472a6.8%206.8%200%200%200-1.923-.301c-3.847%200-6.913%203.136-6.913%206.935c0%201.507.481%202.954%201.322%204.1c-.12.12-.3.241-.42.302l-.18.18c-1.383%201.327-2.044%203.015-1.684%204.945c.18%201.025%201.082%202.11%201.984%202.714c.601.422%201.382.603%202.164.603l5.77-.241c.661%200%201.263.301%201.623.904L16.407%2024l3.546-1.206l-.601-1.327c-.902-1.869-2.765-3.075-4.87-3.075M12.02%205.849c1.803%200%203.306%201.508%203.306%203.317s-1.503%203.316-3.306%203.316s-3.306-1.507-3.306-3.316c0-1.87%201.442-3.317%203.306-3.317%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kagi.svg?color=%231a73e8&size=48