canva logo
canva from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- canva
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the canva logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-.39 16.5c-2.95 0-4.86-2.21-4.86-5.56c0-4.32 2.99-7.45 6.36-7.45c2.04 0 3.25 1.03 3.25 2.42s-1.04 2.46-1.93 2.46c-.22 0-.33-.11-.33-.29c0-.4.64-1 .64-2.13c0-.95-.58-1.55-1.53-1.55c-2.04 0-4.36 2.41-4.36 6.58c0 2.46 1.22 4.24 3.19 4.24c1.71 0 3.18-1.22 4.03-2.96c.08-.15.15-.22.23-.22c.12 0 .23.1.23.33c0 1.01-1.81 4.12-4.94 4.12Z"/></svg>
React
import type { SVGProps } from "react";
export function BxlCanva(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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-.39 16.5c-2.95 0-4.86-2.21-4.86-5.56c0-4.32 2.99-7.45 6.36-7.45c2.04 0 3.25 1.03 3.25 2.42s-1.04 2.46-1.93 2.46c-.22 0-.33-.11-.33-.29c0-.4.64-1 .64-2.13c0-.95-.58-1.55-1.53-1.55c-2.04 0-4.36 2.41-4.36 6.58c0 2.46 1.22 4.24 3.19 4.24c1.71 0 3.18-1.22 4.03-2.96c.08-.15.15-.22.23-.22c.12 0 .23.1.23.33c0 1.01-1.81 4.12-4.94 4.12Z"/></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 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-.39 16.5c-2.95 0-4.86-2.21-4.86-5.56c0-4.32 2.99-7.45 6.36-7.45c2.04 0 3.25 1.03 3.25 2.42s-1.04 2.46-1.93 2.46c-.22 0-.33-.11-.33-.29c0-.4.64-1 .64-2.13c0-.95-.58-1.55-1.53-1.55c-2.04 0-4.36 2.41-4.36 6.58c0 2.46 1.22 4.24 3.19 4.24c1.71 0 3.18-1.22 4.03-2.96c.08-.15.15-.22.23-.22c.12 0 .23.1.23.33c0 1.01-1.81 4.12-4.94 4.12Z"/></svg> </template>
CSS
.icon-canva {
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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m-.39%2016.5c-2.95%200-4.86-2.21-4.86-5.56c0-4.32%202.99-7.45%206.36-7.45c2.04%200%203.25%201.03%203.25%202.42s-1.04%202.46-1.93%202.46c-.22%200-.33-.11-.33-.29c0-.4.64-1%20.64-2.13c0-.95-.58-1.55-1.53-1.55c-2.04%200-4.36%202.41-4.36%206.58c0%202.46%201.22%204.24%203.19%204.24c1.71%200%203.18-1.22%204.03-2.96c.08-.15.15-.22.23-.22c.12%200%20.23.1.23.33c0%201.01-1.81%204.12-4.94%204.12Z%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%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m-.39%2016.5c-2.95%200-4.86-2.21-4.86-5.56c0-4.32%202.99-7.45%206.36-7.45c2.04%200%203.25%201.03%203.25%202.42s-1.04%202.46-1.93%202.46c-.22%200-.33-.11-.33-.29c0-.4.64-1%20.64-2.13c0-.95-.58-1.55-1.53-1.55c-2.04%200-4.36%202.41-4.36%206.58c0%202.46%201.22%204.24%203.19%204.24c1.71%200%203.18-1.22%204.03-2.96c.08-.15.15-.22.23-.22c.12%200%20.23.1.23.33c0%201.01-1.81%204.12-4.94%204.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/canva.svg?color=%231a73e8&size=48