Prompt Post Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Prompt Post 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/346209.svg" alt="Prompt Post icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346209.svg" alt="Prompt Post icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346209.svg" alt="Prompt Post icon" :width="24" :height="24" />
CSS background
.icon-prompt-post {
background-image: url('https://proicons.com/icon/346209.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M13.0436,36.5952c-2.6112,0-4.7135-2.0999-4.7135-4.7083V10.2083c0-2.6084,2.1022-4.7083,4.7135-4.7083h21.9115c2.6112,0,4.7137,2.0999,4.7136,4.7083l-.0002,8.3372c0,2.9394.1159,3.988-1.8237,5.9255l-10.3131,10.3024c-1.4626,1.461-3.8628,1.8219-5.9312,1.8219h-8.557Z"/><path id="d" class="f" d="M38.5533,23.68h-13.3175v12.4129"/></g><path id="e" class="f" d="M8.3302,42.5h31.3386"/></svg>
Copied!