A Text Widget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The A Text Widget 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/335830.svg" alt="A Text Widget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335830.svg" alt="A Text Widget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335830.svg" alt="A Text Widget icon" :width="24" :height="24" />
CSS background
.icon-a-text-widget {
background-image: url('https://proicons.com/icon/335830.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="28.8" y1="27.4" x2="30.9" y2="27.4"/><line class="b" x1="28.8" y1="23.1" x2="30.9" y2="23.1"/><line class="b" x1="28.8" y1="25.3" x2="30.1" y2="25.3"/><line class="b" x1="28.8" y1="23.1" x2="28.8" y2="27.4"/><line class="b" x1="32.4" y1="23.1" x2="35.2" y2="27.4"/><line class="b" x1="35.2" y1="23.1" x2="32.4" y2="27.4"/><line class="b" x1="24.4" y1="23.1" x2="27.2" y2="23.1"/><line class="b" x1="25.8" y1="27.4" x2="25.8" y2="23.1"/><path class="b" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><line class="b" x1="36.8" y1="23.1" x2="39.6" y2="23.1"/><line class="b" x1="38.2" y1="27.4" x2="38.2" y2="23.1"/></svg>
Copied!