
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@tabler/icons-preact
Advanced tools
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
Implementation of the Tabler Icons library for Preact applications.
Browse all icons at tabler-icons.io →
If you want to support my project and help me grow it, you can become a sponsor on GitHub or just donate on PayPal :)
yarn add @tabler/icons-preact
or
npm install @tabler/icons-preact
or
pnpm install @tabler/icons-preact
or just download from Github.
It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
import { IconArrowDown } from '@tabler/icons-preact';
const App = () => {
return <IconArrowDown />;
};
export default App;
You can pass additional props to adjust the icon.
<IconArrowDown color="red" size={48} />
| name | type | default |
|---|---|---|
size | Number | 24 |
color | String | currentColor |
stroke | Number | 2 |
For more info on how to contribute please see the contribution guidelines.
Caught a mistake or want to contribute to the documentation? Edit this page on Github
Tabler Icons is licensed under the MIT License.
FAQs
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
The npm package @tabler/icons-preact receives a total of 556 weekly downloads. As such, @tabler/icons-preact popularity was classified as not popular.
We found that @tabler/icons-preact demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies