Text Message Creator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Text Message Creator 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/333830.svg" alt="Text Message Creator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333830.svg" alt="Text Message Creator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333830.svg" alt="Text Message Creator icon" :width="24" :height="24" />
CSS background
.icon-text-message-creator {
background-image: url('https://proicons.com/icon/333830.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M5.4998,22.5c0-8.2843,6.7157-15,15-15s15,6.7157,15,15-6.7157,15-15,15H5.4998v-15Z"/><path class="c" d="M34.5319,17.194c4.6442,1.6563,7.9683,6.0929,7.9683,11.306v12h-12c-3.1116,0-5.9465-1.1843-8.0787-3.1267"/><circle class="c" cx="20.4998" cy="22.5" r="1.5"/><circle class="c" cx="13.9998" cy="22.5" r="1.5"/><circle class="c" cx="26.9998" cy="22.5" r="1.5"/></svg>
Copied!