new picture icon
new-picture from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.
- Name
- new-picture
- Set
- IconPark
- Style
- Color
- Category
- Office
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More office icons from IconPark
Use the new picture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" rx="3"/><path stroke="#fff" stroke-linecap="round" d="M6 28L16.6931 18.198C17.4389 17.5143 18.5779 17.4953 19.3461 18.1538L32 29"/><path stroke="#fff" stroke-linecap="round" d="M28 24L32.7735 19.2265C33.4772 18.5228 34.5914 18.4436 35.3877 19.0408L42 24"/><path stroke="#000" stroke-linecap="round" d="M6 20L6 30"/><path stroke="#000" stroke-linecap="round" d="M42 20V30"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkNewPicture(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" rx="3"/><path stroke="#fff" strokeLinecap="round" d="M6 28L16.6931 18.198C17.4389 17.5143 18.5779 17.4953 19.3461 18.1538L32 29"/><path stroke="#fff" strokeLinecap="round" d="M28 24L32.7735 19.2265C33.4772 18.5228 34.5914 18.4436 35.3877 19.0408L42 24"/><path stroke="#000" strokeLinecap="round" d="M6 20L6 30"/><path stroke="#000" strokeLinecap="round" d="M42 20V30"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><rect width="36" height="36" x="6" y="6" fill="#2F88FF" stroke="#000" rx="3"/><path stroke="#fff" stroke-linecap="round" d="M6 28L16.6931 18.198C17.4389 17.5143 18.5779 17.4953 19.3461 18.1538L32 29"/><path stroke="#fff" stroke-linecap="round" d="M28 24L32.7735 19.2265C33.4772 18.5228 34.5914 18.4436 35.3877 19.0408L42 24"/><path stroke="#000" stroke-linecap="round" d="M6 20L6 30"/><path stroke="#000" stroke-linecap="round" d="M42 20V30"/></g></svg> </template>
CSS
.icon-new-picture {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2236%22%20height%3D%2236%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2028L16.6931%2018.198C17.4389%2017.5143%2018.5779%2017.4953%2019.3461%2018.1538L32%2029%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2024L32.7735%2019.2265C33.4772%2018.5228%2034.5914%2018.4436%2035.3877%2019.0408L42%2024%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L6%2030%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M42%2020V30%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2236%22%20height%3D%2236%22%20x%3D%226%22%20y%3D%226%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20rx%3D%223%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2028L16.6931%2018.198C17.4389%2017.5143%2018.5779%2017.4953%2019.3461%2018.1538L32%2029%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2024L32.7735%2019.2265C33.4772%2018.5228%2034.5914%2018.4436%2035.3877%2019.0408L42%2024%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L6%2030%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M42%2020V30%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/new-picture.svg?color=%231a73e8&size=48