illustrator icon
illustrator from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- illustrator
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the illustrator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.41 9.48c.35 1.14.71 2.28 1.07 3.44H9.36c.36-1.16.7-2.3 1.05-3.44"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.51 14.78h-1.56a.24.24 0 0 1-.27-.2c-.19-.56-.39-1.12-.58-1.69a.27.27 0 0 0-.32-.22H9.1a.27.27 0 0 0-.33.23c-.17.56-.36 1.1-.53 1.66a.26.26 0 0 1-.31.22H6.56c-.24 0-.26 0-.18-.25l2.16-6.23c.2-.57.4-1.14.58-1.71a2 2 0 0 0 .08-.52c0-.21.08-.26.27-.25h1.91c.14 0 .21 0 .26.19l2.46 6.93c.19.54.38 1.07.56 1.6c.08.22.07.24-.17.24m3.06-.17c0 .17-.07.22-.23.22h-1.44c-.2 0-.25-.08-.25-.26v-6.28c0-.2.06-.28.27-.27h1.41c.16 0 .24 0 .24.22q-.01 3.18 0 6.37m-1-7.3a1 1 0 0 1-1.06-1.08a1.07 1.07 0 0 1 1.1-1.06a1 1 0 0 1 1 1.08a1 1 0 0 1-1 1.06z"/><path fill="currentColor" d="M11.48 12.92H9.36c.36-1.16.7-2.3 1-3.44c.4 1.14.76 2.28 1.12 3.44"/></svg>
React
import type { SVGProps } from "react";
export function MageIllustrator(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.41 9.48c.35 1.14.71 2.28 1.07 3.44H9.36c.36-1.16.7-2.3 1.05-3.44"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.51 14.78h-1.56a.24.24 0 0 1-.27-.2c-.19-.56-.39-1.12-.58-1.69a.27.27 0 0 0-.32-.22H9.1a.27.27 0 0 0-.33.23c-.17.56-.36 1.1-.53 1.66a.26.26 0 0 1-.31.22H6.56c-.24 0-.26 0-.18-.25l2.16-6.23c.2-.57.4-1.14.58-1.71a2 2 0 0 0 .08-.52c0-.21.08-.26.27-.25h1.91c.14 0 .21 0 .26.19l2.46 6.93c.19.54.38 1.07.56 1.6c.08.22.07.24-.17.24m3.06-.17c0 .17-.07.22-.23.22h-1.44c-.2 0-.25-.08-.25-.26v-6.28c0-.2.06-.28.27-.27h1.41c.16 0 .24 0 .24.22q-.01 3.18 0 6.37m-1-7.3a1 1 0 0 1-1.06-1.08a1.07 1.07 0 0 1 1.1-1.06a1 1 0 0 1 1 1.08a1 1 0 0 1-1 1.06z"/><path fill="currentColor" d="M11.48 12.92H9.36c.36-1.16.7-2.3 1-3.44c.4 1.14.76 2.28 1.12 3.44"/></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.41 9.48c.35 1.14.71 2.28 1.07 3.44H9.36c.36-1.16.7-2.3 1.05-3.44"/><path fill="currentColor" d="M17 2H7a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5m-2.51 14.78h-1.56a.24.24 0 0 1-.27-.2c-.19-.56-.39-1.12-.58-1.69a.27.27 0 0 0-.32-.22H9.1a.27.27 0 0 0-.33.23c-.17.56-.36 1.1-.53 1.66a.26.26 0 0 1-.31.22H6.56c-.24 0-.26 0-.18-.25l2.16-6.23c.2-.57.4-1.14.58-1.71a2 2 0 0 0 .08-.52c0-.21.08-.26.27-.25h1.91c.14 0 .21 0 .26.19l2.46 6.93c.19.54.38 1.07.56 1.6c.08.22.07.24-.17.24m3.06-.17c0 .17-.07.22-.23.22h-1.44c-.2 0-.25-.08-.25-.26v-6.28c0-.2.06-.28.27-.27h1.41c.16 0 .24 0 .24.22q-.01 3.18 0 6.37m-1-7.3a1 1 0 0 1-1.06-1.08a1.07 1.07 0 0 1 1.1-1.06a1 1 0 0 1 1 1.08a1 1 0 0 1-1 1.06z"/><path fill="currentColor" d="M11.48 12.92H9.36c.36-1.16.7-2.3 1-3.44c.4 1.14.76 2.28 1.12 3.44"/></svg> </template>
CSS
.icon-illustrator {
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.41%209.48c.35%201.14.71%202.28%201.07%203.44H9.36c.36-1.16.7-2.3%201.05-3.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-2.51%2014.78h-1.56a.24.24%200%200%201-.27-.2c-.19-.56-.39-1.12-.58-1.69a.27.27%200%200%200-.32-.22H9.1a.27.27%200%200%200-.33.23c-.17.56-.36%201.1-.53%201.66a.26.26%200%200%201-.31.22H6.56c-.24%200-.26%200-.18-.25l2.16-6.23c.2-.57.4-1.14.58-1.71a2%202%200%200%200%20.08-.52c0-.21.08-.26.27-.25h1.91c.14%200%20.21%200%20.26.19l2.46%206.93c.19.54.38%201.07.56%201.6c.08.22.07.24-.17.24m3.06-.17c0%20.17-.07.22-.23.22h-1.44c-.2%200-.25-.08-.25-.26v-6.28c0-.2.06-.28.27-.27h1.41c.16%200%20.24%200%20.24.22q-.01%203.18%200%206.37m-1-7.3a1%201%200%200%201-1.06-1.08a1.07%201.07%200%200%201%201.1-1.06a1%201%200%200%201%201%201.08a1%201%200%200%201-1%201.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.48%2012.92H9.36c.36-1.16.7-2.3%201-3.44c.4%201.14.76%202.28%201.12%203.44%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.41%209.48c.35%201.14.71%202.28%201.07%203.44H9.36c.36-1.16.7-2.3%201.05-3.44%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%202H7a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5m-2.51%2014.78h-1.56a.24.24%200%200%201-.27-.2c-.19-.56-.39-1.12-.58-1.69a.27.27%200%200%200-.32-.22H9.1a.27.27%200%200%200-.33.23c-.17.56-.36%201.1-.53%201.66a.26.26%200%200%201-.31.22H6.56c-.24%200-.26%200-.18-.25l2.16-6.23c.2-.57.4-1.14.58-1.71a2%202%200%200%200%20.08-.52c0-.21.08-.26.27-.25h1.91c.14%200%20.21%200%20.26.19l2.46%206.93c.19.54.38%201.07.56%201.6c.08.22.07.24-.17.24m3.06-.17c0%20.17-.07.22-.23.22h-1.44c-.2%200-.25-.08-.25-.26v-6.28c0-.2.06-.28.27-.27h1.41c.16%200%20.24%200%20.24.22q-.01%203.18%200%206.37m-1-7.3a1%201%200%200%201-1.06-1.08a1.07%201.07%200%200%201%201.1-1.06a1%201%200%200%201%201%201.08a1%201%200%200%201-1%201.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.48%2012.92H9.36c.36-1.16.7-2.3%201-3.44c.4%201.14.76%202.28%201.12%203.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/illustrator.svg?color=%231a73e8&size=48