Assess Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Assess 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/319546.svg" alt="Assess icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319546.svg" alt="Assess icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319546.svg" alt="Assess icon" :width="24" :height="24" />
CSS background
.icon-assess {
background-image: url('https://proicons.com/icon/319546.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="assess_00000164490418063479133240000000276755025188127122_" d="M11.5,14c0-0.276,0.224-0.5,0.5-0.5s0.5,0.224,0.5,0.5 s-0.224,0.5-0.5,0.5S11.5,14.276,11.5,14z M12,11.5c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5 S11.724,11.5,12,11.5z M12,8.5c0.276,0,0.5-0.224,0.5-0.5S12.276,7.5,12,7.5S11.5,7.724,11.5,8S11.724,8.5,12,8.5z M17,17.5 c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5S16.724,17.5,17,17.5z M17,14.5c0.276,0,0.5-0.224,0.5-0.5 s-0.224-0.5-0.5-0.5s-0.5,0.224-0.5,0.5S16.724,14.5,17,14.5z M17,11.5c0.276,0,0.5-0.224,0.5-0.5s-0.224-0.5-0.5-0.5 s-0.5,0.224-0.5,0.5S16.724,11.5,17,11.5z M22,16c0.276,0,0.5-0.224,0.5-0.5S22.276,15,22,15s-0.5,0.224-0.5,0.5S21.724,16,22,16z M22,13c0.276,0,0.5-0.224,0.5-0.5S22.276,12,22,12s-0.5,0.224-0.5,0.5S21.724,13,22,13z M22,10c0.276,0,0.5-0.224,0.5-0.5 S22.276,9,22,9s-0.5,0.224-0.5,0.5S21.724,10,22,10z M17.36,31h-0.72V19.262c-1.591-0.232-3.053-0.867-4.28-1.796V27h-0.72V16.861 c-1.844-1.71-3-4.153-3-6.861c0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.36c0,2.379-0.883,4.624-2.492,6.358l6.387,6.387 l-0.51,0.51l-6.387-6.388c-0.608,0.565-1.28,1.041-1.998,1.42V29h-0.72V18.629c-1.329,0.561-2.819,0.81-4.279,0.709L17.36,31 L17.36,31z M18,1.36c-4.764,0-8.64,3.876-8.64,8.64s3.876,8.64,8.64,8.64c2.308,0,4.478-0.898,6.108-2.531 c1.633-1.631,2.531-3.801,2.531-6.108C26.64,5.236,22.764,1.36,18,1.36z M7.36,28H6.64V10h0.72C7.36,10,7.36,28,7.36,28z M2.36,24 H1.64V4h0.72C2.36,4,2.36,24,2.36,24z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!