qiita logo
qiita from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- qiita
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the qiita 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 12c3.398 0 6.467-1.413 8.65-3.683a2.8 2.8 0 0 1-1.147-.454c-.714-.477-1.348-.927-1.682-1.674c-1.294 1.38-3.053 1.835-5.182 2.05c-4.31.436-8.045-1.49-8.498-6.3c-.192-2.045.263-3.989 1.18-5.582l-.533-2.1c-.087-.366.25-.713.605-.627l1.846.448a7.25 7.25 0 0 1 3.89-1.638a7.1 7.1 0 0 1 3.57.563l1.735-1.05c.326-.197.74.026.771.417l.1 2.474c1.334 1.409 2.242 3.332 2.448 5.517c.116 1.233-.012 2.177-.34 3.078c-.152.421-.198.777.078 1.13c.268.34.692 1.003 1.165.892c.71-.167 1.472-.123 1.942.171A11.95 11.95 0 0 0 24 12c0-6.627-5.373-12-12-12m-.073 5.727a5 5 0 0 0-.614.027a5.2 5.2 0 0 0-4.494 3.849l-1.318-.2l-.014.259l1.298.14c-.036.15-.065.24-.086.393l-1.132.09l.01.203L6.68 10.4a4 4 0 0 0-.033.456l-1.008.412l.05.25l.96-.45c.002.135.008.206.02.342c.267 2.837 2.637 3.398 5.468 3.111s5.052-1.311 4.785-4.148c-.013-.136-.032-.207-.055-.34l1.04.226l.024-.229l-1.091-.207c-.034-.168-.077-.27-.126-.432l1.12-.138l-.015-.202l-1.15.141a5 5 0 0 0-.167-.426l1.267-.404l-.04-.253l-1.347.466a4.96 4.96 0 0 0-4.455-2.848"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsQiita(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 12c3.398 0 6.467-1.413 8.65-3.683a2.8 2.8 0 0 1-1.147-.454c-.714-.477-1.348-.927-1.682-1.674c-1.294 1.38-3.053 1.835-5.182 2.05c-4.31.436-8.045-1.49-8.498-6.3c-.192-2.045.263-3.989 1.18-5.582l-.533-2.1c-.087-.366.25-.713.605-.627l1.846.448a7.25 7.25 0 0 1 3.89-1.638a7.1 7.1 0 0 1 3.57.563l1.735-1.05c.326-.197.74.026.771.417l.1 2.474c1.334 1.409 2.242 3.332 2.448 5.517c.116 1.233-.012 2.177-.34 3.078c-.152.421-.198.777.078 1.13c.268.34.692 1.003 1.165.892c.71-.167 1.472-.123 1.942.171A11.95 11.95 0 0 0 24 12c0-6.627-5.373-12-12-12m-.073 5.727a5 5 0 0 0-.614.027a5.2 5.2 0 0 0-4.494 3.849l-1.318-.2l-.014.259l1.298.14c-.036.15-.065.24-.086.393l-1.132.09l.01.203L6.68 10.4a4 4 0 0 0-.033.456l-1.008.412l.05.25l.96-.45c.002.135.008.206.02.342c.267 2.837 2.637 3.398 5.468 3.111s5.052-1.311 4.785-4.148c-.013-.136-.032-.207-.055-.34l1.04.226l.024-.229l-1.091-.207c-.034-.168-.077-.27-.126-.432l1.12-.138l-.015-.202l-1.15.141a5 5 0 0 0-.167-.426l1.267-.404l-.04-.253l-1.347.466a4.96 4.96 0 0 0-4.455-2.848"/></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 12c3.398 0 6.467-1.413 8.65-3.683a2.8 2.8 0 0 1-1.147-.454c-.714-.477-1.348-.927-1.682-1.674c-1.294 1.38-3.053 1.835-5.182 2.05c-4.31.436-8.045-1.49-8.498-6.3c-.192-2.045.263-3.989 1.18-5.582l-.533-2.1c-.087-.366.25-.713.605-.627l1.846.448a7.25 7.25 0 0 1 3.89-1.638a7.1 7.1 0 0 1 3.57.563l1.735-1.05c.326-.197.74.026.771.417l.1 2.474c1.334 1.409 2.242 3.332 2.448 5.517c.116 1.233-.012 2.177-.34 3.078c-.152.421-.198.777.078 1.13c.268.34.692 1.003 1.165.892c.71-.167 1.472-.123 1.942.171A11.95 11.95 0 0 0 24 12c0-6.627-5.373-12-12-12m-.073 5.727a5 5 0 0 0-.614.027a5.2 5.2 0 0 0-4.494 3.849l-1.318-.2l-.014.259l1.298.14c-.036.15-.065.24-.086.393l-1.132.09l.01.203L6.68 10.4a4 4 0 0 0-.033.456l-1.008.412l.05.25l.96-.45c.002.135.008.206.02.342c.267 2.837 2.637 3.398 5.468 3.111s5.052-1.311 4.785-4.148c-.013-.136-.032-.207-.055-.34l1.04.226l.024-.229l-1.091-.207c-.034-.168-.077-.27-.126-.432l1.12-.138l-.015-.202l-1.15.141a5 5 0 0 0-.167-.426l1.267-.404l-.04-.253l-1.347.466a4.96 4.96 0 0 0-4.455-2.848"/></svg> </template>
CSS
.icon-qiita {
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%2012c3.398%200%206.467-1.413%208.65-3.683a2.8%202.8%200%200%201-1.147-.454c-.714-.477-1.348-.927-1.682-1.674c-1.294%201.38-3.053%201.835-5.182%202.05c-4.31.436-8.045-1.49-8.498-6.3c-.192-2.045.263-3.989%201.18-5.582l-.533-2.1c-.087-.366.25-.713.605-.627l1.846.448a7.25%207.25%200%200%201%203.89-1.638a7.1%207.1%200%200%201%203.57.563l1.735-1.05c.326-.197.74.026.771.417l.1%202.474c1.334%201.409%202.242%203.332%202.448%205.517c.116%201.233-.012%202.177-.34%203.078c-.152.421-.198.777.078%201.13c.268.34.692%201.003%201.165.892c.71-.167%201.472-.123%201.942.171A11.95%2011.95%200%200%200%2024%2012c0-6.627-5.373-12-12-12m-.073%205.727a5%205%200%200%200-.614.027a5.2%205.2%200%200%200-4.494%203.849l-1.318-.2l-.014.259l1.298.14c-.036.15-.065.24-.086.393l-1.132.09l.01.203L6.68%2010.4a4%204%200%200%200-.033.456l-1.008.412l.05.25l.96-.45c.002.135.008.206.02.342c.267%202.837%202.637%203.398%205.468%203.111s5.052-1.311%204.785-4.148c-.013-.136-.032-.207-.055-.34l1.04.226l.024-.229l-1.091-.207c-.034-.168-.077-.27-.126-.432l1.12-.138l-.015-.202l-1.15.141a5%205%200%200%200-.167-.426l1.267-.404l-.04-.253l-1.347.466a4.96%204.96%200%200%200-4.455-2.848%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%2012c3.398%200%206.467-1.413%208.65-3.683a2.8%202.8%200%200%201-1.147-.454c-.714-.477-1.348-.927-1.682-1.674c-1.294%201.38-3.053%201.835-5.182%202.05c-4.31.436-8.045-1.49-8.498-6.3c-.192-2.045.263-3.989%201.18-5.582l-.533-2.1c-.087-.366.25-.713.605-.627l1.846.448a7.25%207.25%200%200%201%203.89-1.638a7.1%207.1%200%200%201%203.57.563l1.735-1.05c.326-.197.74.026.771.417l.1%202.474c1.334%201.409%202.242%203.332%202.448%205.517c.116%201.233-.012%202.177-.34%203.078c-.152.421-.198.777.078%201.13c.268.34.692%201.003%201.165.892c.71-.167%201.472-.123%201.942.171A11.95%2011.95%200%200%200%2024%2012c0-6.627-5.373-12-12-12m-.073%205.727a5%205%200%200%200-.614.027a5.2%205.2%200%200%200-4.494%203.849l-1.318-.2l-.014.259l1.298.14c-.036.15-.065.24-.086.393l-1.132.09l.01.203L6.68%2010.4a4%204%200%200%200-.033.456l-1.008.412l.05.25l.96-.45c.002.135.008.206.02.342c.267%202.837%202.637%203.398%205.468%203.111s5.052-1.311%204.785-4.148c-.013-.136-.032-.207-.055-.34l1.04.226l.024-.229l-1.091-.207c-.034-.168-.077-.27-.126-.432l1.12-.138l-.015-.202l-1.15.141a5%205%200%200%200-.167-.426l1.267-.404l-.04-.253l-1.347.466a4.96%204.96%200%200%200-4.455-2.848%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/qiita.svg?color=%231a73e8&size=48