kofax logo
kofax from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- kofax
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the kofax logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.38 12.94l.576-.5l1.273 1.698h1.835l-2.001-2.593l1.85-1.683h-1.82L1.38 11.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455 0-2.683.5-2.683 2.274s1.228 2.274 2.683 2.274s2.684-.5 2.684-2.274s-1.228-2.274-2.684-2.274m0 3.593c-.728 0-1.228-.41-1.228-1.319c0-.894.5-1.319 1.228-1.319c.743 0 1.228.425 1.228 1.32c0 .894-.5 1.318-1.228 1.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21 11.91l1.593-2.063h-1.638L21.407 11l-.758-1.153h-1.637l1.592 2.062l-1.607 2.001l-1.668-4.048h-1.683l-1.759 4.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289l.879 1.289H24zm-6.276.651l.576-1.622h.015l.577 1.622z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKofax(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="m1.38 12.94l.576-.5l1.273 1.698h1.835l-2.001-2.593l1.85-1.683h-1.82L1.38 11.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455 0-2.683.5-2.683 2.274s1.228 2.274 2.683 2.274s2.684-.5 2.684-2.274s-1.228-2.274-2.684-2.274m0 3.593c-.728 0-1.228-.41-1.228-1.319c0-.894.5-1.319 1.228-1.319c.743 0 1.228.425 1.228 1.32c0 .894-.5 1.318-1.228 1.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21 11.91l1.593-2.063h-1.638L21.407 11l-.758-1.153h-1.637l1.592 2.062l-1.607 2.001l-1.668-4.048h-1.683l-1.759 4.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289l.879 1.289H24zm-6.276.651l.576-1.622h.015l.577 1.622z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.38 12.94l.576-.5l1.273 1.698h1.835l-2.001-2.593l1.85-1.683h-1.82L1.38 11.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455 0-2.683.5-2.683 2.274s1.228 2.274 2.683 2.274s2.684-.5 2.684-2.274s-1.228-2.274-2.684-2.274m0 3.593c-.728 0-1.228-.41-1.228-1.319c0-.894.5-1.319 1.228-1.319c.743 0 1.228.425 1.228 1.32c0 .894-.5 1.318-1.228 1.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21 11.91l1.593-2.063h-1.638L21.407 11l-.758-1.153h-1.637l1.592 2.062l-1.607 2.001l-1.668-4.048h-1.683l-1.759 4.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289l.879 1.289H24zm-6.276.651l.576-1.622h.015l.577 1.622z"/></svg> </template>
CSS
.icon-kofax {
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%22m1.38%2012.94l.576-.5l1.273%201.698h1.835l-2.001-2.593l1.85-1.683h-1.82L1.38%2011.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455%200-2.683.5-2.683%202.274s1.228%202.274%202.683%202.274s2.684-.5%202.684-2.274s-1.228-2.274-2.684-2.274m0%203.593c-.728%200-1.228-.41-1.228-1.319c0-.894.5-1.319%201.228-1.319c.743%200%201.228.425%201.228%201.32c0%20.894-.5%201.318-1.228%201.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21%2011.91l1.593-2.063h-1.638L21.407%2011l-.758-1.153h-1.637l1.592%202.062l-1.607%202.001l-1.668-4.048h-1.683l-1.759%204.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289l.879%201.289H24zm-6.276.651l.576-1.622h.015l.577%201.622z%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%22m1.38%2012.94l.576-.5l1.273%201.698h1.835l-2.001-2.593l1.85-1.683h-1.82L1.38%2011.545V9.862H0v4.276h1.38zm5.973-3.214c-1.455%200-2.683.5-2.683%202.274s1.228%202.274%202.683%202.274s2.684-.5%202.684-2.274s-1.228-2.274-2.684-2.274m0%203.593c-.728%200-1.228-.41-1.228-1.319c0-.894.5-1.319%201.228-1.319c.743%200%201.228.425%201.228%201.32c0%20.894-.5%201.318-1.228%201.318m4.442.819v-1.653h2.365v-.925h-2.365v-.742h2.547v-.956h-3.926v4.276zM22.21%2011.91l1.593-2.063h-1.638L21.407%2011l-.758-1.153h-1.637l1.592%202.062l-1.607%202.001l-1.668-4.048h-1.683l-1.759%204.276h1.471l.243-.698h1.804l.242.698h2.896l.88-1.289l.879%201.289H24zm-6.276.651l.576-1.622h.015l.577%201.622z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kofax.svg?color=%231a73e8&size=48