perl logo
perl from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- perl
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the perl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m.157 1.103a10.91 10.91 0 0 1 9.214 5.404c-1.962.152-3.156 1.698-5.132 3.553c-2.81 2.637-4.562.582-5.288-.898c-.447-1.004-.847-2.117-1.544-2.769A.4.4 0 0 1 9.3 6.02l.08-.37a.083.083 0 0 0-.074-.1c-.33-.022-.601.093-.84.368a2.5 2.5 0 0 0-.375-.064c-.863-.093-1.036.345-1.873.345H5.81c-.758 0-1.391.361-1.7.892c-.248.424-.257.884.15.93c-.126.445.292.62 1.224.192c0 0 .733.421 1.749.421c.549 0 .712.087.914.967c.486 2.138 2.404 5.655 6.282 5.655l.118.166c.659.934.86 2.113.48 3.184c-.307.867-.697 1.531-.697 1.531q.01.178.01.349c0 .81-.175 1.553-.387 2.23a10.91 10.91 0 0 1-11.989-6.342A10.91 10.91 0 0 1 7.608 2.01a10.9 10.9 0 0 1 4.55-.907M7.524 6.47c.288 0 .575.231.477.272a.4.4 0 0 1-.1.02a.38.38 0 0 1-.375.327a.384.384 0 0 1-.378-.326a.4.4 0 0 1-.101-.02c-.098-.042.19-.273.477-.273m10.193 10.49q.05 0 .101.007q.326.054.694.096q.135.01.269.026a13.4 13.4 0 0 0 2.846-.007a10.9 10.9 0 0 1-2.007 2.705c-.11-.23-.547-1.19-.573-2.196q-.156-.01-.313-.026q-.13-.014-.256-.022a18 18 0 0 1-.735-.102h-.003c-.032 0-.06.01-.074.035l-.003.012q-.081.265-.182.544c.428 1.084.652 2.078.652 2.078c.14.22.258.432.363.64a11 11 0 0 1-2.168 1.264a11 11 0 0 1-1.205.426a13.3 13.3 0 0 1 1.055-2.531s.678-1.445 1.027-2.564v-.004a.55.55 0 0 1 .512-.38"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPerl(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="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m.157 1.103a10.91 10.91 0 0 1 9.214 5.404c-1.962.152-3.156 1.698-5.132 3.553c-2.81 2.637-4.562.582-5.288-.898c-.447-1.004-.847-2.117-1.544-2.769A.4.4 0 0 1 9.3 6.02l.08-.37a.083.083 0 0 0-.074-.1c-.33-.022-.601.093-.84.368a2.5 2.5 0 0 0-.375-.064c-.863-.093-1.036.345-1.873.345H5.81c-.758 0-1.391.361-1.7.892c-.248.424-.257.884.15.93c-.126.445.292.62 1.224.192c0 0 .733.421 1.749.421c.549 0 .712.087.914.967c.486 2.138 2.404 5.655 6.282 5.655l.118.166c.659.934.86 2.113.48 3.184c-.307.867-.697 1.531-.697 1.531q.01.178.01.349c0 .81-.175 1.553-.387 2.23a10.91 10.91 0 0 1-11.989-6.342A10.91 10.91 0 0 1 7.608 2.01a10.9 10.9 0 0 1 4.55-.907M7.524 6.47c.288 0 .575.231.477.272a.4.4 0 0 1-.1.02a.38.38 0 0 1-.375.327a.384.384 0 0 1-.378-.326a.4.4 0 0 1-.101-.02c-.098-.042.19-.273.477-.273m10.193 10.49q.05 0 .101.007q.326.054.694.096q.135.01.269.026a13.4 13.4 0 0 0 2.846-.007a10.9 10.9 0 0 1-2.007 2.705c-.11-.23-.547-1.19-.573-2.196q-.156-.01-.313-.026q-.13-.014-.256-.022a18 18 0 0 1-.735-.102h-.003c-.032 0-.06.01-.074.035l-.003.012q-.081.265-.182.544c.428 1.084.652 2.078.652 2.078c.14.22.258.432.363.64a11 11 0 0 1-2.168 1.264a11 11 0 0 1-1.205.426a13.3 13.3 0 0 1 1.055-2.531s.678-1.445 1.027-2.564v-.004a.55.55 0 0 1 .512-.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m.157 1.103a10.91 10.91 0 0 1 9.214 5.404c-1.962.152-3.156 1.698-5.132 3.553c-2.81 2.637-4.562.582-5.288-.898c-.447-1.004-.847-2.117-1.544-2.769A.4.4 0 0 1 9.3 6.02l.08-.37a.083.083 0 0 0-.074-.1c-.33-.022-.601.093-.84.368a2.5 2.5 0 0 0-.375-.064c-.863-.093-1.036.345-1.873.345H5.81c-.758 0-1.391.361-1.7.892c-.248.424-.257.884.15.93c-.126.445.292.62 1.224.192c0 0 .733.421 1.749.421c.549 0 .712.087.914.967c.486 2.138 2.404 5.655 6.282 5.655l.118.166c.659.934.86 2.113.48 3.184c-.307.867-.697 1.531-.697 1.531q.01.178.01.349c0 .81-.175 1.553-.387 2.23a10.91 10.91 0 0 1-11.989-6.342A10.91 10.91 0 0 1 7.608 2.01a10.9 10.9 0 0 1 4.55-.907M7.524 6.47c.288 0 .575.231.477.272a.4.4 0 0 1-.1.02a.38.38 0 0 1-.375.327a.384.384 0 0 1-.378-.326a.4.4 0 0 1-.101-.02c-.098-.042.19-.273.477-.273m10.193 10.49q.05 0 .101.007q.326.054.694.096q.135.01.269.026a13.4 13.4 0 0 0 2.846-.007a10.9 10.9 0 0 1-2.007 2.705c-.11-.23-.547-1.19-.573-2.196q-.156-.01-.313-.026q-.13-.014-.256-.022a18 18 0 0 1-.735-.102h-.003c-.032 0-.06.01-.074.035l-.003.012q-.081.265-.182.544c.428 1.084.652 2.078.652 2.078c.14.22.258.432.363.64a11 11 0 0 1-2.168 1.264a11 11 0 0 1-1.205.426a13.3 13.3 0 0 1 1.055-2.531s.678-1.445 1.027-2.564v-.004a.55.55 0 0 1 .512-.38"/></svg> </template>
CSS
.icon-perl {
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%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m.157%201.103a10.91%2010.91%200%200%201%209.214%205.404c-1.962.152-3.156%201.698-5.132%203.553c-2.81%202.637-4.562.582-5.288-.898c-.447-1.004-.847-2.117-1.544-2.769A.4.4%200%200%201%209.3%206.02l.08-.37a.083.083%200%200%200-.074-.1c-.33-.022-.601.093-.84.368a2.5%202.5%200%200%200-.375-.064c-.863-.093-1.036.345-1.873.345H5.81c-.758%200-1.391.361-1.7.892c-.248.424-.257.884.15.93c-.126.445.292.62%201.224.192c0%200%20.733.421%201.749.421c.549%200%20.712.087.914.967c.486%202.138%202.404%205.655%206.282%205.655l.118.166c.659.934.86%202.113.48%203.184c-.307.867-.697%201.531-.697%201.531q.01.178.01.349c0%20.81-.175%201.553-.387%202.23a10.91%2010.91%200%200%201-11.989-6.342A10.91%2010.91%200%200%201%207.608%202.01a10.9%2010.9%200%200%201%204.55-.907M7.524%206.47c.288%200%20.575.231.477.272a.4.4%200%200%201-.1.02a.38.38%200%200%201-.375.327a.384.384%200%200%201-.378-.326a.4.4%200%200%201-.101-.02c-.098-.042.19-.273.477-.273m10.193%2010.49q.05%200%20.101.007q.326.054.694.096q.135.01.269.026a13.4%2013.4%200%200%200%202.846-.007a10.9%2010.9%200%200%201-2.007%202.705c-.11-.23-.547-1.19-.573-2.196q-.156-.01-.313-.026q-.13-.014-.256-.022a18%2018%200%200%201-.735-.102h-.003c-.032%200-.06.01-.074.035l-.003.012q-.081.265-.182.544c.428%201.084.652%202.078.652%202.078c.14.22.258.432.363.64a11%2011%200%200%201-2.168%201.264a11%2011%200%200%201-1.205.426a13.3%2013.3%200%200%201%201.055-2.531s.678-1.445%201.027-2.564v-.004a.55.55%200%200%201%20.512-.38%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%22M12%200A12%2012%200%200%200%200%2012a12%2012%200%200%200%2012%2012a12%2012%200%200%200%2012-12A12%2012%200%200%200%2012%200m.157%201.103a10.91%2010.91%200%200%201%209.214%205.404c-1.962.152-3.156%201.698-5.132%203.553c-2.81%202.637-4.562.582-5.288-.898c-.447-1.004-.847-2.117-1.544-2.769A.4.4%200%200%201%209.3%206.02l.08-.37a.083.083%200%200%200-.074-.1c-.33-.022-.601.093-.84.368a2.5%202.5%200%200%200-.375-.064c-.863-.093-1.036.345-1.873.345H5.81c-.758%200-1.391.361-1.7.892c-.248.424-.257.884.15.93c-.126.445.292.62%201.224.192c0%200%20.733.421%201.749.421c.549%200%20.712.087.914.967c.486%202.138%202.404%205.655%206.282%205.655l.118.166c.659.934.86%202.113.48%203.184c-.307.867-.697%201.531-.697%201.531q.01.178.01.349c0%20.81-.175%201.553-.387%202.23a10.91%2010.91%200%200%201-11.989-6.342A10.91%2010.91%200%200%201%207.608%202.01a10.9%2010.9%200%200%201%204.55-.907M7.524%206.47c.288%200%20.575.231.477.272a.4.4%200%200%201-.1.02a.38.38%200%200%201-.375.327a.384.384%200%200%201-.378-.326a.4.4%200%200%201-.101-.02c-.098-.042.19-.273.477-.273m10.193%2010.49q.05%200%20.101.007q.326.054.694.096q.135.01.269.026a13.4%2013.4%200%200%200%202.846-.007a10.9%2010.9%200%200%201-2.007%202.705c-.11-.23-.547-1.19-.573-2.196q-.156-.01-.313-.026q-.13-.014-.256-.022a18%2018%200%200%201-.735-.102h-.003c-.032%200-.06.01-.074.035l-.003.012q-.081.265-.182.544c.428%201.084.652%202.078.652%202.078c.14.22.258.432.363.64a11%2011%200%200%201-2.168%201.264a11%2011%200%200%201-1.205.426a13.3%2013.3%200%200%201%201.055-2.531s.678-1.445%201.027-2.564v-.004a.55.55%200%200%201%20.512-.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/perl.svg?color=%231a73e8&size=48