orchardcore logo
orchardcore from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- orchardcore
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the orchardcore 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.629 0 12 0m0 21.69c-5.352 0-9.692-4.338-9.692-9.692c0-5.352 4.338-9.691 9.692-9.691c5.352 0 9.692 4.338 9.692 9.691A9.69 9.69 0 0 1 12 21.69m5.778-3.964a7.996 7.996 0 0 1 0-11.305a7.993 7.993 0 0 1 0 11.305m-3.212-3.211A7.994 7.994 0 0 1 6.572 6.52a7.996 7.996 0 0 1 7.994 7.994m-8.13 3.242a7.996 7.996 0 0 1 11.306 0a7.996 7.996 0 0 1-11.305 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOrchardcore(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.629 0 12 0m0 21.69c-5.352 0-9.692-4.338-9.692-9.692c0-5.352 4.338-9.691 9.692-9.691c5.352 0 9.692 4.338 9.692 9.691A9.69 9.69 0 0 1 12 21.69m5.778-3.964a7.996 7.996 0 0 1 0-11.305a7.993 7.993 0 0 1 0 11.305m-3.212-3.211A7.994 7.994 0 0 1 6.572 6.52a7.996 7.996 0 0 1 7.994 7.994m-8.13 3.242a7.996 7.996 0 0 1 11.306 0a7.996 7.996 0 0 1-11.305 0"/></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.629 0 12 0m0 21.69c-5.352 0-9.692-4.338-9.692-9.692c0-5.352 4.338-9.691 9.692-9.691c5.352 0 9.692 4.338 9.692 9.691A9.69 9.69 0 0 1 12 21.69m5.778-3.964a7.996 7.996 0 0 1 0-11.305a7.993 7.993 0 0 1 0 11.305m-3.212-3.211A7.994 7.994 0 0 1 6.572 6.52a7.996 7.996 0 0 1 7.994 7.994m-8.13 3.242a7.996 7.996 0 0 1 11.306 0a7.996 7.996 0 0 1-11.305 0"/></svg> </template>
CSS
.icon-orchardcore {
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.629%200%2012%200m0%2021.69c-5.352%200-9.692-4.338-9.692-9.692c0-5.352%204.338-9.691%209.692-9.691c5.352%200%209.692%204.338%209.692%209.691A9.69%209.69%200%200%201%2012%2021.69m5.778-3.964a7.996%207.996%200%200%201%200-11.305a7.993%207.993%200%200%201%200%2011.305m-3.212-3.211A7.994%207.994%200%200%201%206.572%206.52a7.996%207.996%200%200%201%207.994%207.994m-8.13%203.242a7.996%207.996%200%200%201%2011.306%200a7.996%207.996%200%200%201-11.305%200%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.629%200%2012%200m0%2021.69c-5.352%200-9.692-4.338-9.692-9.692c0-5.352%204.338-9.691%209.692-9.691c5.352%200%209.692%204.338%209.692%209.691A9.69%209.69%200%200%201%2012%2021.69m5.778-3.964a7.996%207.996%200%200%201%200-11.305a7.993%207.993%200%200%201%200%2011.305m-3.212-3.211A7.994%207.994%200%200%201%206.572%206.52a7.996%207.996%200%200%201%207.994%207.994m-8.13%203.242a7.996%207.996%200%200%201%2011.306%200a7.996%207.996%200%200%201-11.305%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/orchardcore.svg?color=%231a73e8&size=48