Alan Watts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alan Watts 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/321550.svg" alt="Alan Watts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321550.svg" alt="Alan Watts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321550.svg" alt="Alan Watts icon" :width="24" :height="24" />
CSS background
.icon-alan-watts {
background-image: url('https://proicons.com/icon/321550.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M4.5459,33.0299c3.423-2.0887,6.8462-4.1774,9.9412-7.5424s5.8618-8.0061,8.6285-12.6475"/><path class="b" d="M18.5576,32.246c.7832-.6092,1.5665-1.2184,2.3142-4.4395.7477-3.2211,1.4599-9.0538,1.1118-11.4472-.3481-2.3932-1.7564-1.3469-3.1649-.3005"/><path class="b" d="M14.2062,22.3245c3.6261-.1741,7.2523-.3481,9.3264-.4787,2.0741-.1305,2.5963-.2176,2.1757,1.3635-.4206,1.5811-1.784,4.83-2.4223,8.1081s-.5512,6.5851.1161,7.934c.6672,1.3489,1.9145.7397,3.9162-2.5819,2.0017-3.3216,4.7575-9.3554,5.6568-8.253.8993,1.1024-.058,9.341.7978,10.1386.8558.7977,3.5246-5.8453,5.7294-8.9058s3.9452-2.5384,5.6857-2.0161"/></svg>
Copied!