Physics Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Physics Notes 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/331227.svg" alt="Physics Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331227.svg" alt="Physics Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331227.svg" alt="Physics Notes icon" :width="24" :height="24" />
CSS background
.icon-physics-notes {
background-image: url('https://proicons.com/icon/331227.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="d" d="M7.9288,21.1144v-8h2.619c1.4806,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><path class="d" d="M23.77,19.1114v2.7c0,1.1046-.8954,2-2,2-.5523,0-1.0522-.2239-1.4142-.5858"/><path class="d" d="M23.77,15.8114v3.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2v-3.3"/><line class="d" x1="14.5" y1="13.1144" x2="14.5" y2="21.1144"/><path class="d" d="M14.5,17.8144c0-1.1046.8954-2,2-2s2,.8954,2,2v3.3"/><circle class="c" cx="30.057" cy="13.3644" r=".75"/><line class="d" x1="30.057" y1="15.8144" x2="30.057" y2="21.1144"/><path class="d" d="M25.1748,20.6674c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325s-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><path class="d" d="M36.6683,20.6674c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><path class="d" d="M35.27,20.1044c-.3448.6019-.9934,1.0073-1.7367,1.0073-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2,.7419,0,1.3894.4039,1.7347,1.0039"/><polyline class="d" points="11.373 34.8884 11.373 26.8884 16.673 34.8884 16.673 26.8884"/><path class="d" d="M20.254,34.8884c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2Z"/><path class="d" d="M33.23,34.4414c.3652.3066.7594.4472,1.6449.4472h.4487c.7302,0,1.3221-.5932,1.3221-1.325h0c0-.7318-.5919-1.325-1.3221-1.325h-.8974c-.7302,0-1.3221-.5932-1.3221-1.325h0c0-.7318.5919-1.325,1.3221-1.325h.4487c.8854,0,1.2797.1405,1.6449.4472"/><line class="d" x1="24.88" y1="27.9384" x2="24.88" y2="34.8884"/><line class="d" x1="23.83" y1="29.5884" x2="25.93" y2="29.5884"/><path class="d" d="M31.25,33.8784c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/></g><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!