cairo logo
cairo from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- cairo
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the cairo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M13.15 7.455a1.94 1.94 0 0 1-1.938-1.94c0-1.07.87-1.94 1.939-1.94c1.07 0 1.94.87 1.94 1.94s-.87 1.94-1.94 1.94M12 2C6.477 2 2 6.477 2 12c0 2.348.811 4.506 2.166 6.212c1.092-1.532 2.258-2.977 3.721-4.18c.042-.035.143-.11.272-.203a2.92 2.92 0 0 0 1.15-1.876v-.012c.37-2.438 1.371-3.279 4.152-3.279q.37.001.786.02c1.423.067 2.243.473 2.34.685a.57.57 0 0 1 .027.363l-.111-.015c-.878-.109-2.231.16-2.419 1.117c-.105.544.02 1.143.072 1.693c.054.567.104 1.139.099 1.711c-.003.044-.035.266-.005.29c-1.514-1.449-5.014.37-6.116 1.17q.17-.058.34-.122c1.05-.357 4.24-1.314 5.47-.256c1.043 1.277.104 3.634-.673 4.802a9.7 9.7 0 0 1-1.64 1.87q.184.009.369.01c5.523 0 10-4.477 10-10S17.523 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeCairo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M13.15 7.455a1.94 1.94 0 0 1-1.938-1.94c0-1.07.87-1.94 1.939-1.94c1.07 0 1.94.87 1.94 1.94s-.87 1.94-1.94 1.94M12 2C6.477 2 2 6.477 2 12c0 2.348.811 4.506 2.166 6.212c1.092-1.532 2.258-2.977 3.721-4.18c.042-.035.143-.11.272-.203a2.92 2.92 0 0 0 1.15-1.876v-.012c.37-2.438 1.371-3.279 4.152-3.279q.37.001.786.02c1.423.067 2.243.473 2.34.685a.57.57 0 0 1 .027.363l-.111-.015c-.878-.109-2.231.16-2.419 1.117c-.105.544.02 1.143.072 1.693c.054.567.104 1.139.099 1.711c-.003.044-.035.266-.005.29c-1.514-1.449-5.014.37-6.116 1.17q.17-.058.34-.122c1.05-.357 4.24-1.314 5.47-.256c1.043 1.277.104 3.634-.673 4.802a9.7 9.7 0 0 1-1.64 1.87q.184.009.369.01c5.523 0 10-4.477 10-10S17.523 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M13.15 7.455a1.94 1.94 0 0 1-1.938-1.94c0-1.07.87-1.94 1.939-1.94c1.07 0 1.94.87 1.94 1.94s-.87 1.94-1.94 1.94M12 2C6.477 2 2 6.477 2 12c0 2.348.811 4.506 2.166 6.212c1.092-1.532 2.258-2.977 3.721-4.18c.042-.035.143-.11.272-.203a2.92 2.92 0 0 0 1.15-1.876v-.012c.37-2.438 1.371-3.279 4.152-3.279q.37.001.786.02c1.423.067 2.243.473 2.34.685a.57.57 0 0 1 .027.363l-.111-.015c-.878-.109-2.231.16-2.419 1.117c-.105.544.02 1.143.072 1.693c.054.567.104 1.139.099 1.711c-.003.044-.035.266-.005.29c-1.514-1.449-5.014.37-6.116 1.17q.17-.058.34-.122c1.05-.357 4.24-1.314 5.47-.256c1.043 1.277.104 3.634-.673 4.802a9.7 9.7 0 0 1-1.64 1.87q.184.009.369.01c5.523 0 10-4.477 10-10S17.523 2 12 2"/></svg> </template>
CSS
.icon-cairo {
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%22%23f44336%22%20d%3D%22M13.15%207.455a1.94%201.94%200%200%201-1.938-1.94c0-1.07.87-1.94%201.939-1.94c1.07%200%201.94.87%201.94%201.94s-.87%201.94-1.94%201.94M12%202C6.477%202%202%206.477%202%2012c0%202.348.811%204.506%202.166%206.212c1.092-1.532%202.258-2.977%203.721-4.18c.042-.035.143-.11.272-.203a2.92%202.92%200%200%200%201.15-1.876v-.012c.37-2.438%201.371-3.279%204.152-3.279q.37.001.786.02c1.423.067%202.243.473%202.34.685a.57.57%200%200%201%20.027.363l-.111-.015c-.878-.109-2.231.16-2.419%201.117c-.105.544.02%201.143.072%201.693c.054.567.104%201.139.099%201.711c-.003.044-.035.266-.005.29c-1.514-1.449-5.014.37-6.116%201.17q.17-.058.34-.122c1.05-.357%204.24-1.314%205.47-.256c1.043%201.277.104%203.634-.673%204.802a9.7%209.7%200%200%201-1.64%201.87q.184.009.369.01c5.523%200%2010-4.477%2010-10S17.523%202%2012%202%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%22%23f44336%22%20d%3D%22M13.15%207.455a1.94%201.94%200%200%201-1.938-1.94c0-1.07.87-1.94%201.939-1.94c1.07%200%201.94.87%201.94%201.94s-.87%201.94-1.94%201.94M12%202C6.477%202%202%206.477%202%2012c0%202.348.811%204.506%202.166%206.212c1.092-1.532%202.258-2.977%203.721-4.18c.042-.035.143-.11.272-.203a2.92%202.92%200%200%200%201.15-1.876v-.012c.37-2.438%201.371-3.279%204.152-3.279q.37.001.786.02c1.423.067%202.243.473%202.34.685a.57.57%200%200%201%20.027.363l-.111-.015c-.878-.109-2.231.16-2.419%201.117c-.105.544.02%201.143.072%201.693c.054.567.104%201.139.099%201.711c-.003.044-.035.266-.005.29c-1.514-1.449-5.014.37-6.116%201.17q.17-.058.34-.122c1.05-.357%204.24-1.314%205.47-.256c1.043%201.277.104%203.634-.673%204.802a9.7%209.7%200%200%201-1.64%201.87q.184.009.369.01c5.523%200%2010-4.477%2010-10S17.523%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/cairo.svg?color=%231a73e8&size=48