Ui Note Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Note 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/306783.svg" alt="Ui Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306783.svg" alt="Ui Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306783.svg" alt="Ui Note icon" :width="24" :height="24" />
CSS background
.icon-ui-note {
background-image: url('https://proicons.com/icon/306783.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M804 0H197C128 0 73 56 73 124v752c0 68 55 124 124 124h607c68 0 124-56 124-124V124C928 56 872 0 804 0zm20 808c0 45-37 82-82 82H259c-46 0-83-37-83-82V192c0-45 37-83 83-83h483c45 0 82 38 82 83v616zM705 445H295c-23 0-41 18-41 41v38c0 23 18 41 41 41h410c23 0 42-18 42-41v-38c0-23-19-41-42-41zm0-186H295c-23 0-41 18-41 41v38c0 23 18 41 41 41h410c23 0 42-18 42-41v-38c0-23-19-41-42-41zm0 372H295c-23 0-41 19-41 41v38c0 23 18 42 41 42h410c23 0 42-19 42-42v-38c0-22-19-41-42-41z"/></svg>
Copied!