All Caps Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The All Caps 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/304908.svg" alt="All Caps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304908.svg" alt="All Caps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304908.svg" alt="All Caps icon" :width="24" :height="24" />
CSS background
.icon-all-caps {
background-image: url('https://proicons.com/icon/304908.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="M6 357c0-36-2-80-6-133 47 2 128 3 241 3 112 0 192-1 239-3-4 53-5 97-5 133 0 22 0 42 2 59h-18c-8-43-19-78-31-103-13-25-27-43-45-54s-38-17-63-17h-18v445c0 21 2 37 7 47 4 10 12 17 23 20s29 6 53 6v15c-65-1-114-2-148-2-32 0-80 1-142 2v-15c24 0 42-2 53-6 12-3 19-10 24-20 4-10 6-26 6-47V242h-17c-25 0-46 6-64 17s-32 29-44 54c-13 25-23 59-32 103H3c2-17 3-37 3-59zm520 0c0-36-2-80-6-133 47 2 127 3 240 3s193-1 240-3c-4 53-6 97-6 133 0 22 1 42 3 59h-18c-8-43-19-78-31-103-13-25-28-43-45-54s-38-17-63-17h-18v445c0 21 2 37 7 47 4 10 12 17 23 20s29 6 53 6v15c-65-1-115-2-148-2-32 0-80 1-142 2v-15c24 0 42-2 53-6 11-3 19-10 24-20 4-10 6-26 6-47V242h-17c-25 0-46 6-64 17s-32 29-44 54c-13 25-23 59-32 103h-18c2-17 3-37 3-59z"/></svg>
Copied!