mobile camera front icon
mobile-camera-front-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-camera-front-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- camera-front-rounded
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the mobile camera front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13.15q1.2-.575 2.463-.862T12 12t2.538.288T17 13.15V4H7zm2.875-3.025Q9 9.25 9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11t-2.125-.875M9.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zm4-16v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V15q0 .825-.587 1.413T17 17h-3.6q-.3 0-.587-.125t-.488-.325l-1.05-1.05q-.275-.275-.65-.437T9.85 14.9t-.775.163t-.65.437l-.8.8q-.2.2-.475.313t-.55.112q-.6 0-1.1-.45t-.5-1.2V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileCameraFrontRounded(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="M7 13.15q1.2-.575 2.463-.862T12 12t2.538.288T17 13.15V4H7zm2.875-3.025Q9 9.25 9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11t-2.125-.875M9.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zm4-16v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V15q0 .825-.587 1.413T17 17h-3.6q-.3 0-.587-.125t-.488-.325l-1.05-1.05q-.275-.275-.65-.437T9.85 14.9t-.775.163t-.65.437l-.8.8q-.2.2-.475.313t-.55.112q-.6 0-1.1-.45t-.5-1.2V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 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="M7 13.15q1.2-.575 2.463-.862T12 12t2.538.288T17 13.15V4H7zm2.875-3.025Q9 9.25 9 8t.875-2.125T12 5t2.125.875T15 8t-.875 2.125T12 11t-2.125-.875M9.55 20H6q-.425 0-.712-.288T5 19t.288-.712T6 18h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1 2.1q.3.3.3.7t-.3.7l-2.1 2.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15 20q-.425 0-.712-.288T14 19t.288-.712T15 18h3q.425 0 .713.288T19 19t-.288.713T18 20zm4-16v3.1q.45.175.725.55T20 8.5v2q0 .475-.275.85T19 11.9V15q0 .825-.587 1.413T17 17h-3.6q-.3 0-.587-.125t-.488-.325l-1.05-1.05q-.275-.275-.65-.437T9.85 14.9t-.775.163t-.65.437l-.8.8q-.2.2-.475.313t-.55.112q-.6 0-1.1-.45t-.5-1.2V4q0-.825.588-1.412T7 2h10q.825 0 1.413.588T19 4"/></svg> </template>
CSS
.icon-mobile-camera-front-rounded {
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%22M7%2013.15q1.2-.575%202.463-.862T12%2012t2.538.288T17%2013.15V4H7zm2.875-3.025Q9%209.25%209%208t.875-2.125T12%205t2.125.875T15%208t-.875%202.125T12%2011t-2.125-.875M9.55%2020H6q-.425%200-.712-.288T5%2019t.288-.712T6%2018h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h3q.425%200%20.713.288T19%2019t-.288.713T18%2020zm4-16v3.1q.45.175.725.55T20%208.5v2q0%20.475-.275.85T19%2011.9V15q0%20.825-.587%201.413T17%2017h-3.6q-.3%200-.587-.125t-.488-.325l-1.05-1.05q-.275-.275-.65-.437T9.85%2014.9t-.775.163t-.65.437l-.8.8q-.2.2-.475.313t-.55.112q-.6%200-1.1-.45t-.5-1.2V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204%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%22M7%2013.15q1.2-.575%202.463-.862T12%2012t2.538.288T17%2013.15V4H7zm2.875-3.025Q9%209.25%209%208t.875-2.125T12%205t2.125.875T15%208t-.875%202.125T12%2011t-2.125-.875M9.55%2020H6q-.425%200-.712-.288T5%2019t.288-.712T6%2018h3.55l-.4-.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.1%202.1q.3.3.3.7t-.3.7l-2.1%202.1q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7zM15%2020q-.425%200-.712-.288T14%2019t.288-.712T15%2018h3q.425%200%20.713.288T19%2019t-.288.713T18%2020zm4-16v3.1q.45.175.725.55T20%208.5v2q0%20.475-.275.85T19%2011.9V15q0%20.825-.587%201.413T17%2017h-3.6q-.3%200-.587-.125t-.488-.325l-1.05-1.05q-.275-.275-.65-.437T9.85%2014.9t-.775.163t-.65.437l-.8.8q-.2.2-.475.313t-.55.112q-.6%200-1.1-.45t-.5-1.2V4q0-.825.588-1.412T7%202h10q.825%200%201.413.588T19%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-camera-front-rounded.svg?color=%231a73e8&size=48