magisk from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
magisk
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the magisk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.857 14.458s.155.921-.034 2.952c-.236 2.546.97 6.59.97 6.59s1.645-4.052 1.358-6.67c-.236-2.152.107-2.904.034-2.803c-1.264 1.746-2.328-.069-2.328-.069m3.082 2.185c.206 1.591-.023 2.462-.32 4.164c-.15.861 3.068-2.589 4.302-4.645c.206-.343-1.18 1.337-2.55.137c-.952-.832-1.115-1.085-1.854-1.808c-.249-.244.277 1.014.423 2.151zm-3.512-2.025c-.739.723-.903.976-1.853 1.808c-1.371 1.2-2.757-.48-2.551-.137c1.234 2.057 4.452 5.506 4.302 4.645c-.297-1.703-.526-2.574-.32-4.164c.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434 2.088 2.523 3.606 2.781c.314.053.667.148 1.08.128c.77-.037 1.743-.472 3.044-2.318c.385-.546-.955 3.514-4.313 3.563c-2.46.036-2.747-2.408-4.387-2.482c-.592-.027-.629-1.156-.629-1.156s.706-.774 1.598-.517zm-3.186-.012c-1.504.434-2.088 2.523-3.606 2.781c-.314.053-.667.148-1.08.128c-.77-.037-1.743-.472-3.044-2.318c-.385-.546.955 3.514 4.313 3.563c2.46.036 2.747-2.408 4.387-2.482c.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513 1.146 1.062 2.408 1.911 2.048c2.86-1.212 2.36-7.434 2.128-6.682c-1.303 4.242-4.143 4.48-6.876 2.528c-.534-.38 1.985 1.46 2.837 2.105zm-5.24-2.106C8.06 11.592 5.22 11.355 3.917 7.113c-.231-.752-.731 5.47 2.128 6.682c.849.36.398-.902 1.91-2.048c.853-.646 3.372-2.486 2.838-2.105zm5.526.584c3.3-.136 3.91-5.545 3.65-4.885c-1.165 2.963-5.574 1.848-5.995 3.718c-.083.367.747 1.233 2.345 1.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718c-.26-.66.35 4.75 3.65 4.885c1.599.066 2.428-.8 2.345-1.167m3.753-.824s1.794-.964 3.33-1.384c1.435-.393 2.512-1.359 2.631-2.38c.09-.76-1.11-2.197-1.11-2.197s-.84 2.334-1.945 3.501c-1.2 1.27-.745 1.1-2.906 2.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17 3.708 4.26 4.47c.12 1.021 1.196 1.987 2.63 2.38c1.537.421 3.331 1.384 3.331 1.384c-2.162-1.36-1.705-1.19-2.906-2.46m6.235 2.312c1.943-1.594 2.976-3.673 4.657-5.949c.317-.429-1.419-1.465-2.105-1.533S14.84 3.057 14.775 4.54c-.059 1.354-1.486 3.761-1.224 3.547zM9.214 4.54C9.149 3.056 8.573.535 7.887.603C7.2.671 5.465 1.707 5.782 2.136c1.68 2.276 2.713 4.356 4.657 5.95c.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9 1.613-2.574c-.868-.29-1.591-.526-1.968-.217s-1.403 1.342-1.266 3.023s.007 7.962.305 7.846c.16-4.302 1.522-5.538 1.316-8.077zm-2.186 8.077c.297.116.167-6.165.305-7.846S10.976.455 10.598.146c-.377-.309-1.1-.073-1.968.217c.983.674 1.476 1.476 1.613 2.574c-.206 2.54 1.156 3.775 1.316 8.077z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMagisk(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="M10.857 14.458s.155.921-.034 2.952c-.236 2.546.97 6.59.97 6.59s1.645-4.052 1.358-6.67c-.236-2.152.107-2.904.034-2.803c-1.264 1.746-2.328-.069-2.328-.069m3.082 2.185c.206 1.591-.023 2.462-.32 4.164c-.15.861 3.068-2.589 4.302-4.645c.206-.343-1.18 1.337-2.55.137c-.952-.832-1.115-1.085-1.854-1.808c-.249-.244.277 1.014.423 2.151zm-3.512-2.025c-.739.723-.903.976-1.853 1.808c-1.371 1.2-2.757-.48-2.551-.137c1.234 2.057 4.452 5.506 4.302 4.645c-.297-1.703-.526-2.574-.32-4.164c.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434 2.088 2.523 3.606 2.781c.314.053.667.148 1.08.128c.77-.037 1.743-.472 3.044-2.318c.385-.546-.955 3.514-4.313 3.563c-2.46.036-2.747-2.408-4.387-2.482c-.592-.027-.629-1.156-.629-1.156s.706-.774 1.598-.517zm-3.186-.012c-1.504.434-2.088 2.523-3.606 2.781c-.314.053-.667.148-1.08.128c-.77-.037-1.743-.472-3.044-2.318c-.385-.546.955 3.514 4.313 3.563c2.46.036 2.747-2.408 4.387-2.482c.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513 1.146 1.062 2.408 1.911 2.048c2.86-1.212 2.36-7.434 2.128-6.682c-1.303 4.242-4.143 4.48-6.876 2.528c-.534-.38 1.985 1.46 2.837 2.105zm-5.24-2.106C8.06 11.592 5.22 11.355 3.917 7.113c-.231-.752-.731 5.47 2.128 6.682c.849.36.398-.902 1.91-2.048c.853-.646 3.372-2.486 2.838-2.105zm5.526.584c3.3-.136 3.91-5.545 3.65-4.885c-1.165 2.963-5.574 1.848-5.995 3.718c-.083.367.747 1.233 2.345 1.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718c-.26-.66.35 4.75 3.65 4.885c1.599.066 2.428-.8 2.345-1.167m3.753-.824s1.794-.964 3.33-1.384c1.435-.393 2.512-1.359 2.631-2.38c.09-.76-1.11-2.197-1.11-2.197s-.84 2.334-1.945 3.501c-1.2 1.27-.745 1.1-2.906 2.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17 3.708 4.26 4.47c.12 1.021 1.196 1.987 2.63 2.38c1.537.421 3.331 1.384 3.331 1.384c-2.162-1.36-1.705-1.19-2.906-2.46m6.235 2.312c1.943-1.594 2.976-3.673 4.657-5.949c.317-.429-1.419-1.465-2.105-1.533S14.84 3.057 14.775 4.54c-.059 1.354-1.486 3.761-1.224 3.547zM9.214 4.54C9.149 3.056 8.573.535 7.887.603C7.2.671 5.465 1.707 5.782 2.136c1.68 2.276 2.713 4.356 4.657 5.95c.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9 1.613-2.574c-.868-.29-1.591-.526-1.968-.217s-1.403 1.342-1.266 3.023s.007 7.962.305 7.846c.16-4.302 1.522-5.538 1.316-8.077zm-2.186 8.077c.297.116.167-6.165.305-7.846S10.976.455 10.598.146c-.377-.309-1.1-.073-1.968.217c.983.674 1.476 1.476 1.613 2.574c-.206 2.54 1.156 3.775 1.316 8.077z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.857 14.458s.155.921-.034 2.952c-.236 2.546.97 6.59.97 6.59s1.645-4.052 1.358-6.67c-.236-2.152.107-2.904.034-2.803c-1.264 1.746-2.328-.069-2.328-.069m3.082 2.185c.206 1.591-.023 2.462-.32 4.164c-.15.861 3.068-2.589 4.302-4.645c.206-.343-1.18 1.337-2.55.137c-.952-.832-1.115-1.085-1.854-1.808c-.249-.244.277 1.014.423 2.151zm-3.512-2.025c-.739.723-.903.976-1.853 1.808c-1.371 1.2-2.757-.48-2.551-.137c1.234 2.057 4.452 5.506 4.302 4.645c-.297-1.703-.526-2.574-.32-4.164c.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434 2.088 2.523 3.606 2.781c.314.053.667.148 1.08.128c.77-.037 1.743-.472 3.044-2.318c.385-.546-.955 3.514-4.313 3.563c-2.46.036-2.747-2.408-4.387-2.482c-.592-.027-.629-1.156-.629-1.156s.706-.774 1.598-.517zm-3.186-.012c-1.504.434-2.088 2.523-3.606 2.781c-.314.053-.667.148-1.08.128c-.77-.037-1.743-.472-3.044-2.318c-.385-.546.955 3.514 4.313 3.563c2.46.036 2.747-2.408 4.387-2.482c.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513 1.146 1.062 2.408 1.911 2.048c2.86-1.212 2.36-7.434 2.128-6.682c-1.303 4.242-4.143 4.48-6.876 2.528c-.534-.38 1.985 1.46 2.837 2.105zm-5.24-2.106C8.06 11.592 5.22 11.355 3.917 7.113c-.231-.752-.731 5.47 2.128 6.682c.849.36.398-.902 1.91-2.048c.853-.646 3.372-2.486 2.838-2.105zm5.526.584c3.3-.136 3.91-5.545 3.65-4.885c-1.165 2.963-5.574 1.848-5.995 3.718c-.083.367.747 1.233 2.345 1.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718c-.26-.66.35 4.75 3.65 4.885c1.599.066 2.428-.8 2.345-1.167m3.753-.824s1.794-.964 3.33-1.384c1.435-.393 2.512-1.359 2.631-2.38c.09-.76-1.11-2.197-1.11-2.197s-.84 2.334-1.945 3.501c-1.2 1.27-.745 1.1-2.906 2.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17 3.708 4.26 4.47c.12 1.021 1.196 1.987 2.63 2.38c1.537.421 3.331 1.384 3.331 1.384c-2.162-1.36-1.705-1.19-2.906-2.46m6.235 2.312c1.943-1.594 2.976-3.673 4.657-5.949c.317-.429-1.419-1.465-2.105-1.533S14.84 3.057 14.775 4.54c-.059 1.354-1.486 3.761-1.224 3.547zM9.214 4.54C9.149 3.056 8.573.535 7.887.603C7.2.671 5.465 1.707 5.782 2.136c1.68 2.276 2.713 4.356 4.657 5.95c.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9 1.613-2.574c-.868-.29-1.591-.526-1.968-.217s-1.403 1.342-1.266 3.023s.007 7.962.305 7.846c.16-4.302 1.522-5.538 1.316-8.077zm-2.186 8.077c.297.116.167-6.165.305-7.846S10.976.455 10.598.146c-.377-.309-1.1-.073-1.968.217c.983.674 1.476 1.476 1.613 2.574c-.206 2.54 1.156 3.775 1.316 8.077z"/></svg>
</template>

CSS

.icon-magisk {
  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%22M10.857%2014.458s.155.921-.034%202.952c-.236%202.546.97%206.59.97%206.59s1.645-4.052%201.358-6.67c-.236-2.152.107-2.904.034-2.803c-1.264%201.746-2.328-.069-2.328-.069m3.082%202.185c.206%201.591-.023%202.462-.32%204.164c-.15.861%203.068-2.589%204.302-4.645c.206-.343-1.18%201.337-2.55.137c-.952-.832-1.115-1.085-1.854-1.808c-.249-.244.277%201.014.423%202.151zm-3.512-2.025c-.739.723-.903.976-1.853%201.808c-1.371%201.2-2.757-.48-2.551-.137c1.234%202.057%204.452%205.506%204.302%204.645c-.297-1.703-.526-2.574-.32-4.164c.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434%202.088%202.523%203.606%202.781c.314.053.667.148%201.08.128c.77-.037%201.743-.472%203.044-2.318c.385-.546-.955%203.514-4.313%203.563c-2.46.036-2.747-2.408-4.387-2.482c-.592-.027-.629-1.156-.629-1.156s.706-.774%201.598-.517zm-3.186-.012c-1.504.434-2.088%202.523-3.606%202.781c-.314.053-.667.148-1.08.128c-.77-.037-1.743-.472-3.044-2.318c-.385-.546.955%203.514%204.313%203.563c2.46.036%202.747-2.408%204.387-2.482c.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513%201.146%201.062%202.408%201.911%202.048c2.86-1.212%202.36-7.434%202.128-6.682c-1.303%204.242-4.143%204.48-6.876%202.528c-.534-.38%201.985%201.46%202.837%202.105zm-5.24-2.106C8.06%2011.592%205.22%2011.355%203.917%207.113c-.231-.752-.731%205.47%202.128%206.682c.849.36.398-.902%201.91-2.048c.853-.646%203.372-2.486%202.838-2.105zm5.526.584c3.3-.136%203.91-5.545%203.65-4.885c-1.165%202.963-5.574%201.848-5.995%203.718c-.083.367.747%201.233%202.345%201.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718c-.26-.66.35%204.75%203.65%204.885c1.599.066%202.428-.8%202.345-1.167m3.753-.824s1.794-.964%203.33-1.384c1.435-.393%202.512-1.359%202.631-2.38c.09-.76-1.11-2.197-1.11-2.197s-.84%202.334-1.945%203.501c-1.2%201.27-.745%201.1-2.906%202.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17%203.708%204.26%204.47c.12%201.021%201.196%201.987%202.63%202.38c1.537.421%203.331%201.384%203.331%201.384c-2.162-1.36-1.705-1.19-2.906-2.46m6.235%202.312c1.943-1.594%202.976-3.673%204.657-5.949c.317-.429-1.419-1.465-2.105-1.533S14.84%203.057%2014.775%204.54c-.059%201.354-1.486%203.761-1.224%203.547zM9.214%204.54C9.149%203.056%208.573.535%207.887.603C7.2.671%205.465%201.707%205.782%202.136c1.68%202.276%202.713%204.356%204.657%205.95c.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9%201.613-2.574c-.868-.29-1.591-.526-1.968-.217s-1.403%201.342-1.266%203.023s.007%207.962.305%207.846c.16-4.302%201.522-5.538%201.316-8.077zm-2.186%208.077c.297.116.167-6.165.305-7.846S10.976.455%2010.598.146c-.377-.309-1.1-.073-1.968.217c.983.674%201.476%201.476%201.613%202.574c-.206%202.54%201.156%203.775%201.316%208.077z%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%22M10.857%2014.458s.155.921-.034%202.952c-.236%202.546.97%206.59.97%206.59s1.645-4.052%201.358-6.67c-.236-2.152.107-2.904.034-2.803c-1.264%201.746-2.328-.069-2.328-.069m3.082%202.185c.206%201.591-.023%202.462-.32%204.164c-.15.861%203.068-2.589%204.302-4.645c.206-.343-1.18%201.337-2.55.137c-.952-.832-1.115-1.085-1.854-1.808c-.249-.244.277%201.014.423%202.151zm-3.512-2.025c-.739.723-.903.976-1.853%201.808c-1.371%201.2-2.757-.48-2.551-.137c1.234%202.057%204.452%205.506%204.302%204.645c-.297-1.703-.526-2.574-.32-4.164c.147-1.137.673-2.395.423-2.15zm3.166-2.839c1.504.434%202.088%202.523%203.606%202.781c.314.053.667.148%201.08.128c.77-.037%201.743-.472%203.044-2.318c.385-.546-.955%203.514-4.313%203.563c-2.46.036-2.747-2.408-4.387-2.482c-.592-.027-.629-1.156-.629-1.156s.706-.774%201.598-.517zm-3.186-.012c-1.504.434-2.088%202.523-3.606%202.781c-.314.053-.667.148-1.08.128c-.77-.037-1.743-.472-3.044-2.318c-.385-.546.955%203.514%204.313%203.563c2.46.036%202.747-2.408%204.387-2.482c.592-.027.629-1.156.629-1.156s-.706-.774-1.598-.517zm5.626-.02c1.513%201.146%201.062%202.408%201.911%202.048c2.86-1.212%202.36-7.434%202.128-6.682c-1.303%204.242-4.143%204.48-6.876%202.528c-.534-.38%201.985%201.46%202.837%202.105zm-5.24-2.106C8.06%2011.592%205.22%2011.355%203.917%207.113c-.231-.752-.731%205.47%202.128%206.682c.849.36.398-.902%201.91-2.048c.853-.646%203.372-2.486%202.838-2.105zm5.526.584c3.3-.136%203.91-5.545%203.65-4.885c-1.165%202.963-5.574%201.848-5.995%203.718c-.083.367.747%201.233%202.345%201.167m-6.304-1.167c-.421-1.87-4.831-.755-5.995-3.718c-.26-.66.35%204.75%203.65%204.885c1.599.066%202.428-.8%202.345-1.167m3.753-.824s1.794-.964%203.33-1.384c1.435-.393%202.512-1.359%202.631-2.38c.09-.76-1.11-2.197-1.11-2.197s-.84%202.334-1.945%203.501c-1.2%201.27-.745%201.1-2.906%202.46m-6.453-2.46c-1.104-1.167-1.945-3.5-1.945-3.5S4.17%203.708%204.26%204.47c.12%201.021%201.196%201.987%202.63%202.38c1.537.421%203.331%201.384%203.331%201.384c-2.162-1.36-1.705-1.19-2.906-2.46m6.235%202.312c1.943-1.594%202.976-3.673%204.657-5.949c.317-.429-1.419-1.465-2.105-1.533S14.84%203.057%2014.775%204.54c-.059%201.354-1.486%203.761-1.224%203.547zM9.214%204.54C9.149%203.056%208.573.535%207.887.603C7.2.671%205.465%201.707%205.782%202.136c1.68%202.276%202.713%204.356%204.657%205.95c.261.213-1.165-2.194-1.224-3.548zm4.531-1.602c.137-1.098.631-1.9%201.613-2.574c-.868-.29-1.591-.526-1.968-.217s-1.403%201.342-1.266%203.023s.007%207.962.305%207.846c.16-4.302%201.522-5.538%201.316-8.077zm-2.186%208.077c.297.116.167-6.165.305-7.846S10.976.455%2010.598.146c-.377-.309-1.1-.073-1.968.217c.983.674%201.476%201.476%201.613%202.574c-.206%202.54%201.156%203.775%201.316%208.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/magisk.svg?color=%231a73e8&size=48