coronarenderer logo
coronarenderer from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- coronarenderer
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the coronarenderer logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.734 11.603a5.67 5.67 0 0 1-1.44 5.033a5.66 5.66 0 0 1-3.789 1.741a5.67 5.67 0 0 1-3.979-1.365a5.66 5.66 0 0 1-1.921-3.684a5.67 5.67 0 0 1 1.17-4.057a5.67 5.67 0 0 1 3.574-2.095a5.67 5.67 0 0 1 4.123.97a5.67 5.67 0 0 1 2.262 3.457M24 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6m-2.172 3.483a9.17 9.17 0 0 0-5.973-5.849c.159.423.239.874.238 1.326a6.6 6.6 0 0 0-4.632-2.564a6.6 6.6 0 0 0-3.265.538a3.78 3.78 0 0 1 2.03 1.533a6.63 6.63 0 0 0-5.611.561a6.6 6.6 0 0 0-1.784 1.581a3.79 3.79 0 0 1 3.262.843a3.78 3.78 0 0 1-2.778 1.039q.232.377.544.689l-.031.051a3.8 3.8 0 0 0-1.68 1.496a3.75 3.75 0 0 0-.029 3.809a1.53 1.53 0 0 1 1.622-1.686c.921.071 1.576.983 1.351 1.88a1.53 1.53 0 0 1-1.386 1.142a6.62 6.62 0 0 0 4.08 3.146a6.6 6.6 0 0 0 1.866.206a3.7 3.7 0 0 1-1.637.711a9.16 9.16 0 0 0 9.282.587a9.2 9.2 0 0 0 3.184-2.684a9.14 9.14 0 0 0 1.676-3.876a9.24 9.24 0 0 0-.329-4.479"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCoronarenderer(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="M19.734 11.603a5.67 5.67 0 0 1-1.44 5.033a5.66 5.66 0 0 1-3.789 1.741a5.67 5.67 0 0 1-3.979-1.365a5.66 5.66 0 0 1-1.921-3.684a5.67 5.67 0 0 1 1.17-4.057a5.67 5.67 0 0 1 3.574-2.095a5.67 5.67 0 0 1 4.123.97a5.67 5.67 0 0 1 2.262 3.457M24 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6m-2.172 3.483a9.17 9.17 0 0 0-5.973-5.849c.159.423.239.874.238 1.326a6.6 6.6 0 0 0-4.632-2.564a6.6 6.6 0 0 0-3.265.538a3.78 3.78 0 0 1 2.03 1.533a6.63 6.63 0 0 0-5.611.561a6.6 6.6 0 0 0-1.784 1.581a3.79 3.79 0 0 1 3.262.843a3.78 3.78 0 0 1-2.778 1.039q.232.377.544.689l-.031.051a3.8 3.8 0 0 0-1.68 1.496a3.75 3.75 0 0 0-.029 3.809a1.53 1.53 0 0 1 1.622-1.686c.921.071 1.576.983 1.351 1.88a1.53 1.53 0 0 1-1.386 1.142a6.62 6.62 0 0 0 4.08 3.146a6.6 6.6 0 0 0 1.866.206a3.7 3.7 0 0 1-1.637.711a9.16 9.16 0 0 0 9.282.587a9.2 9.2 0 0 0 3.184-2.684a9.14 9.14 0 0 0 1.676-3.876a9.24 9.24 0 0 0-.329-4.479"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.734 11.603a5.67 5.67 0 0 1-1.44 5.033a5.66 5.66 0 0 1-3.789 1.741a5.67 5.67 0 0 1-3.979-1.365a5.66 5.66 0 0 1-1.921-3.684a5.67 5.67 0 0 1 1.17-4.057a5.67 5.67 0 0 1 3.574-2.095a5.67 5.67 0 0 1 4.123.97a5.67 5.67 0 0 1 2.262 3.457M24 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6m-2.172 3.483a9.17 9.17 0 0 0-5.973-5.849c.159.423.239.874.238 1.326a6.6 6.6 0 0 0-4.632-2.564a6.6 6.6 0 0 0-3.265.538a3.78 3.78 0 0 1 2.03 1.533a6.63 6.63 0 0 0-5.611.561a6.6 6.6 0 0 0-1.784 1.581a3.79 3.79 0 0 1 3.262.843a3.78 3.78 0 0 1-2.778 1.039q.232.377.544.689l-.031.051a3.8 3.8 0 0 0-1.68 1.496a3.75 3.75 0 0 0-.029 3.809a1.53 1.53 0 0 1 1.622-1.686c.921.071 1.576.983 1.351 1.88a1.53 1.53 0 0 1-1.386 1.142a6.62 6.62 0 0 0 4.08 3.146a6.6 6.6 0 0 0 1.866.206a3.7 3.7 0 0 1-1.637.711a9.16 9.16 0 0 0 9.282.587a9.2 9.2 0 0 0 3.184-2.684a9.14 9.14 0 0 0 1.676-3.876a9.24 9.24 0 0 0-.329-4.479"/></svg> </template>
CSS
.icon-coronarenderer {
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%22M19.734%2011.603a5.67%205.67%200%200%201-1.44%205.033a5.66%205.66%200%200%201-3.789%201.741a5.67%205.67%200%200%201-3.979-1.365a5.66%205.66%200%200%201-1.921-3.684a5.67%205.67%200%200%201%201.17-4.057a5.67%205.67%200%200%201%203.574-2.095a5.67%205.67%200%200%201%204.123.97a5.67%205.67%200%200%201%202.262%203.457M24%206v12a6%206%200%200%201-6%206H6a6%206%200%200%201-6-6V6a6%206%200%200%201%206-6h12a6%206%200%200%201%206%206m-2.172%203.483a9.17%209.17%200%200%200-5.973-5.849c.159.423.239.874.238%201.326a6.6%206.6%200%200%200-4.632-2.564a6.6%206.6%200%200%200-3.265.538a3.78%203.78%200%200%201%202.03%201.533a6.63%206.63%200%200%200-5.611.561a6.6%206.6%200%200%200-1.784%201.581a3.79%203.79%200%200%201%203.262.843a3.78%203.78%200%200%201-2.778%201.039q.232.377.544.689l-.031.051a3.8%203.8%200%200%200-1.68%201.496a3.75%203.75%200%200%200-.029%203.809a1.53%201.53%200%200%201%201.622-1.686c.921.071%201.576.983%201.351%201.88a1.53%201.53%200%200%201-1.386%201.142a6.62%206.62%200%200%200%204.08%203.146a6.6%206.6%200%200%200%201.866.206a3.7%203.7%200%200%201-1.637.711a9.16%209.16%200%200%200%209.282.587a9.2%209.2%200%200%200%203.184-2.684a9.14%209.14%200%200%200%201.676-3.876a9.24%209.24%200%200%200-.329-4.479%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%22M19.734%2011.603a5.67%205.67%200%200%201-1.44%205.033a5.66%205.66%200%200%201-3.789%201.741a5.67%205.67%200%200%201-3.979-1.365a5.66%205.66%200%200%201-1.921-3.684a5.67%205.67%200%200%201%201.17-4.057a5.67%205.67%200%200%201%203.574-2.095a5.67%205.67%200%200%201%204.123.97a5.67%205.67%200%200%201%202.262%203.457M24%206v12a6%206%200%200%201-6%206H6a6%206%200%200%201-6-6V6a6%206%200%200%201%206-6h12a6%206%200%200%201%206%206m-2.172%203.483a9.17%209.17%200%200%200-5.973-5.849c.159.423.239.874.238%201.326a6.6%206.6%200%200%200-4.632-2.564a6.6%206.6%200%200%200-3.265.538a3.78%203.78%200%200%201%202.03%201.533a6.63%206.63%200%200%200-5.611.561a6.6%206.6%200%200%200-1.784%201.581a3.79%203.79%200%200%201%203.262.843a3.78%203.78%200%200%201-2.778%201.039q.232.377.544.689l-.031.051a3.8%203.8%200%200%200-1.68%201.496a3.75%203.75%200%200%200-.029%203.809a1.53%201.53%200%200%201%201.622-1.686c.921.071%201.576.983%201.351%201.88a1.53%201.53%200%200%201-1.386%201.142a6.62%206.62%200%200%200%204.08%203.146a6.6%206.6%200%200%200%201.866.206a3.7%203.7%200%200%201-1.637.711a9.16%209.16%200%200%200%209.282.587a9.2%209.2%200%200%200%203.184-2.684a9.14%209.14%200%200%200%201.676-3.876a9.24%209.24%200%200%200-.329-4.479%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/coronarenderer.svg?color=%231a73e8&size=48