Stylish Text Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stylish Text 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/333408.svg" alt="Stylish Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333408.svg" alt="Stylish Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333408.svg" alt="Stylish Text icon" :width="24" :height="24" />
CSS background
.icon-stylish-text {
background-image: url('https://proicons.com/icon/333408.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.2903,36.8245c.1958-.2856.5861-.3584.8717-.1626.0008.0005.0015.0011.0023.0016l1.549,1.066c.2856.1958.3584.5861.1626.8717-.0005.0008-.0011.0015-.0016.0023l-2.346.643-.238-2.422Z"/><path class="b" d="m36.5333,5.6075l1.549,1.066c.2854.1961.3579.5864.1618.8718-.0003.0004-.0005.0008-.0008.0012l-1.054,1.533c-.1958.2856-.5861.3584-.8717.1626-.0008-.0005-.0015-.0011-.0023-.0016l-1.549-1.066c-.2854-.1961-.3579-.5864-.1618-.8718.0003-.0004.0005-.0008.0008-.0012l1.054-1.533c.1958-.2856.5861-.3584.8717-.1626.0008.0005.0015.0011.0023.0016Z"/><path class="b" d="m33.7973,9.5815l1.55,1.066c.2854.1962.3576.5865.1615.8719-.0005.0007-.001.0014-.0015.0021l-16.952,24.638c-.1961.2854-.5864.3579-.8718.1618-.0004-.0003-.0008-.0005-.0012-.0008l-1.55-1.065c-.2854-.1962-.3576-.5865-.1615-.8719.0005-.0007.001-.0014.0015-.0021l16.953-24.64c.1964-.2852.5869-.3571.872-.1607.0003.0002.0006.0004.001.0007h-.001Z"/><path class="b" d="m32.4263,10.3695c-1.935-2.08-3.375-3.403-6.729-4.77-1.531.033-4.136,1.085-6.206,3.564-1.418,1.7-2.06,3.415-1.932,4.98"/><path class="b" d="m29.2793,20.5635c3.736.505,7.827,1.65,9.869,4.815,3.097,4.799,1.647,12.695-5.805,16.195-3.13,1.47-5.657,1.045-7.131-.21-4.966-4.228-4.89-3.977-7.196-5.55"/><path class="b" d="m16.2433,33.9575c-10.614-6.242-11.794,6.567-3.337,6.743,7.095.149,20.035-2.462,20.406-8.344.213-3.364-4.978-4.127-9.046-4.507"/><path class="b" d="m24.2663,27.8495c-.664-.062-1.299-.114-1.875-.166-.5588-.049-1.1153-.1214-1.668-.217"/><path class="b" d="m20.7233,27.4665c-11.365-1.984-10.107-12.818-3.164-13.324.231,2.827,2.978,5.159,8.203,6.002"/></svg>
Copied!