Notion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notion 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/344912.svg" alt="Notion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344912.svg" alt="Notion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344912.svg" alt="Notion icon" :width="24" :height="24" />
CSS background
.icon-notion {
background-image: url('https://proicons.com/icon/344912.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><polygon class="a" points="42.141 41.537 11.643 42.5 11.914 13.564 42.141 12.098 42.141 41.537"/><polyline class="a" points="42.141 12.098 32.215 5.5 6.269 7.296 11.914 13.564"/><polyline class="a" points="11.643 42.5 5.859 34.363 6.269 7.296"/><polyline class="a" points="21.061 36.698 21.061 19.954 33.607 36.339 33.607 19.057"/><line class="a" x1="18.745" y1="36.8552" x2="23.3778" y2="36.5409"/><line class="a" x1="18.745" y1="19.9536" x2="21.0614" y2="19.9544"/><line class="a" x1="31.2906" y1="19.2137" x2="35.9233" y2="18.8995"/></svg>
Copied!