screen record icon
screen-record from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.
- Name
- screen-record
- Set
- Material Symbols
- Style
- Regular
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- screen-record-outline, screen-record-outline-sharp, screen-record-sharp
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the screen record icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.95 17.95q-.925-1.25-1.437-2.762T2 12t.5-3.175t1.425-2.75L5.375 7.5q-.65.95-1.012 2.087T4 12t.363 2.425t1.012 2.1zM12 22q-1.675 0-3.175-.5t-2.75-1.425l1.425-1.45q.95.65 2.087 1.013T12 20t2.413-.363t2.087-1.012l1.425 1.45q-1.25.925-2.75 1.425T12 22m8.05-4.05l-1.425-1.425q.65-.95 1.013-2.1T20 12t-.363-2.413T18.626 7.5l1.45-1.425Q21 7.325 21.5 8.825T22 12t-.513 3.188t-1.437 2.762M7.475 5.375L6.05 3.95q1.25-.925 2.763-1.437T12 2q1.7 0 3.2.513t2.75 1.437l-1.425 1.425q-.95-.65-2.1-1.012T12 4t-2.425.363t-2.1 1.012M12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsScreenRecord(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="M3.95 17.95q-.925-1.25-1.437-2.762T2 12t.5-3.175t1.425-2.75L5.375 7.5q-.65.95-1.012 2.087T4 12t.363 2.425t1.012 2.1zM12 22q-1.675 0-3.175-.5t-2.75-1.425l1.425-1.45q.95.65 2.087 1.013T12 20t2.413-.363t2.087-1.012l1.425 1.45q-1.25.925-2.75 1.425T12 22m8.05-4.05l-1.425-1.425q.65-.95 1.013-2.1T20 12t-.363-2.413T18.626 7.5l1.45-1.425Q21 7.325 21.5 8.825T22 12t-.513 3.188t-1.437 2.762M7.475 5.375L6.05 3.95q1.25-.925 2.763-1.437T12 2q1.7 0 3.2.513t2.75 1.437l-1.425 1.425q-.95-.65-2.1-1.012T12 4t-2.425.363t-2.1 1.012M12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.95 17.95q-.925-1.25-1.437-2.762T2 12t.5-3.175t1.425-2.75L5.375 7.5q-.65.95-1.012 2.087T4 12t.363 2.425t1.012 2.1zM12 22q-1.675 0-3.175-.5t-2.75-1.425l1.425-1.45q.95.65 2.087 1.013T12 20t2.413-.363t2.087-1.012l1.425 1.45q-1.25.925-2.75 1.425T12 22m8.05-4.05l-1.425-1.425q.65-.95 1.013-2.1T20 12t-.363-2.413T18.626 7.5l1.45-1.425Q21 7.325 21.5 8.825T22 12t-.513 3.188t-1.437 2.762M7.475 5.375L6.05 3.95q1.25-.925 2.763-1.437T12 2q1.7 0 3.2.513t2.75 1.437l-1.425 1.425q-.95-.65-2.1-1.012T12 4t-2.425.363t-2.1 1.012M12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12t-1.463 3.538T12 17"/></svg> </template>
CSS
.icon-screen-record {
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%22M3.95%2017.95q-.925-1.25-1.437-2.762T2%2012t.5-3.175t1.425-2.75L5.375%207.5q-.65.95-1.012%202.087T4%2012t.363%202.425t1.012%202.1zM12%2022q-1.675%200-3.175-.5t-2.75-1.425l1.425-1.45q.95.65%202.087%201.013T12%2020t2.413-.363t2.087-1.012l1.425%201.45q-1.25.925-2.75%201.425T12%2022m8.05-4.05l-1.425-1.425q.65-.95%201.013-2.1T20%2012t-.363-2.413T18.626%207.5l1.45-1.425Q21%207.325%2021.5%208.825T22%2012t-.513%203.188t-1.437%202.762M7.475%205.375L6.05%203.95q1.25-.925%202.763-1.437T12%202q1.7%200%203.2.513t2.75%201.437l-1.425%201.425q-.95-.65-2.1-1.012T12%204t-2.425.363t-2.1%201.012M12%2017q-2.075%200-3.537-1.463T7%2012t1.463-3.537T12%207t3.538%201.463T17%2012t-1.463%203.538T12%2017%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%22M3.95%2017.95q-.925-1.25-1.437-2.762T2%2012t.5-3.175t1.425-2.75L5.375%207.5q-.65.95-1.012%202.087T4%2012t.363%202.425t1.012%202.1zM12%2022q-1.675%200-3.175-.5t-2.75-1.425l1.425-1.45q.95.65%202.087%201.013T12%2020t2.413-.363t2.087-1.012l1.425%201.45q-1.25.925-2.75%201.425T12%2022m8.05-4.05l-1.425-1.425q.65-.95%201.013-2.1T20%2012t-.363-2.413T18.626%207.5l1.45-1.425Q21%207.325%2021.5%208.825T22%2012t-.513%203.188t-1.437%202.762M7.475%205.375L6.05%203.95q1.25-.925%202.763-1.437T12%202q1.7%200%203.2.513t2.75%201.437l-1.425%201.425q-.95-.65-2.1-1.012T12%204t-2.425.363t-2.1%201.012M12%2017q-2.075%200-3.537-1.463T7%2012t1.463-3.537T12%207t3.538%201.463T17%2012t-1.463%203.538T12%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/screen-record.svg?color=%231a73e8&size=48