Attention Square Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Attention Square Svg 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/308897.svg" alt="Attention Square Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308897.svg" alt="Attention Square Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308897.svg" alt="Attention Square Svg icon" :width="24" :height="24" />
CSS background
.icon-attention-square---svg {
background-image: url('https://proicons.com/icon/308897.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3 4.00098C3 3.44869 3.44772 3.00098 4 3.00098H20C20.5523 3.00098 21 3.44869 21 4.00098V18.001C21 19.6578 19.6569 21.001 18 21.001H6C4.34315 21.001 3 19.6578 3 18.001V4.00098ZM12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13ZM10.5 16C10.5 15.1716 11.1716 14.5 12 14.5H12.01C12.8384 14.5 13.51 15.1716 13.51 16V16.01C13.51 16.8384 12.8384 17.51 12.01 17.51H12C11.1716 17.51 10.5 16.8384 10.5 16.01V16Z" fill="#292929"/> </svg>
Copied!