vectorizerai logo
vectorizerai from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- vectorizerai
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
1 other variant in LobeHub AI Icons
Use the vectorizerai logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.698 0h.177c.636 0 1.236.136 1.78.402.367.209.678.467.94.776.43.539.742 1.178.918 1.918.163.646.24 1.365.247 2.119.007.503 0 .998-.02 1.48 0 .014.027 0 .091-.029.367-.187.72-.395 1.06-.625.325-.144.636-.144.897-.014.141.057.212.215.212.503 0 .359-.064.675-.184.97-.17.43-.445.825-.833 1.17a4.096 4.096 0 01-1.258.754c-.056.022-.092.058-.092.1l-.17 1.768a28.1 28.1 0 01-.656 3.807 23.267 23.267 0 01-1.23 3.304 10.034 10.034 0 01-1.752 2.658 8.75 8.75 0 01-2.006 1.61 9.225 9.225 0 01-2.876 1.077c-1.017.215-2.07.287-3.144.237a7.018 7.018 0 01-2.995-.79 5.155 5.155 0 01-1.293-1.042 5.122 5.122 0 01-1.053-2.414 7.58 7.58 0 01-.12-1.149 3.788 3.788 0 01.07-1.15c.199-1.048.446-2.118.736-3.217l1.08-4.382a36.33 36.33 0 00.41-1.94c.184-.933.24-1.824.163-2.657a2.73 2.73 0 00-.445-1.394c-.205-.23-.445-.359-.72-.359a1.299 1.299 0 00-.884.273l-1.328.97a1.539 1.539 0 01-.806.309c-.204.014-.353-.03-.452-.13-.092-.093-.141-.244-.155-.452-.05-.848.17-1.595.657-2.241a4.38 4.38 0 011.067-.963A5.724 5.724 0 014.645.395C5.232.251 5.868.208 6.553.237c.685.05 1.293.259 1.837.632.381.287.706.647.953 1.063.615.977.89 2.076.834 3.283a15.265 15.265 0 01-.46 3.434l-1.073 4.669a39.637 39.637 0 00-.495 2.6 12.27 12.27 0 00-.056 2.392c.056.503.29.912.692 1.235.226.173.495.288.792.36.268.057.565.093.904.1a4.932 4.932 0 002.875-.948c.424-.302.82-.646 1.187-1.034a9.423 9.423 0 001.413-2.04 16.146 16.146 0 001.343-3.85 35.7 35.7 0 00.424-2.249 6.548 6.548 0 01-2.862-.797 4.711 4.711 0 01-1.024-.848 4.72 4.72 0 01-.834-1.278 6.2 6.2 0 01-.494-2.35 5.136 5.136 0 01.211-1.81A4.276 4.276 0 0113.992.934c.431-.36.933-.61 1.498-.762.389-.1.791-.158 1.201-.165L16.698 0zm.382 2.766a.448.448 0 00-.417.23c-.036.057-.057.114-.085.179l-.057.187-.028.2v.216a4 4 0 00.021.431c.015.13.036.273.071.395l.042.216c.022.072.036.144.071.215.014.072.043.137.07.202l.085.193.106.187c.036.065.078.115.12.173l.142.165.155.158c.1.1.212.187.311.266.1.079.212.143.325.208a51.6 51.6 0 00.057-1.81v-.36c0-.114-.021-.23-.036-.337l-.05-.323-.07-.31a.593.593 0 00-.07-.171l-.113-.194a.728.728 0 00-.389-.302l-.17-.029h-.084l-.007.015z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubVectorizerai(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" fillRule="evenodd" d="M16.698 0h.177c.636 0 1.236.136 1.78.402.367.209.678.467.94.776.43.539.742 1.178.918 1.918.163.646.24 1.365.247 2.119.007.503 0 .998-.02 1.48 0 .014.027 0 .091-.029.367-.187.72-.395 1.06-.625.325-.144.636-.144.897-.014.141.057.212.215.212.503 0 .359-.064.675-.184.97-.17.43-.445.825-.833 1.17a4.096 4.096 0 01-1.258.754c-.056.022-.092.058-.092.1l-.17 1.768a28.1 28.1 0 01-.656 3.807 23.267 23.267 0 01-1.23 3.304 10.034 10.034 0 01-1.752 2.658 8.75 8.75 0 01-2.006 1.61 9.225 9.225 0 01-2.876 1.077c-1.017.215-2.07.287-3.144.237a7.018 7.018 0 01-2.995-.79 5.155 5.155 0 01-1.293-1.042 5.122 5.122 0 01-1.053-2.414 7.58 7.58 0 01-.12-1.149 3.788 3.788 0 01.07-1.15c.199-1.048.446-2.118.736-3.217l1.08-4.382a36.33 36.33 0 00.41-1.94c.184-.933.24-1.824.163-2.657a2.73 2.73 0 00-.445-1.394c-.205-.23-.445-.359-.72-.359a1.299 1.299 0 00-.884.273l-1.328.97a1.539 1.539 0 01-.806.309c-.204.014-.353-.03-.452-.13-.092-.093-.141-.244-.155-.452-.05-.848.17-1.595.657-2.241a4.38 4.38 0 011.067-.963A5.724 5.724 0 014.645.395C5.232.251 5.868.208 6.553.237c.685.05 1.293.259 1.837.632.381.287.706.647.953 1.063.615.977.89 2.076.834 3.283a15.265 15.265 0 01-.46 3.434l-1.073 4.669a39.637 39.637 0 00-.495 2.6 12.27 12.27 0 00-.056 2.392c.056.503.29.912.692 1.235.226.173.495.288.792.36.268.057.565.093.904.1a4.932 4.932 0 002.875-.948c.424-.302.82-.646 1.187-1.034a9.423 9.423 0 001.413-2.04 16.146 16.146 0 001.343-3.85 35.7 35.7 0 00.424-2.249 6.548 6.548 0 01-2.862-.797 4.711 4.711 0 01-1.024-.848 4.72 4.72 0 01-.834-1.278 6.2 6.2 0 01-.494-2.35 5.136 5.136 0 01.211-1.81A4.276 4.276 0 0113.992.934c.431-.36.933-.61 1.498-.762.389-.1.791-.158 1.201-.165L16.698 0zm.382 2.766a.448.448 0 00-.417.23c-.036.057-.057.114-.085.179l-.057.187-.028.2v.216a4 4 0 00.021.431c.015.13.036.273.071.395l.042.216c.022.072.036.144.071.215.014.072.043.137.07.202l.085.193.106.187c.036.065.078.115.12.173l.142.165.155.158c.1.1.212.187.311.266.1.079.212.143.325.208a51.6 51.6 0 00.057-1.81v-.36c0-.114-.021-.23-.036-.337l-.05-.323-.07-.31a.593.593 0 00-.07-.171l-.113-.194a.728.728 0 00-.389-.302l-.17-.029h-.084l-.007.015z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.698 0h.177c.636 0 1.236.136 1.78.402.367.209.678.467.94.776.43.539.742 1.178.918 1.918.163.646.24 1.365.247 2.119.007.503 0 .998-.02 1.48 0 .014.027 0 .091-.029.367-.187.72-.395 1.06-.625.325-.144.636-.144.897-.014.141.057.212.215.212.503 0 .359-.064.675-.184.97-.17.43-.445.825-.833 1.17a4.096 4.096 0 01-1.258.754c-.056.022-.092.058-.092.1l-.17 1.768a28.1 28.1 0 01-.656 3.807 23.267 23.267 0 01-1.23 3.304 10.034 10.034 0 01-1.752 2.658 8.75 8.75 0 01-2.006 1.61 9.225 9.225 0 01-2.876 1.077c-1.017.215-2.07.287-3.144.237a7.018 7.018 0 01-2.995-.79 5.155 5.155 0 01-1.293-1.042 5.122 5.122 0 01-1.053-2.414 7.58 7.58 0 01-.12-1.149 3.788 3.788 0 01.07-1.15c.199-1.048.446-2.118.736-3.217l1.08-4.382a36.33 36.33 0 00.41-1.94c.184-.933.24-1.824.163-2.657a2.73 2.73 0 00-.445-1.394c-.205-.23-.445-.359-.72-.359a1.299 1.299 0 00-.884.273l-1.328.97a1.539 1.539 0 01-.806.309c-.204.014-.353-.03-.452-.13-.092-.093-.141-.244-.155-.452-.05-.848.17-1.595.657-2.241a4.38 4.38 0 011.067-.963A5.724 5.724 0 014.645.395C5.232.251 5.868.208 6.553.237c.685.05 1.293.259 1.837.632.381.287.706.647.953 1.063.615.977.89 2.076.834 3.283a15.265 15.265 0 01-.46 3.434l-1.073 4.669a39.637 39.637 0 00-.495 2.6 12.27 12.27 0 00-.056 2.392c.056.503.29.912.692 1.235.226.173.495.288.792.36.268.057.565.093.904.1a4.932 4.932 0 002.875-.948c.424-.302.82-.646 1.187-1.034a9.423 9.423 0 001.413-2.04 16.146 16.146 0 001.343-3.85 35.7 35.7 0 00.424-2.249 6.548 6.548 0 01-2.862-.797 4.711 4.711 0 01-1.024-.848 4.72 4.72 0 01-.834-1.278 6.2 6.2 0 01-.494-2.35 5.136 5.136 0 01.211-1.81A4.276 4.276 0 0113.992.934c.431-.36.933-.61 1.498-.762.389-.1.791-.158 1.201-.165L16.698 0zm.382 2.766a.448.448 0 00-.417.23c-.036.057-.057.114-.085.179l-.057.187-.028.2v.216a4 4 0 00.021.431c.015.13.036.273.071.395l.042.216c.022.072.036.144.071.215.014.072.043.137.07.202l.085.193.106.187c.036.065.078.115.12.173l.142.165.155.158c.1.1.212.187.311.266.1.079.212.143.325.208a51.6 51.6 0 00.057-1.81v-.36c0-.114-.021-.23-.036-.337l-.05-.323-.07-.31a.593.593 0 00-.07-.171l-.113-.194a.728.728 0 00-.389-.302l-.17-.029h-.084l-.007.015z"/></svg> </template>
CSS
.icon-vectorizerai {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.698%200h.177c.636%200%201.236.136%201.78.402.367.209.678.467.94.776.43.539.742%201.178.918%201.918.163.646.24%201.365.247%202.119.007.503%200%20.998-.02%201.48%200%20.014.027%200%20.091-.029.367-.187.72-.395%201.06-.625.325-.144.636-.144.897-.014.141.057.212.215.212.503%200%20.359-.064.675-.184.97-.17.43-.445.825-.833%201.17a4.096%204.096%200%2001-1.258.754c-.056.022-.092.058-.092.1l-.17%201.768a28.1%2028.1%200%2001-.656%203.807%2023.267%2023.267%200%2001-1.23%203.304%2010.034%2010.034%200%2001-1.752%202.658%208.75%208.75%200%2001-2.006%201.61%209.225%209.225%200%2001-2.876%201.077c-1.017.215-2.07.287-3.144.237a7.018%207.018%200%2001-2.995-.79%205.155%205.155%200%2001-1.293-1.042%205.122%205.122%200%2001-1.053-2.414%207.58%207.58%200%2001-.12-1.149%203.788%203.788%200%2001.07-1.15c.199-1.048.446-2.118.736-3.217l1.08-4.382a36.33%2036.33%200%2000.41-1.94c.184-.933.24-1.824.163-2.657a2.73%202.73%200%2000-.445-1.394c-.205-.23-.445-.359-.72-.359a1.299%201.299%200%2000-.884.273l-1.328.97a1.539%201.539%200%2001-.806.309c-.204.014-.353-.03-.452-.13-.092-.093-.141-.244-.155-.452-.05-.848.17-1.595.657-2.241a4.38%204.38%200%20011.067-.963A5.724%205.724%200%20014.645.395C5.232.251%205.868.208%206.553.237c.685.05%201.293.259%201.837.632.381.287.706.647.953%201.063.615.977.89%202.076.834%203.283a15.265%2015.265%200%2001-.46%203.434l-1.073%204.669a39.637%2039.637%200%2000-.495%202.6%2012.27%2012.27%200%2000-.056%202.392c.056.503.29.912.692%201.235.226.173.495.288.792.36.268.057.565.093.904.1a4.932%204.932%200%20002.875-.948c.424-.302.82-.646%201.187-1.034a9.423%209.423%200%20001.413-2.04%2016.146%2016.146%200%20001.343-3.85%2035.7%2035.7%200%2000.424-2.249%206.548%206.548%200%2001-2.862-.797%204.711%204.711%200%2001-1.024-.848%204.72%204.72%200%2001-.834-1.278%206.2%206.2%200%2001-.494-2.35%205.136%205.136%200%2001.211-1.81A4.276%204.276%200%200113.992.934c.431-.36.933-.61%201.498-.762.389-.1.791-.158%201.201-.165L16.698%200zm.382%202.766a.448.448%200%2000-.417.23c-.036.057-.057.114-.085.179l-.057.187-.028.2v.216a4%204%200%2000.021.431c.015.13.036.273.071.395l.042.216c.022.072.036.144.071.215.014.072.043.137.07.202l.085.193.106.187c.036.065.078.115.12.173l.142.165.155.158c.1.1.212.187.311.266.1.079.212.143.325.208a51.6%2051.6%200%2000.057-1.81v-.36c0-.114-.021-.23-.036-.337l-.05-.323-.07-.31a.593.593%200%2000-.07-.171l-.113-.194a.728.728%200%2000-.389-.302l-.17-.029h-.084l-.007.015z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.698%200h.177c.636%200%201.236.136%201.78.402.367.209.678.467.94.776.43.539.742%201.178.918%201.918.163.646.24%201.365.247%202.119.007.503%200%20.998-.02%201.48%200%20.014.027%200%20.091-.029.367-.187.72-.395%201.06-.625.325-.144.636-.144.897-.014.141.057.212.215.212.503%200%20.359-.064.675-.184.97-.17.43-.445.825-.833%201.17a4.096%204.096%200%2001-1.258.754c-.056.022-.092.058-.092.1l-.17%201.768a28.1%2028.1%200%2001-.656%203.807%2023.267%2023.267%200%2001-1.23%203.304%2010.034%2010.034%200%2001-1.752%202.658%208.75%208.75%200%2001-2.006%201.61%209.225%209.225%200%2001-2.876%201.077c-1.017.215-2.07.287-3.144.237a7.018%207.018%200%2001-2.995-.79%205.155%205.155%200%2001-1.293-1.042%205.122%205.122%200%2001-1.053-2.414%207.58%207.58%200%2001-.12-1.149%203.788%203.788%200%2001.07-1.15c.199-1.048.446-2.118.736-3.217l1.08-4.382a36.33%2036.33%200%2000.41-1.94c.184-.933.24-1.824.163-2.657a2.73%202.73%200%2000-.445-1.394c-.205-.23-.445-.359-.72-.359a1.299%201.299%200%2000-.884.273l-1.328.97a1.539%201.539%200%2001-.806.309c-.204.014-.353-.03-.452-.13-.092-.093-.141-.244-.155-.452-.05-.848.17-1.595.657-2.241a4.38%204.38%200%20011.067-.963A5.724%205.724%200%20014.645.395C5.232.251%205.868.208%206.553.237c.685.05%201.293.259%201.837.632.381.287.706.647.953%201.063.615.977.89%202.076.834%203.283a15.265%2015.265%200%2001-.46%203.434l-1.073%204.669a39.637%2039.637%200%2000-.495%202.6%2012.27%2012.27%200%2000-.056%202.392c.056.503.29.912.692%201.235.226.173.495.288.792.36.268.057.565.093.904.1a4.932%204.932%200%20002.875-.948c.424-.302.82-.646%201.187-1.034a9.423%209.423%200%20001.413-2.04%2016.146%2016.146%200%20001.343-3.85%2035.7%2035.7%200%2000.424-2.249%206.548%206.548%200%2001-2.862-.797%204.711%204.711%200%2001-1.024-.848%204.72%204.72%200%2001-.834-1.278%206.2%206.2%200%2001-.494-2.35%205.136%205.136%200%2001.211-1.81A4.276%204.276%200%200113.992.934c.431-.36.933-.61%201.498-.762.389-.1.791-.158%201.201-.165L16.698%200zm.382%202.766a.448.448%200%2000-.417.23c-.036.057-.057.114-.085.179l-.057.187-.028.2v.216a4%204%200%2000.021.431c.015.13.036.273.071.395l.042.216c.022.072.036.144.071.215.014.072.043.137.07.202l.085.193.106.187c.036.065.078.115.12.173l.142.165.155.158c.1.1.212.187.311.266.1.079.212.143.325.208a51.6%2051.6%200%2000.057-1.81v-.36c0-.114-.021-.23-.036-.337l-.05-.323-.07-.31a.593.593%200%2000-.07-.171l-.113-.194a.728.728%200%2000-.389-.302l-.17-.029h-.084l-.007.015z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/vectorizerai.svg?color=%231a73e8&size=48