hide source icon
hide-source-outline from Material Symbols Light by Google · Outline · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hide-source-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hide-source-outline-sharp
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.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM12 20q1.383 0 2.616-.448t2.261-1.248L5.697 7.123q-.8 1.027-1.249 2.26Q4 10.618 4 12q0 3.325 2.338 5.663T12 20m7.62-3.192l-.74-.739q.55-.911.836-1.933Q20 13.114 20 12q0-3.325-2.337-5.663T12 4q-1.113 0-2.135.285q-1.023.284-1.934.834l-.739-.738q1.066-.67 2.274-1.025Q10.673 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.327-.356 2.534q-.355 1.208-1.025 2.274m-8.332-4.094"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHideSourceOutline(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.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM12 20q1.383 0 2.616-.448t2.261-1.248L5.697 7.123q-.8 1.027-1.249 2.26Q4 10.618 4 12q0 3.325 2.338 5.663T12 20m7.62-3.192l-.74-.739q.55-.911.836-1.933Q20 13.114 20 12q0-3.325-2.337-5.663T12 4q-1.113 0-2.135.285q-1.023.284-1.934.834l-.739-.738q1.066-.67 2.274-1.025Q10.673 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.327-.356 2.534q-.355 1.208-1.025 2.274m-8.332-4.094"/></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.833 21.26l-2.237-2.237q-1.167.935-2.583 1.456T12 21q-1.868 0-3.51-.709t-2.857-1.923t-1.924-2.858T3 12q0-1.596.521-3.012q.521-1.417 1.456-2.584L2.741 4.167l.713-.713l17.092 17.092zM12 20q1.383 0 2.616-.448t2.261-1.248L5.697 7.123q-.8 1.027-1.249 2.26Q4 10.618 4 12q0 3.325 2.338 5.663T12 20m7.62-3.192l-.74-.739q.55-.911.836-1.933Q20 13.114 20 12q0-3.325-2.337-5.663T12 4q-1.113 0-2.135.285q-1.023.284-1.934.834l-.739-.738q1.066-.67 2.274-1.025Q10.673 3 12 3q1.868 0 3.51.709t2.858 1.924T20.29 8.49T21 12q0 1.327-.356 2.534q-.355 1.208-1.025 2.274m-8.332-4.094"/></svg> </template>
CSS
.icon-hide-source-outline {
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.833%2021.26l-2.237-2.237q-1.167.935-2.583%201.456T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L2.741%204.167l.713-.713l17.092%2017.092zM12%2020q1.383%200%202.616-.448t2.261-1.248L5.697%207.123q-.8%201.027-1.249%202.26Q4%2010.618%204%2012q0%203.325%202.338%205.663T12%2020m7.62-3.192l-.74-.739q.55-.911.836-1.933Q20%2013.114%2020%2012q0-3.325-2.337-5.663T12%204q-1.113%200-2.135.285q-1.023.284-1.934.834l-.739-.738q1.066-.67%202.274-1.025Q10.673%203%2012%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.327-.356%202.534q-.355%201.208-1.025%202.274m-8.332-4.094%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.833%2021.26l-2.237-2.237q-1.167.935-2.583%201.456T12%2021q-1.868%200-3.51-.709t-2.857-1.923t-1.924-2.858T3%2012q0-1.596.521-3.012q.521-1.417%201.456-2.584L2.741%204.167l.713-.713l17.092%2017.092zM12%2020q1.383%200%202.616-.448t2.261-1.248L5.697%207.123q-.8%201.027-1.249%202.26Q4%2010.618%204%2012q0%203.325%202.338%205.663T12%2020m7.62-3.192l-.74-.739q.55-.911.836-1.933Q20%2013.114%2020%2012q0-3.325-2.337-5.663T12%204q-1.113%200-2.135.285q-1.023.284-1.934.834l-.739-.738q1.066-.67%202.274-1.025Q10.673%203%2012%203q1.868%200%203.51.709t2.858%201.924T20.29%208.49T21%2012q0%201.327-.356%202.534q-.355%201.208-1.025%202.274m-8.332-4.094%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-outline.svg?color=%231a73e8&size=48