Image Split icon

Used to represent images in content and photo editing scenarios. The Image Split 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 Image Split 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 { ImageSplit24Regular, ImageSplit24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ImageSplit24Regular aria-label="Image Split" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_image_split_24_regular.svg" width="24" height="24" alt="Image Split">

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="M12.5 2.75C12.5 2.33579 12.1642 2 11.75 2C11.3358 2 11 2.33579 11 2.75V21.25C11 21.6642 11.3358 22 11.75 22C12.1642 22 12.5 21.6642 12.5 21.25V2.75ZM5.25 4.5C4.2835 4.5 3.5 5.2835 3.5 6.25V6.75C3.5 7.16421 3.16421 7.5 2.75 7.5C2.33579 7.5 2 7.16421 2 6.75V6.25C2 4.45507 3.45507 3 5.25 3H5.75C6.16421 3 6.5 3.33579 6.5 3.75C6.5 4.16421 6.16421 4.5 5.75 4.5H5.25ZM5.25 19.5C4.2835 19.5 3.5 18.7165 3.5 17.75V17.25C3.5 16.8358 3.16421 16.5 2.75 16.5C2.33579 16.5 2 16.8358 2 17.25V17.75C2 19.5449 3.45507 21 5.25 21H5.75C6.16421 21 6.5 20.6642 6.5 20.25C6.5 19.8358 6.16421 19.5 5.75 19.5H5.25ZM13.5 21H18.75C20.5449 21 22 19.5449 22 17.75V6.25C22 4.45507 20.5449 3 18.75 3H13.5V4.5H18.75C19.7165 4.5 20.5 5.2835 20.5 6.25V17.75C20.5 17.9588 20.4634 18.159 20.3964 18.3447L14.5742 12.6431L14.4458 12.5266C14.1647 12.2904 13.8395 12.1337 13.5 12.0567V13.6917C13.5084 13.6992 13.5166 13.7069 13.5247 13.7148L19.3305 19.4014C19.1489 19.4653 18.9535 19.5 18.75 19.5H13.5V21ZM18.5042 8.75212C18.5042 7.50831 17.4959 6.5 16.2521 6.5C15.0083 6.5 14 7.50831 14 8.75212C14 9.99592 15.0083 11.0042 16.2521 11.0042C17.4959 11.0042 18.5042 9.99592 18.5042 8.75212ZM15.5 8.75212C15.5 8.33673 15.8367 8 16.2521 8C16.6675 8 17.0042 8.33673 17.0042 8.75212C17.0042 9.1675 16.6675 9.50423 16.2521 9.50423C15.8367 9.50423 15.5 9.1675 15.5 8.75212ZM8.25 3C7.83579 3 7.5 3.33579 7.5 3.75C7.5 4.16421 7.83579 4.5 8.25 4.5H9.25C9.66421 4.5 10 4.16421 10 3.75C10 3.33579 9.66421 3 9.25 3H8.25ZM7.5 20.25C7.5 19.8358 7.83579 19.5 8.25 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H8.25C7.83579 21 7.5 20.6642 7.5 20.25ZM3.5 9.25C3.5 8.83579 3.16421 8.5 2.75 8.5C2.33579 8.5 2 8.83579 2 9.25V14.75C2 15.1642 2.33579 15.5 2.75 15.5C3.16421 15.5 3.5 15.1642 3.5 14.75V9.25Z" 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/image_split_24_regular.svg";

Details

NameImage Split
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_image_split_24_regular.svg
Filled fileic_fluent_image_split_24_filled.svg
React componentsImageSplit24Regular, ImageSplit24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

photopicturesnapshotcontenthalfcut

Related icons