Video Add icon

Used to represent general video content scenarios. The Video Add icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Video Add icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { VideoAdd24Regular, VideoAdd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <VideoAdd24Regular aria-label="Video Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_video_add_24_regular.svg" width="24" height="24" alt="Video Add">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 4C3.45507 4 2 5.45507 2 7.25V12.8096C2.44427 12.3832 2.94898 12.0194 3.5 11.7322V7.25C3.5 6.2835 4.2835 5.5 5.25 5.5H12.75C13.7165 5.5 14.5 6.2835 14.5 7.25V14.75C14.5 15.6584 13.8079 16.4051 12.9223 16.4916C12.9734 16.8203 13 17.157 13 17.5C13 17.6655 12.9938 17.8295 12.9817 17.9919C14.6685 17.8731 16 16.467 16 14.75V14.438L19.2575 16.6872C20.4183 17.4887 22.0018 16.6578 22.0018 15.2471V6.75204C22.0018 5.34137 20.4183 4.51044 19.2575 5.31197L16 7.56118V7.25C16 5.45507 14.5449 4 12.75 4H5.25ZM16 9.38401L20.1098 6.54632C20.2756 6.43181 20.5018 6.55051 20.5018 6.75204V15.2471C20.5018 15.4486 20.2756 15.5673 20.1098 15.4528L16 12.6151V9.38401ZM12 17.5C12 14.4624 9.53757 12 6.5 12C3.46243 12 1 14.4624 1 17.5C1 20.5376 3.46243 23 6.5 23C9.53757 23 12 20.5376 12 17.5ZM7.00065 18L7.00111 20.5035C7.00111 20.7797 6.77725 21.0035 6.50111 21.0035C6.22497 21.0035 6.00111 20.7797 6.00111 20.5035L6.00065 18H3.4956C3.21973 18 2.99609 17.7762 2.99609 17.5C2.99609 17.2239 3.21973 17 3.4956 17H6.00046L6 14.4993C6 14.2231 6.22386 13.9993 6.5 13.9993C6.77614 13.9993 7 14.2231 7 14.4993L7.00046 17H9.49659C9.77246 17 9.99609 17.2239 9.99609 17.5C9.99609 17.7762 9.77246 18 9.49659 18H7.00065Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/video_add_24_regular.svg";

Details

NameVideo Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_video_add_24_regular.svg
Filled fileic_fluent_video_add_24_filled.svg
React componentsVideoAdd24Regular, VideoAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

videofilmclipmediacontentcamerarecordingcaptureplusnew

Related icons