Video Audio Sound Icons for Angular

103 icons · 6 styles each · @rchernando/solar-icons/video-audio-sound

Solar Icons groups 103 glyphs under Video Audio Sound — 8.3% of the 1,246 icons in the library, which makes it the 2nd largest of the 37 categories. Every glyph is drawn on a 24x24 grid and exported in 6 style variants, so the set accounts for roughly 618 icon definitions on its own.

These are icons for playback, volume, cameras and media state. You will normally place them in players, call controls, recording bars and gallery viewers, and they are the first set media products and video conferencing tools tends to pull in. Icons such as Album, Camera, Camera Add and Camera Minimalistic cover the obvious cases; further in you will find Album, Gallery Check, Music Note and Podcast, which handle the states people forget to design for.

All 103 Video Audio Sound icons

Style variants in the Video Audio Sound set

Each of the 103 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for video audio sound in a dense layout; Bold reads better at small sizes and on coloured surfaces; the duotone pair adds a second opacity layer when you want depth without introducing another colour token.

bold
bold-duotone
linear
outline
broken
line-duotone

Installing the Video Audio Sound icons

Import from the "@rchernando/solar-icons/video-audio-sound" entry point rather than the package root — that is what keeps the other 36 categories out of your bundle. Register the icons you need with provideSolarIcons, either once in the application config or inside the providers array of the route that uses them, and render <solar-icon> with the icon name. The SVG is inlined, so there is no runtime fetch and no flash of missing icon.

bash
npm i @rchernando/solar-icons
typescript
import { AlbumBold, CameraBold, CameraAddBold } from '@rchernando/solar-icons/video-audio-sound';
html
<solar-icon name="album" iconStyle="bold" size="24px" />
<solar-icon name="camera" iconStyle="bold" size="24px" />
<solar-icon name="camera-add" iconStyle="bold" size="24px" />

Video Audio Sound icons FAQ

How many video audio sound icons are there?
103 unique icons, each in 6 styles, for 618 definitions in the video-audio-sound entry point.
Are the Video Audio Sound icons free to use?
Yes. @rchernando/solar-icons is published on npm under an open licence and the video-audio-sound set is included in the package.
Can I import only one video audio sound icon?
Yes — import the single export you need from "@rchernando/solar-icons/video-audio-sound". Anything you do not import is tree-shaken away.

Other icon categories

Sets that are commonly used next to Video Audio Sound: Weather (36), Arrow (67), Users (22) and Transport Parts Service (19).

37 categories, 1,246 icons. Search the whole library or read the usage patterns.