Power Thesaurus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Power Thesaurus 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/346098.svg" alt="Power Thesaurus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346098.svg" alt="Power Thesaurus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346098.svg" alt="Power Thesaurus icon" :width="24" :height="24" />
CSS background
.icon-power-thesaurus {
background-image: url('https://proicons.com/icon/346098.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><path class="b" d="M8.5001,4.4997v3.5455M8.5001,11.5907v3.5455M8.5001,18.6817v3.5455M8.5001,25.7727v3.5455M8.5001,32.8637v3.5455M8.5001,39.9548v3.5455"/><path class="b" d="M24.0001,8.0452c6.269,0,11.9208,3.8872,14.32,9.849,2.3988,5.9618,1.0727,12.824-3.36,17.387-4.433,4.5632-11.1,5.9282-16.892,3.4585-5.7918-2.4695-9.5682-8.287-9.5684-14.74"/><circle class="b" cx="24.0001" cy="23.9997" r="5.3182"/><path class="b" d="M18.6821,38.9857v4.514h-10.182V4.4997h10.182v3.5455h5.3182v10.636h-5.3182v5.3182"/></svg>
Copied!