Canva Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canva icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/337988.svg" alt="Canva icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337988.svg" alt="Canva icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337988.svg" alt="Canva icon" :width="24" :height="24" />
CSS background
.icon-canva {
background-image: url('https://proicons.com/icon/337988.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="33.563 22.611 31.341 28.5 29.118 22.611"/><path class="a" d="M20.9,26.2777A2.2287,2.2287,0,0,1,18.6774,28.5h0a2.2287,2.2287,0,0,1-2.2222-2.2222V24.8333a2.2287,2.2287,0,0,1,2.2222-2.2222h0A2.2287,2.2287,0,0,1,20.9,24.8333"/><line class="a" x1="20.8996" y1="28.4999" x2="20.8996" y2="22.6111"/><path class="a" d="M27.5307,28.5V24.8333a2.2287,2.2287,0,0,0-2.2222-2.2222h0a2.2287,2.2287,0,0,0-2.2222,2.2222V28.5"/><line class="a" x1="23.0863" y1="24.8333" x2="23.0863" y2="22.6111"/><path class="a" d="M14.4163,25.5h0a2.9875,2.9875,0,0,1-3,3h0a2.9875,2.9875,0,0,1-3-3v-3a2.9875,2.9875,0,0,1,3-3h0a2.8953,2.8953,0,0,1,2.8889,3h0"/><path class="a" d="M39.5837,26.2777A2.2287,2.2287,0,0,1,37.3615,28.5h0a2.2287,2.2287,0,0,1-2.2222-2.2222V24.8333a2.2287,2.2287,0,0,1,2.2222-2.2222h0a2.2287,2.2287,0,0,1,2.2222,2.2222"/><line class="a" x1="39.5837" y1="28.4999" x2="39.5837" y2="22.6111"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!