hide source icon
hide-source-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hide-source-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the hide source icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.479 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m-.823-5.056l-10.5-10.5q-.373-.373-.286-.883q.088-.509.547-.727q.835-.367 1.732-.55T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .954-.184 1.851q-.183.897-.55 1.732q-.218.46-.725.55t-.885-.289"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHideSourceRounded(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.479 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m-.823-5.056l-10.5-10.5q-.373-.373-.286-.883q.088-.509.547-.727q.835-.367 1.732-.55T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .954-.184 1.851q-.183.897-.55 1.732q-.218.46-.725.55t-.885-.289"/></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.479 20.9l-1.883-1.877q-1.167.935-2.583 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L3.094 4.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384 16.384q.146.147.156.345t-.156.363t-.357.166q-.19 0-.356-.166m-.823-5.056l-10.5-10.5q-.373-.373-.286-.883q.088-.509.547-.727q.835-.367 1.732-.55T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 .954-.184 1.851q-.183.897-.55 1.732q-.218.46-.725.55t-.885-.289"/></svg> </template>
CSS
.icon-hide-source-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%22m19.479%2020.9l-1.883-1.877q-1.167.935-2.583%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166m-.823-5.056l-10.5-10.5q-.373-.373-.286-.883q.088-.509.547-.727q.835-.367%201.732-.55T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.954-.184%201.851q-.183.897-.55%201.732q-.218.46-.725.55t-.885-.289%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.479%2020.9l-1.883-1.877q-1.167.935-2.583%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L3.094%204.52q-.146-.146-.155-.347t.155-.366t.357-.166t.357.166l16.384%2016.384q.146.147.156.345t-.156.363t-.357.166q-.19%200-.356-.166m-.823-5.056l-10.5-10.5q-.373-.373-.286-.883q.088-.509.547-.727q.835-.367%201.732-.55T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%20.954-.184%201.851q-.183.897-.55%201.732q-.218.46-.725.55t-.885-.289%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hide-source-rounded.svg?color=%231a73e8&size=48