katana logo
katana from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- katana
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the katana logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789c.009-5.95 4.839-10.766 10.789-10.757c5.943.009 10.756 4.829 10.756 10.773c0 5.95-4.823 10.773-10.773 10.773m9.475-10.857a5.562 5.562 0 0 1-9.142 3.214a6.33 6.33 0 0 0 3.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.3 6.3 0 0 0-.349-2.656a6.328 6.328 0 0 0-8.94-8.63a5.563 5.563 0 0 1 7.418 6.256a6.33 6.33 0 0 0-3.425-1.762l.093-.175a5.5 5.5 0 0 1 1.304-1.533a6.3 6.3 0 0 0-2.122 1.636a6.327 6.327 0 0 0-3.016 12.044a5.564 5.564 0 0 1 1.713-9.562a6.33 6.33 0 0 0 .185 3.818h-.186a5.5 5.5 0 0 1-1.98-.36a6.3 6.3 0 0 0 2.471 1.025a6.33 6.33 0 0 0 8.513 2.758a6.32 6.32 0 0 0 3.432-6.073m-11.018-1.443a5.58 5.58 0 0 1 3.6.998a5.6 5.6 0 0 1-2.667 2.618a5.57 5.57 0 0 1-.933-3.616"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKatana(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="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789c.009-5.95 4.839-10.766 10.789-10.757c5.943.009 10.756 4.829 10.756 10.773c0 5.95-4.823 10.773-10.773 10.773m9.475-10.857a5.562 5.562 0 0 1-9.142 3.214a6.33 6.33 0 0 0 3.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.3 6.3 0 0 0-.349-2.656a6.328 6.328 0 0 0-8.94-8.63a5.563 5.563 0 0 1 7.418 6.256a6.33 6.33 0 0 0-3.425-1.762l.093-.175a5.5 5.5 0 0 1 1.304-1.533a6.3 6.3 0 0 0-2.122 1.636a6.327 6.327 0 0 0-3.016 12.044a5.564 5.564 0 0 1 1.713-9.562a6.33 6.33 0 0 0 .185 3.818h-.186a5.5 5.5 0 0 1-1.98-.36a6.3 6.3 0 0 0 2.471 1.025a6.33 6.33 0 0 0 8.513 2.758a6.32 6.32 0 0 0 3.432-6.073m-11.018-1.443a5.58 5.58 0 0 1 3.6.998a5.6 5.6 0 0 1-2.667 2.618a5.57 5.57 0 0 1-.933-3.616"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m.016 22.762H12c-5.95-.009-10.765-4.84-10.756-10.789c.009-5.95 4.839-10.766 10.789-10.757c5.943.009 10.756 4.829 10.756 10.773c0 5.95-4.823 10.773-10.773 10.773m9.475-10.857a5.562 5.562 0 0 1-9.142 3.214a6.33 6.33 0 0 0 3.251-2.062l.104.169c.339.584.568 1.226.676 1.893a6.3 6.3 0 0 0-.349-2.656a6.328 6.328 0 0 0-8.94-8.63a5.563 5.563 0 0 1 7.418 6.256a6.33 6.33 0 0 0-3.425-1.762l.093-.175a5.5 5.5 0 0 1 1.304-1.533a6.3 6.3 0 0 0-2.122 1.636a6.327 6.327 0 0 0-3.016 12.044a5.564 5.564 0 0 1 1.713-9.562a6.33 6.33 0 0 0 .185 3.818h-.186a5.5 5.5 0 0 1-1.98-.36a6.3 6.3 0 0 0 2.471 1.025a6.33 6.33 0 0 0 8.513 2.758a6.32 6.32 0 0 0 3.432-6.073m-11.018-1.443a5.58 5.58 0 0 1 3.6.998a5.6 5.6 0 0 1-2.667 2.618a5.57 5.57 0 0 1-.933-3.616"/></svg> </template>
CSS
.icon-katana {
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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m.016%2022.762H12c-5.95-.009-10.765-4.84-10.756-10.789c.009-5.95%204.839-10.766%2010.789-10.757c5.943.009%2010.756%204.829%2010.756%2010.773c0%205.95-4.823%2010.773-10.773%2010.773m9.475-10.857a5.562%205.562%200%200%201-9.142%203.214a6.33%206.33%200%200%200%203.251-2.062l.104.169c.339.584.568%201.226.676%201.893a6.3%206.3%200%200%200-.349-2.656a6.328%206.328%200%200%200-8.94-8.63a5.563%205.563%200%200%201%207.418%206.256a6.33%206.33%200%200%200-3.425-1.762l.093-.175a5.5%205.5%200%200%201%201.304-1.533a6.3%206.3%200%200%200-2.122%201.636a6.327%206.327%200%200%200-3.016%2012.044a5.564%205.564%200%200%201%201.713-9.562a6.33%206.33%200%200%200%20.185%203.818h-.186a5.5%205.5%200%200%201-1.98-.36a6.3%206.3%200%200%200%202.471%201.025a6.33%206.33%200%200%200%208.513%202.758a6.32%206.32%200%200%200%203.432-6.073m-11.018-1.443a5.58%205.58%200%200%201%203.6.998a5.6%205.6%200%200%201-2.667%202.618a5.57%205.57%200%200%201-.933-3.616%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%22M12%200C5.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m.016%2022.762H12c-5.95-.009-10.765-4.84-10.756-10.789c.009-5.95%204.839-10.766%2010.789-10.757c5.943.009%2010.756%204.829%2010.756%2010.773c0%205.95-4.823%2010.773-10.773%2010.773m9.475-10.857a5.562%205.562%200%200%201-9.142%203.214a6.33%206.33%200%200%200%203.251-2.062l.104.169c.339.584.568%201.226.676%201.893a6.3%206.3%200%200%200-.349-2.656a6.328%206.328%200%200%200-8.94-8.63a5.563%205.563%200%200%201%207.418%206.256a6.33%206.33%200%200%200-3.425-1.762l.093-.175a5.5%205.5%200%200%201%201.304-1.533a6.3%206.3%200%200%200-2.122%201.636a6.327%206.327%200%200%200-3.016%2012.044a5.564%205.564%200%200%201%201.713-9.562a6.33%206.33%200%200%200%20.185%203.818h-.186a5.5%205.5%200%200%201-1.98-.36a6.3%206.3%200%200%200%202.471%201.025a6.33%206.33%200%200%200%208.513%202.758a6.32%206.32%200%200%200%203.432-6.073m-11.018-1.443a5.58%205.58%200%200%201%203.6.998a5.6%205.6%200%200%201-2.667%202.618a5.57%205.57%200%200%201-.933-3.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/katana.svg?color=%231a73e8&size=48