computer camer icon
computer-camer-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- computer-camer-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the computer camer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.258 16.876c.414.402.742.933.742 1.598c0 .753-.426 1.338-.901 1.744c-.48.408-1.114.732-1.81.983c-1.401.506-3.272.799-5.289.799s-3.888-.293-5.29-.799c-.695-.251-1.33-.575-1.809-.983c-.475-.406-.9-.991-.901-1.744c0-.665.328-1.196.742-1.598A9.97 9.97 0 0 0 12 20a9.97 9.97 0 0 0 7.258-3.124M12 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteComputerCamerFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.258 16.876c.414.402.742.933.742 1.598c0 .753-.426 1.338-.901 1.744c-.48.408-1.114.732-1.81.983c-1.401.506-3.272.799-5.289.799s-3.888-.293-5.29-.799c-.695-.251-1.33-.575-1.809-.983c-.475-.406-.9-.991-.901-1.744c0-.665.328-1.196.742-1.598A9.97 9.97 0 0 0 12 20a9.97 9.97 0 0 0 7.258-3.124M12 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.258 16.876c.414.402.742.933.742 1.598c0 .753-.426 1.338-.901 1.744c-.48.408-1.114.732-1.81.983c-1.401.506-3.272.799-5.289.799s-3.888-.293-5.29-.799c-.695-.251-1.33-.575-1.809-.983c-.475-.406-.9-.991-.901-1.744c0-.665.328-1.196.742-1.598A9.97 9.97 0 0 0 12 20a9.97 9.97 0 0 0 7.258-3.124M12 2a8 8 0 1 1 0 16a8 8 0 0 1 0-16m0 4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m0 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg> </template>
CSS
.icon-computer-camer-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.258%2016.876c.414.402.742.933.742%201.598c0%20.753-.426%201.338-.901%201.744c-.48.408-1.114.732-1.81.983c-1.401.506-3.272.799-5.289.799s-3.888-.293-5.29-.799c-.695-.251-1.33-.575-1.809-.983c-.475-.406-.9-.991-.901-1.744c0-.665.328-1.196.742-1.598A9.97%209.97%200%200%200%2012%2020a9.97%209.97%200%200%200%207.258-3.124M12%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.258%2016.876c.414.402.742.933.742%201.598c0%20.753-.426%201.338-.901%201.744c-.48.408-1.114.732-1.81.983c-1.401.506-3.272.799-5.289.799s-3.888-.293-5.29-.799c-.695-.251-1.33-.575-1.809-.983c-.475-.406-.9-.991-.901-1.744c0-.665.328-1.196.742-1.598A9.97%209.97%200%200%200%2012%2020a9.97%209.97%200%200%200%207.258-3.124M12%202a8%208%200%201%201%200%2016a8%208%200%200%201%200-16m0%204a4%204%200%201%200%200%208a4%204%200%200%200%200-8m0%202a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/computer-camer-fill.svg?color=%231a73e8&size=48