canvas logo
canvas from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- canvas
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the canvas logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.44 15.414a13.7 13.7 0 0 1-.436-3.44a13.7 13.7 0 0 1 .436-3.44a3.47 3.47 0 0 1 3.044 3.44a3.47 3.47 0 0 1-3.044 3.44m3.973-3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m19.147-3.44a3.47 3.47 0 0 0-3.044 3.44a3.47 3.47 0 0 0 3.044 3.44a13.7 13.7 0 0 0 .436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148 3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m-5.435 8.546a3.47 3.47 0 0 0-3.44 3.044a13.7 13.7 0 0 0 3.441.436c1.189 0 2.34-.151 3.44-.436a3.47 3.47 0 0 0-3.44-3.044m.001-3.104a1.088 1.088 0 1 0 0 2.176a1.088 1.088 0 0 0 0-2.176m0-13.936c1.772 0 3.23-1.33 3.44-3.044A13.7 13.7 0 0 0 11.978 0c-1.189 0-2.341.152-3.44.436a3.47 3.47 0 0 0 3.44 3.044zm0 .929a1.087 1.087 0 1 0 0 2.174a1.087 1.087 0 0 0 0-2.174m6.032 13.596a3.47 3.47 0 0 0-.282 4.582a13.76 13.76 0 0 0 4.863-4.865a3.47 3.47 0 0 0-4.58.283m-.657-2.195a1.09 1.09 0 0 0-1.539 1.539a1.088 1.088 0 1 0 1.54-1.539M5.966 5.96a3.467 3.467 0 0 0 .282-4.581a13.8 13.8 0 0 0-4.864 4.864a3.47 3.47 0 0 0 4.582-.283m.657.658A1.088 1.088 0 1 0 8.16 8.156a1.088 1.088 0 0 0-1.538-1.539m15.962-.386a13.76 13.76 0 0 0-4.864-4.864a3.47 3.47 0 0 0 .283 4.581a3.47 3.47 0 0 0 4.581.283m-5.238 1.912a1.089 1.089 0 1 0-1.539-1.537a1.089 1.089 0 0 0 1.539 1.537M1.377 17.71a13.76 13.76 0 0 0 4.865 4.865a3.468 3.468 0 0 0-4.865-4.865m5.239-1.912a1.088 1.088 0 1 0 1.538 1.538a1.088 1.088 0 0 0-1.538-1.538"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCanvas(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="M.44 15.414a13.7 13.7 0 0 1-.436-3.44a13.7 13.7 0 0 1 .436-3.44a3.47 3.47 0 0 1 3.044 3.44a3.47 3.47 0 0 1-3.044 3.44m3.973-3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m19.147-3.44a3.47 3.47 0 0 0-3.044 3.44a3.47 3.47 0 0 0 3.044 3.44a13.7 13.7 0 0 0 .436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148 3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m-5.435 8.546a3.47 3.47 0 0 0-3.44 3.044a13.7 13.7 0 0 0 3.441.436c1.189 0 2.34-.151 3.44-.436a3.47 3.47 0 0 0-3.44-3.044m.001-3.104a1.088 1.088 0 1 0 0 2.176a1.088 1.088 0 0 0 0-2.176m0-13.936c1.772 0 3.23-1.33 3.44-3.044A13.7 13.7 0 0 0 11.978 0c-1.189 0-2.341.152-3.44.436a3.47 3.47 0 0 0 3.44 3.044zm0 .929a1.087 1.087 0 1 0 0 2.174a1.087 1.087 0 0 0 0-2.174m6.032 13.596a3.47 3.47 0 0 0-.282 4.582a13.76 13.76 0 0 0 4.863-4.865a3.47 3.47 0 0 0-4.58.283m-.657-2.195a1.09 1.09 0 0 0-1.539 1.539a1.088 1.088 0 1 0 1.54-1.539M5.966 5.96a3.467 3.467 0 0 0 .282-4.581a13.8 13.8 0 0 0-4.864 4.864a3.47 3.47 0 0 0 4.582-.283m.657.658A1.088 1.088 0 1 0 8.16 8.156a1.088 1.088 0 0 0-1.538-1.539m15.962-.386a13.76 13.76 0 0 0-4.864-4.864a3.47 3.47 0 0 0 .283 4.581a3.47 3.47 0 0 0 4.581.283m-5.238 1.912a1.089 1.089 0 1 0-1.539-1.537a1.089 1.089 0 0 0 1.539 1.537M1.377 17.71a13.76 13.76 0 0 0 4.865 4.865a3.468 3.468 0 0 0-4.865-4.865m5.239-1.912a1.088 1.088 0 1 0 1.538 1.538a1.088 1.088 0 0 0-1.538-1.538"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.44 15.414a13.7 13.7 0 0 1-.436-3.44a13.7 13.7 0 0 1 .436-3.44a3.47 3.47 0 0 1 3.044 3.44a3.47 3.47 0 0 1-3.044 3.44m3.973-3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m19.147-3.44a3.47 3.47 0 0 0-3.044 3.44a3.47 3.47 0 0 0 3.044 3.44a13.7 13.7 0 0 0 .436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148 3.44a1.087 1.087 0 1 0 2.175 0a1.087 1.087 0 0 0-2.175 0m-5.435 8.546a3.47 3.47 0 0 0-3.44 3.044a13.7 13.7 0 0 0 3.441.436c1.189 0 2.34-.151 3.44-.436a3.47 3.47 0 0 0-3.44-3.044m.001-3.104a1.088 1.088 0 1 0 0 2.176a1.088 1.088 0 0 0 0-2.176m0-13.936c1.772 0 3.23-1.33 3.44-3.044A13.7 13.7 0 0 0 11.978 0c-1.189 0-2.341.152-3.44.436a3.47 3.47 0 0 0 3.44 3.044zm0 .929a1.087 1.087 0 1 0 0 2.174a1.087 1.087 0 0 0 0-2.174m6.032 13.596a3.47 3.47 0 0 0-.282 4.582a13.76 13.76 0 0 0 4.863-4.865a3.47 3.47 0 0 0-4.58.283m-.657-2.195a1.09 1.09 0 0 0-1.539 1.539a1.088 1.088 0 1 0 1.54-1.539M5.966 5.96a3.467 3.467 0 0 0 .282-4.581a13.8 13.8 0 0 0-4.864 4.864a3.47 3.47 0 0 0 4.582-.283m.657.658A1.088 1.088 0 1 0 8.16 8.156a1.088 1.088 0 0 0-1.538-1.539m15.962-.386a13.76 13.76 0 0 0-4.864-4.864a3.47 3.47 0 0 0 .283 4.581a3.47 3.47 0 0 0 4.581.283m-5.238 1.912a1.089 1.089 0 1 0-1.539-1.537a1.089 1.089 0 0 0 1.539 1.537M1.377 17.71a13.76 13.76 0 0 0 4.865 4.865a3.468 3.468 0 0 0-4.865-4.865m5.239-1.912a1.088 1.088 0 1 0 1.538 1.538a1.088 1.088 0 0 0-1.538-1.538"/></svg> </template>
CSS
.icon-canvas {
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%22M.44%2015.414a13.7%2013.7%200%200%201-.436-3.44a13.7%2013.7%200%200%201%20.436-3.44a3.47%203.47%200%200%201%203.044%203.44a3.47%203.47%200%200%201-3.044%203.44m3.973-3.44a1.087%201.087%200%201%200%202.175%200a1.087%201.087%200%200%200-2.175%200m19.147-3.44a3.47%203.47%200%200%200-3.044%203.44a3.47%203.47%200%200%200%203.044%203.44a13.7%2013.7%200%200%200%20.436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148%203.44a1.087%201.087%200%201%200%202.175%200a1.087%201.087%200%200%200-2.175%200m-5.435%208.546a3.47%203.47%200%200%200-3.44%203.044a13.7%2013.7%200%200%200%203.441.436c1.189%200%202.34-.151%203.44-.436a3.47%203.47%200%200%200-3.44-3.044m.001-3.104a1.088%201.088%200%201%200%200%202.176a1.088%201.088%200%200%200%200-2.176m0-13.936c1.772%200%203.23-1.33%203.44-3.044A13.7%2013.7%200%200%200%2011.978%200c-1.189%200-2.341.152-3.44.436a3.47%203.47%200%200%200%203.44%203.044zm0%20.929a1.087%201.087%200%201%200%200%202.174a1.087%201.087%200%200%200%200-2.174m6.032%2013.596a3.47%203.47%200%200%200-.282%204.582a13.76%2013.76%200%200%200%204.863-4.865a3.47%203.47%200%200%200-4.58.283m-.657-2.195a1.09%201.09%200%200%200-1.539%201.539a1.088%201.088%200%201%200%201.54-1.539M5.966%205.96a3.467%203.467%200%200%200%20.282-4.581a13.8%2013.8%200%200%200-4.864%204.864a3.47%203.47%200%200%200%204.582-.283m.657.658A1.088%201.088%200%201%200%208.16%208.156a1.088%201.088%200%200%200-1.538-1.539m15.962-.386a13.76%2013.76%200%200%200-4.864-4.864a3.47%203.47%200%200%200%20.283%204.581a3.47%203.47%200%200%200%204.581.283m-5.238%201.912a1.089%201.089%200%201%200-1.539-1.537a1.089%201.089%200%200%200%201.539%201.537M1.377%2017.71a13.76%2013.76%200%200%200%204.865%204.865a3.468%203.468%200%200%200-4.865-4.865m5.239-1.912a1.088%201.088%200%201%200%201.538%201.538a1.088%201.088%200%200%200-1.538-1.538%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%22M.44%2015.414a13.7%2013.7%200%200%201-.436-3.44a13.7%2013.7%200%200%201%20.436-3.44a3.47%203.47%200%200%201%203.044%203.44a3.47%203.47%200%200%201-3.044%203.44m3.973-3.44a1.087%201.087%200%201%200%202.175%200a1.087%201.087%200%200%200-2.175%200m19.147-3.44a3.47%203.47%200%200%200-3.044%203.44a3.47%203.47%200%200%200%203.044%203.44a13.7%2013.7%200%200%200%20.436-3.44c0-1.188-.152-2.341-.436-3.44m-6.148%203.44a1.087%201.087%200%201%200%202.175%200a1.087%201.087%200%200%200-2.175%200m-5.435%208.546a3.47%203.47%200%200%200-3.44%203.044a13.7%2013.7%200%200%200%203.441.436c1.189%200%202.34-.151%203.44-.436a3.47%203.47%200%200%200-3.44-3.044m.001-3.104a1.088%201.088%200%201%200%200%202.176a1.088%201.088%200%200%200%200-2.176m0-13.936c1.772%200%203.23-1.33%203.44-3.044A13.7%2013.7%200%200%200%2011.978%200c-1.189%200-2.341.152-3.44.436a3.47%203.47%200%200%200%203.44%203.044zm0%20.929a1.087%201.087%200%201%200%200%202.174a1.087%201.087%200%200%200%200-2.174m6.032%2013.596a3.47%203.47%200%200%200-.282%204.582a13.76%2013.76%200%200%200%204.863-4.865a3.47%203.47%200%200%200-4.58.283m-.657-2.195a1.09%201.09%200%200%200-1.539%201.539a1.088%201.088%200%201%200%201.54-1.539M5.966%205.96a3.467%203.467%200%200%200%20.282-4.581a13.8%2013.8%200%200%200-4.864%204.864a3.47%203.47%200%200%200%204.582-.283m.657.658A1.088%201.088%200%201%200%208.16%208.156a1.088%201.088%200%200%200-1.538-1.539m15.962-.386a13.76%2013.76%200%200%200-4.864-4.864a3.47%203.47%200%200%200%20.283%204.581a3.47%203.47%200%200%200%204.581.283m-5.238%201.912a1.089%201.089%200%201%200-1.539-1.537a1.089%201.089%200%200%200%201.539%201.537M1.377%2017.71a13.76%2013.76%200%200%200%204.865%204.865a3.468%203.468%200%200%200-4.865-4.865m5.239-1.912a1.088%201.088%200%201%200%201.538%201.538a1.088%201.088%200%200%200-1.538-1.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/canvas.svg?color=%231a73e8&size=48