writedotas logo
writedotas from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- writedotas
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the writedotas logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.812 5.139l2.179 7.509a168 168 0 0 1 .666 2.459h.025q.081-.557.273-1.204l.353-1.176l1.05-3.442l.213-.671q.093-.298.192-.551q.1-.251.194-.478q.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546 0-.956.358a3.6 3.6 0 0 0-.711.85a6.3 6.3 0 0 0-.493.984a23 23 0 0 0-.286.758l-3.096 8.997h-2.884L11.47 13.02q-.08-.214-.199-.606a47 47 0 0 1-.247-.85q-.126-.46-.265-.95q-.139-.492-.259-.931h-.026q-.08.572-.26 1.283q-.178.711-.372 1.388q-.192.677-.358 1.223q-.167.545-.246.771l-1.501 4.479h-2.7L1.742 9.392a28 28 0 0 1-.472-1.39a4 4 0 0 1-.113-.418l-.094-.425L0 7.212V5.139h6.526V6.88q-.572.04-.806.345q-.232.306-.231.784q-.014.227.032.478a5 5 0 0 0 .128.519l.916 3.322q.16.599.312 1.256t.247 1.336h.026l.134-.598a40 40 0 0 1 .331-1.429q.107-.418.254-.922l1.993-6.832zM24 16.628a2.232 2.232 0 1 1-4.464 0a2.232 2.232 0 1 1 4.464 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWritedotas(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.812 5.139l2.179 7.509a168 168 0 0 1 .666 2.459h.025q.081-.557.273-1.204l.353-1.176l1.05-3.442l.213-.671q.093-.298.192-.551q.1-.251.194-.478q.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546 0-.956.358a3.6 3.6 0 0 0-.711.85a6.3 6.3 0 0 0-.493.984a23 23 0 0 0-.286.758l-3.096 8.997h-2.884L11.47 13.02q-.08-.214-.199-.606a47 47 0 0 1-.247-.85q-.126-.46-.265-.95q-.139-.492-.259-.931h-.026q-.08.572-.26 1.283q-.178.711-.372 1.388q-.192.677-.358 1.223q-.167.545-.246.771l-1.501 4.479h-2.7L1.742 9.392a28 28 0 0 1-.472-1.39a4 4 0 0 1-.113-.418l-.094-.425L0 7.212V5.139h6.526V6.88q-.572.04-.806.345q-.232.306-.231.784q-.014.227.032.478a5 5 0 0 0 .128.519l.916 3.322q.16.599.312 1.256t.247 1.336h.026l.134-.598a40 40 0 0 1 .331-1.429q.107-.418.254-.922l1.993-6.832zM24 16.628a2.232 2.232 0 1 1-4.464 0a2.232 2.232 0 1 1 4.464 0"/></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.812 5.139l2.179 7.509a168 168 0 0 1 .666 2.459h.025q.081-.557.273-1.204l.353-1.176l1.05-3.442l.213-.671q.093-.298.192-.551q.1-.251.194-.478q.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546 0-.956.358a3.6 3.6 0 0 0-.711.85a6.3 6.3 0 0 0-.493.984a23 23 0 0 0-.286.758l-3.096 8.997h-2.884L11.47 13.02q-.08-.214-.199-.606a47 47 0 0 1-.247-.85q-.126-.46-.265-.95q-.139-.492-.259-.931h-.026q-.08.572-.26 1.283q-.178.711-.372 1.388q-.192.677-.358 1.223q-.167.545-.246.771l-1.501 4.479h-2.7L1.742 9.392a28 28 0 0 1-.472-1.39a4 4 0 0 1-.113-.418l-.094-.425L0 7.212V5.139h6.526V6.88q-.572.04-.806.345q-.232.306-.231.784q-.014.227.032.478a5 5 0 0 0 .128.519l.916 3.322q.16.599.312 1.256t.247 1.336h.026l.134-.598a40 40 0 0 1 .331-1.429q.107-.418.254-.922l1.993-6.832zM24 16.628a2.232 2.232 0 1 1-4.464 0a2.232 2.232 0 1 1 4.464 0"/></svg> </template>
CSS
.icon-writedotas {
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.812%205.139l2.179%207.509a168%20168%200%200%201%20.666%202.459h.025q.081-.557.273-1.204l.353-1.176l1.05-3.442l.213-.671q.093-.298.192-.551q.1-.251.194-.478q.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546%200-.956.358a3.6%203.6%200%200%200-.711.85a6.3%206.3%200%200%200-.493.984a23%2023%200%200%200-.286.758l-3.096%208.997h-2.884L11.47%2013.02q-.08-.214-.199-.606a47%2047%200%200%201-.247-.85q-.126-.46-.265-.95q-.139-.492-.259-.931h-.026q-.08.572-.26%201.283q-.178.711-.372%201.388q-.192.677-.358%201.223q-.167.545-.246.771l-1.501%204.479h-2.7L1.742%209.392a28%2028%200%200%201-.472-1.39a4%204%200%200%201-.113-.418l-.094-.425L0%207.212V5.139h6.526V6.88q-.572.04-.806.345q-.232.306-.231.784q-.014.227.032.478a5%205%200%200%200%20.128.519l.916%203.322q.16.599.312%201.256t.247%201.336h.026l.134-.598a40%2040%200%200%201%20.331-1.429q.107-.418.254-.922l1.993-6.832zM24%2016.628a2.232%202.232%200%201%201-4.464%200a2.232%202.232%200%201%201%204.464%200%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.812%205.139l2.179%207.509a168%20168%200%200%201%20.666%202.459h.025q.081-.557.273-1.204l.353-1.176l1.05-3.442l.213-.671q.093-.298.192-.551q.1-.251.194-.478q.092-.226.213-.451v-.028l-1.569.105V5.139h5.169V6.88q-.546%200-.956.358a3.6%203.6%200%200%200-.711.85a6.3%206.3%200%200%200-.493.984a23%2023%200%200%200-.286.758l-3.096%208.997h-2.884L11.47%2013.02q-.08-.214-.199-.606a47%2047%200%200%201-.247-.85q-.126-.46-.265-.95q-.139-.492-.259-.931h-.026q-.08.572-.26%201.283q-.178.711-.372%201.388q-.192.677-.358%201.223q-.167.545-.246.771l-1.501%204.479h-2.7L1.742%209.392a28%2028%200%200%201-.472-1.39a4%204%200%200%201-.113-.418l-.094-.425L0%207.212V5.139h6.526V6.88q-.572.04-.806.345q-.232.306-.231.784q-.014.227.032.478a5%205%200%200%200%20.128.519l.916%203.322q.16.599.312%201.256t.247%201.336h.026l.134-.598a40%2040%200%200%201%20.331-1.429q.107-.418.254-.922l1.993-6.832zM24%2016.628a2.232%202.232%200%201%201-4.464%200a2.232%202.232%200%201%201%204.464%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/writedotas.svg?color=%231a73e8&size=48