coda logo
coda from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- coda
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the coda logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.194 0H2.806A2.01 2.01 0 0 0 .8 2v20c0 1.1.903 2 2.006 2h18.388a2.01 2.01 0 0 0 2.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834c0-.633-.468-1.166-1.07-1.166c-.668 0-1.103.4-1.437.733c-1.003.9-2.508 1.067-3.812.833c-.601-.133-1.17-.3-1.638-.6c-1.438-.833-2.374-2.4-2.374-4.066c0-1.667.936-3.2 2.374-4.067c.502-.3 1.07-.467 1.638-.6c1.27-.233 2.809-.067 3.812.833c.367.334.802.734 1.437.734c.602 0 1.07-.534 1.07-1.167c0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCoda(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="M21.194 0H2.806A2.01 2.01 0 0 0 .8 2v20c0 1.1.903 2 2.006 2h18.388a2.01 2.01 0 0 0 2.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834c0-.633-.468-1.166-1.07-1.166c-.668 0-1.103.4-1.437.733c-1.003.9-2.508 1.067-3.812.833c-.601-.133-1.17-.3-1.638-.6c-1.438-.833-2.374-2.4-2.374-4.066c0-1.667.936-3.2 2.374-4.067c.502-.3 1.07-.467 1.638-.6c1.27-.233 2.809-.067 3.812.833c.367.334.802.734 1.437.734c.602 0 1.07-.534 1.07-1.167c0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.194 0H2.806A2.01 2.01 0 0 0 .8 2v20c0 1.1.903 2 2.006 2h18.388a2.01 2.01 0 0 0 2.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834c0-.633-.468-1.166-1.07-1.166c-.668 0-1.103.4-1.437.733c-1.003.9-2.508 1.067-3.812.833c-.601-.133-1.17-.3-1.638-.6c-1.438-.833-2.374-2.4-2.374-4.066c0-1.667.936-3.2 2.374-4.067c.502-.3 1.07-.467 1.638-.6c1.27-.233 2.809-.067 3.812.833c.367.334.802.734 1.437.734c.602 0 1.07-.534 1.07-1.167c0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2"/></svg> </template>
CSS
.icon-coda {
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%22M21.194%200H2.806A2.01%202.01%200%200%200%20.8%202v20c0%201.1.903%202%202.006%202h18.388a2.01%202.01%200%200%200%202.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834c0-.633-.468-1.166-1.07-1.166c-.668%200-1.103.4-1.437.733c-1.003.9-2.508%201.067-3.812.833c-.601-.133-1.17-.3-1.638-.6c-1.438-.833-2.374-2.4-2.374-4.066c0-1.667.936-3.2%202.374-4.067c.502-.3%201.07-.467%201.638-.6c1.27-.233%202.809-.067%203.812.833c.367.334.802.734%201.437.734c.602%200%201.07-.534%201.07-1.167c0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2%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%22M21.194%200H2.806A2.01%202.01%200%200%200%20.8%202v20c0%201.1.903%202%202.006%202h18.388a2.01%202.01%200%200%200%202.006-2v-.933c-.033-1.2-.067-3.7-.067-4.834c0-.633-.468-1.166-1.07-1.166c-.668%200-1.103.4-1.437.733c-1.003.9-2.508%201.067-3.812.833c-.601-.133-1.17-.3-1.638-.6c-1.438-.833-2.374-2.4-2.374-4.066c0-1.667.936-3.2%202.374-4.067c.502-.3%201.07-.467%201.638-.6c1.27-.233%202.809-.067%203.812.833c.367.334.802.734%201.437.734c.602%200%201.07-.534%201.07-1.167c0-1.1.034-3.633.067-4.833V2c0-1.1-.903-2-2.006-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/coda.svg?color=%231a73e8&size=48