applescript logo
applescript from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- applescript
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Use the applescript logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#78909c" d="M25.425 26.498c-1.162 1.736-2.394 3.43-4.27 3.458c-1.875.042-2.477-1.106-4.605-1.106c-2.142 0-2.8 1.078-4.578 1.148c-1.834.07-3.22-1.848-4.396-3.542C5.183 23 3.35 16.63 5.813 12.346a6.84 6.84 0 0 1 5.767-3.514c1.792-.028 3.5 1.217 4.606 1.217c1.092 0 3.164-1.497 5.334-1.273a6.5 6.5 0 0 1 5.095 2.771a6.38 6.38 0 0 0-3.01 5.334a6.18 6.18 0 0 0 3.752 5.656a15.5 15.5 0 0 1-1.932 3.961M17.432 4.1A6.36 6.36 0 0 1 21.548 2a6.13 6.13 0 0 1-1.456 4.466a5.11 5.11 0 0 1-4.13 1.988a5.98 5.98 0 0 1 1.47-4.354"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeApplescript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#78909c" d="M25.425 26.498c-1.162 1.736-2.394 3.43-4.27 3.458c-1.875.042-2.477-1.106-4.605-1.106c-2.142 0-2.8 1.078-4.578 1.148c-1.834.07-3.22-1.848-4.396-3.542C5.183 23 3.35 16.63 5.813 12.346a6.84 6.84 0 0 1 5.767-3.514c1.792-.028 3.5 1.217 4.606 1.217c1.092 0 3.164-1.497 5.334-1.273a6.5 6.5 0 0 1 5.095 2.771a6.38 6.38 0 0 0-3.01 5.334a6.18 6.18 0 0 0 3.752 5.656a15.5 15.5 0 0 1-1.932 3.961M17.432 4.1A6.36 6.36 0 0 1 21.548 2a6.13 6.13 0 0 1-1.456 4.466a5.11 5.11 0 0 1-4.13 1.988a5.98 5.98 0 0 1 1.47-4.354"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#78909c" d="M25.425 26.498c-1.162 1.736-2.394 3.43-4.27 3.458c-1.875.042-2.477-1.106-4.605-1.106c-2.142 0-2.8 1.078-4.578 1.148c-1.834.07-3.22-1.848-4.396-3.542C5.183 23 3.35 16.63 5.813 12.346a6.84 6.84 0 0 1 5.767-3.514c1.792-.028 3.5 1.217 4.606 1.217c1.092 0 3.164-1.497 5.334-1.273a6.5 6.5 0 0 1 5.095 2.771a6.38 6.38 0 0 0-3.01 5.334a6.18 6.18 0 0 0 3.752 5.656a15.5 15.5 0 0 1-1.932 3.961M17.432 4.1A6.36 6.36 0 0 1 21.548 2a6.13 6.13 0 0 1-1.456 4.466a5.11 5.11 0 0 1-4.13 1.988a5.98 5.98 0 0 1 1.47-4.354"/></svg> </template>
CSS
.icon-applescript {
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%2032%2032%22%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M25.425%2026.498c-1.162%201.736-2.394%203.43-4.27%203.458c-1.875.042-2.477-1.106-4.605-1.106c-2.142%200-2.8%201.078-4.578%201.148c-1.834.07-3.22-1.848-4.396-3.542C5.183%2023%203.35%2016.63%205.813%2012.346a6.84%206.84%200%200%201%205.767-3.514c1.792-.028%203.5%201.217%204.606%201.217c1.092%200%203.164-1.497%205.334-1.273a6.5%206.5%200%200%201%205.095%202.771a6.38%206.38%200%200%200-3.01%205.334a6.18%206.18%200%200%200%203.752%205.656a15.5%2015.5%200%200%201-1.932%203.961M17.432%204.1A6.36%206.36%200%200%201%2021.548%202a6.13%206.13%200%200%201-1.456%204.466a5.11%205.11%200%200%201-4.13%201.988a5.98%205.98%200%200%201%201.47-4.354%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%2032%2032%22%3E%3Cpath%20fill%3D%22%2378909c%22%20d%3D%22M25.425%2026.498c-1.162%201.736-2.394%203.43-4.27%203.458c-1.875.042-2.477-1.106-4.605-1.106c-2.142%200-2.8%201.078-4.578%201.148c-1.834.07-3.22-1.848-4.396-3.542C5.183%2023%203.35%2016.63%205.813%2012.346a6.84%206.84%200%200%201%205.767-3.514c1.792-.028%203.5%201.217%204.606%201.217c1.092%200%203.164-1.497%205.334-1.273a6.5%206.5%200%200%201%205.095%202.771a6.38%206.38%200%200%200-3.01%205.334a6.18%206.18%200%200%200%203.752%205.656a15.5%2015.5%200%200%201-1.932%203.961M17.432%204.1A6.36%206.36%200%200%201%2021.548%202a6.13%206.13%200%200%201-1.456%204.466a5.11%205.11%200%200%201-4.13%201.988a5.98%205.98%200%200%201%201.47-4.354%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/applescript.svg?color=%231a73e8&size=48